Unverified Commit 403fa08b authored by Maxime Ripard's avatar Maxime Ripard
Browse files

ARM: dts: sun6i: colombus: Change i2c node name to avoid warnings



Our I2C GPIO bus node name has a unit address, but no reg property, which
generates a warning in DTC. Change the name to remove that unit address.

Signed-off-by: default avatarMaxime Ripard <maxime.ripard@bootlin.com>
Acked-by: default avatarChen-Yu Tsai <wens@csie.org>
parent e3797192
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -60,7 +60,7 @@
		stdout-path = "serial0:115200n8";
	};

	i2c_lcd: i2c@0 {
	i2c_lcd: i2c {
		/* The lcd panel i2c interface is hooked up via gpios */
		compatible = "i2c-gpio";
		pinctrl-names = "default";