We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5eacb2a commit af1fbf8Copy full SHA for af1fbf8
tests/drivers/build_all/usb/i2c_devices.overlay
@@ -30,6 +30,12 @@
30
charging-mode = "BC12_TYPE_NONE";
31
intb-gpios = <&test_gpio 0 0>;
32
};
33
+
34
+ test_i2c_p8xxx: p8xxx@1 {
35
+ compatible = "parade,ps8xxx";
36
+ reg = <1>;
37
+ irq-gpios = <&test_gpio 0 0>;
38
+ };
39
40
41
tests/drivers/build_all/usb/prj.conf
@@ -3,3 +3,4 @@ CONFIG_TEST_USERSPACE=y
3
CONFIG_USB_BC12=y
4
CONFIG_UHC_DRIVER=y
5
CONFIG_GPIO=y
6
+CONFIG_USBC_TCPC_DRIVER=y
0 commit comments