Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5ce86920 authored by Javier Martinez Canillas's avatar Javier Martinez Canillas Committed by Tony Lindgren
Browse files

ARM: dts: dm3730-torpedo-devkit: remove unneeded unit names



This patch fixes the following DTC warnings:

"dmtimer-pwm@10 has a unit name, but no reg property"
"display@0 has a unit name, but no reg property"

Signed-off-by: default avatarJavier Martinez Canillas <javier@osg.samsung.com>
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent d5213c0d
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
@@ -72,7 +72,7 @@
		};
		};
	};
	};


	pwm10: dmtimer-pwm@10 {
	pwm10: dmtimer-pwm {
		compatible = "ti,omap-dmtimer-pwm";
		compatible = "ti,omap-dmtimer-pwm";
		pinctrl-names = "default";
		pinctrl-names = "default";
		pinctrl-0 = <&pwm_pins>;
		pinctrl-0 = <&pwm_pins>;
@@ -147,7 +147,7 @@
		gpio = <&gpio5 27 GPIO_ACTIVE_HIGH>;	/* gpio155, lcd INI */
		gpio = <&gpio5 27 GPIO_ACTIVE_HIGH>;	/* gpio155, lcd INI */
	};
	};


	lcd0: display@0 {
	lcd0: display {
		compatible = "panel-dpi";
		compatible = "panel-dpi";
		label = "15";
		label = "15";
		status = "okay";
		status = "okay";