Skip to content

Commit eefbed2

Browse files
recalcikartben
authored andcommitted
tests: drivers: Add RT1715 driver
Add a build test to verify richtek,rt1715 driver builds correctly. Signed-off-by: Jianxiong Gu <[email protected]>
1 parent 6f0d721 commit eefbed2

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

tests/drivers/build_all/usb/i2c_devices.overlay

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,14 @@
3636
reg = <1>;
3737
irq-gpios = <&test_gpio 0 0>;
3838
};
39+
40+
test_i2c_rt1715: rt1715@2 {
41+
compatible = "richtek,rt1715";
42+
reg = <2>;
43+
irq-gpios = <&test_gpio 0 0>;
44+
vconn-ctrl-gpios = <&test_gpio 0 0>;
45+
vconn-disc-gpios = <&test_gpio 0 0>;
46+
};
3947
};
4048
};
4149
};

0 commit comments

Comments
 (0)