Skip to content

Commit ecc1aeb

Browse files
fabioestevamShawn Guo
authored andcommitted
ARM: dts: imx6q-prtwd2: Remove unneeded i2c unit name
The following dtc warning is seen when building with W=1: arch/arm/boot/dts/imx6q-prtwd2.dts:33.8-43.4: Warning (unit_address_vs_reg): /i2c@4: node has a unit name, but no reg or ranges property Remove the unneeded i2c unit name to fix the issue. Fixes: 88010b8 ("ARM: dts: add Protonic WD2 board") Signed-off-by: Fabio Estevam <festevam@gmail.com> Reviewed-by: Oleksij Rempel <o.rempel@pengutronix.de> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
1 parent 140a1dc commit ecc1aeb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arm/boot/dts/imx6q-prtwd2.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
};
3131

3232
/* PRTWD2 rev 1 bitbang I2C for Ethernet Switch */
33-
i2c@4 {
33+
i2c {
3434
compatible = "i2c-gpio";
3535
pinctrl-names = "default";
3636
pinctrl-0 = <&pinctrl_i2c4>;

0 commit comments

Comments
 (0)