Commit 1f0c1314 authored by Lubomir Rintel's avatar Lubomir Rintel Committed by Greg Kroah-Hartman

ARM: dts: pxa*: 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-2-lkundrak@v3.skSigned-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent c97c65f3
...@@ -18,18 +18,16 @@ chosen { ...@@ -18,18 +18,16 @@ chosen {
memory { memory {
reg = <0x00000000 0x04000000>; reg = <0x00000000 0x04000000>;
}; };
};
soc { &uart1 {
apb@d4000000 {
uart1: uart@d4017000 {
status = "okay"; status = "okay";
}; };
twsi1: i2c@d4011000 {
&twsi1 {
status = "okay"; status = "okay";
}; };
rtc: rtc@d4010000 {
&rtc {
status = "okay"; status = "okay";
};
};
};
}; };
...@@ -18,13 +18,13 @@ chosen { ...@@ -18,13 +18,13 @@ chosen {
memory { memory {
reg = <0x00000000 0x10000000>; reg = <0x00000000 0x10000000>;
}; };
};
soc { &uart1 {
apb@d4000000 {
uart1: uart@d4017000 {
status = "okay"; status = "okay";
}; };
twsi1: i2c@d4011000 {
&twsi1 {
status = "okay"; status = "okay";
pmic: 88pm860x@34 { pmic: 88pm860x@34 {
...@@ -163,10 +163,8 @@ led0-blue { ...@@ -163,10 +163,8 @@ led0-blue {
}; };
}; };
}; };
}; };
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