tests: drivers: Add RT1715 driver
Add a build test to verify richtek,rt1715 driver builds correctly. Signed-off-by: Jianxiong Gu <jianxiong.gu@outlook.com>
This commit is contained in:
parent
6f0d72118a
commit
eefbed2184
1 changed files with 8 additions and 0 deletions
|
|
@ -36,6 +36,14 @@
|
||||||
reg = <1>;
|
reg = <1>;
|
||||||
irq-gpios = <&test_gpio 0 0>;
|
irq-gpios = <&test_gpio 0 0>;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
test_i2c_rt1715: rt1715@2 {
|
||||||
|
compatible = "richtek,rt1715";
|
||||||
|
reg = <2>;
|
||||||
|
irq-gpios = <&test_gpio 0 0>;
|
||||||
|
vconn-ctrl-gpios = <&test_gpio 0 0>;
|
||||||
|
vconn-disc-gpios = <&test_gpio 0 0>;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue