Skip to content

Commit

Permalink
tests: drivers: Add RT1715 driver
Browse files Browse the repository at this point in the history
Add a build test to verify richtek,rt1715 driver builds correctly.

Signed-off-by: Jianxiong Gu <[email protected]>
  • Loading branch information
recalci committed Jan 10, 2025
1 parent 013e5bf commit 19be7e8
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions tests/drivers/build_all/usb/i2c_devices.overlay
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,14 @@
reg = <1>;
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>;
};
};
};
};

0 comments on commit 19be7e8

Please sign in to comment.