提交 5a56cf3e 编写于 作者: L Lubomir Rintel 提交者: 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: NLubomir Rintel <lkundrak@v3.sk>
Reviewed-by: NRob Herring <robh@kernel.org>
Link: https://lore.kernel.org/r/20200320174107.29406-5-lkundrak@v3.skSigned-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
上级 d6a14ce6
...@@ -19,13 +19,13 @@ ...@@ -19,13 +19,13 @@
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 @@ ...@@ -185,10 +185,8 @@
no-insert-detect = <0>; no-insert-detect = <0>;
}; };
}; };
}; };
rtc: rtc@d4010000 {
&rtc {
status = "okay"; status = "okay";
};
};
};
}; };
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册