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

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.skSigned-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent d6a14ce6
...@@ -19,13 +19,13 @@ memory { ...@@ -19,13 +19,13 @@ memory {
device_type = "memory"; device_type = "memory";
reg = <0x00000000 0x08000000>; reg = <0x00000000 0x08000000>;
}; };
};
soc { &uart3 {
apb@d4000000 {
uart3: uart@d4018000 {
status = "okay"; status = "okay";
}; };
twsi1: i2c@d4011000 {
&twsi1 {
status = "okay"; status = "okay";
pmic: max8925@3c { pmic: max8925@3c {
compatible = "maxium,max8925"; compatible = "maxium,max8925";
...@@ -185,10 +185,8 @@ charger { ...@@ -185,10 +185,8 @@ charger {
no-insert-detect = <0>; no-insert-detect = <0>;
}; };
}; };
}; };
rtc: rtc@d4010000 {
&rtc {
status = "okay"; status = "okay";
};
};
};
}; };
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment