Skip to content

Commit a5d7a8a

Browse files
ConchuODwens
authored andcommitted
riscv: dts: allwinner: rename devterm i2c-gpio node to comply with binding
The i2c controller binding does not permit permit the node name to contain "gpio", resulting in two warnings: i2c-gpio-0 (i2c-gpio): $nodename:0: 'i2c-gpio-0' does not match '^i2c(@.+|-[a-z0-9]+)?$' i2c-gpio-0 (i2c-gpio): Unevaluated properties are not allowed ('#address-cells', '#size-cells', 'adc@54' were unexpected) Drop it to satisfy dtbs_check. Signed-off-by: Conor Dooley <conor.dooley@microchip.com> Link: https://patch.msgid.link/20250909-frown-wrinkle-f16df243a970@spud Signed-off-by: Chen-Yu Tsai <wens@csie.org>
1 parent 06ea48b commit a5d7a8a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

arch/riscv/boot/dts/allwinner/sun20i-d1-devterm-v3.14.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
#cooling-cells = <2>;
1818
};
1919

20-
i2c-gpio-0 {
20+
i2c-0 {
2121
compatible = "i2c-gpio";
2222
sda-gpios = <&pio 3 14 (GPIO_ACTIVE_HIGH|GPIO_OPEN_DRAIN)>; /* PD14/GPIO44 */
2323
scl-gpios = <&pio 3 15 (GPIO_ACTIVE_HIGH|GPIO_OPEN_DRAIN)>; /* PD15/GPIO45 */

0 commit comments

Comments
 (0)