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: Lubomir Rintel <lkundrak@v3.sk>
Reviewed-by: Rob Herring <robh@kernel.org>
Link: https://lore.kernel.org/r/20200320174107.29406-2-lkundrak@v3.sk
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Lubomir Rintel 2020-03-20 18:40:58 +01:00 committed by Greg Kroah-Hartman
parent c97c65f36e
commit 1f0c1314c5
2 changed files with 155 additions and 159 deletions

View File

@ -18,18 +18,16 @@
memory {
reg = <0x00000000 0x04000000>;
};
soc {
apb@d4000000 {
uart1: uart@d4017000 {
status = "okay";
};
twsi1: i2c@d4011000 {
status = "okay";
};
rtc: rtc@d4010000 {
status = "okay";
};
};
};
};
&uart1 {
status = "okay";
};
&twsi1 {
status = "okay";
};
&rtc {
status = "okay";
};

View File

@ -18,13 +18,13 @@
memory {
reg = <0x00000000 0x10000000>;
};
};
soc {
apb@d4000000 {
uart1: uart@d4017000 {
&uart1 {
status = "okay";
};
twsi1: i2c@d4011000 {
};
&twsi1 {
status = "okay";
pmic: 88pm860x@34 {
@ -163,10 +163,8 @@
};
};
};
};
rtc: rtc@d4010000 {
status = "okay";
};
};
};
};
&rtc {
status = "okay";
};