Commit 5a56cf3e authored by Lubomir Rintel's avatar Lubomir Rintel Committed by Greg Kroah-Hartman
Browse files

ARM: dts: mmp2-brownstone: Don't redeclare phandle references



Extend the nodes by their phandle references instead of recreating the
tree and declaring references of the same names.

Signed-off-by: default avatarLubomir Rintel <lkundrak@v3.sk>
Reviewed-by: default avatarRob Herring <robh@kernel.org>
Link: https://lore.kernel.org/r/20200320174107.29406-5-lkundrak@v3.sk


Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent d6a14ce6
Loading
Loading
Loading
Loading
+165 −167
Original line number Diff line number Diff line
@@ -19,13 +19,13 @@
		device_type = "memory";
		reg = <0x00000000 0x08000000>;
	};
};

	soc {
		apb@d4000000 {
			uart3: uart@d4018000 {
&uart3 {
	status = "okay";
};
			twsi1: i2c@d4011000 {

&twsi1 {
	status = "okay";
	pmic: max8925@3c {
		compatible = "maxium,max8925";
@@ -186,9 +186,7 @@
		};
	};
};
			rtc: rtc@d4010000 {

&rtc {
	status = "okay";
};
		};
	};
};