Commit 275b6317 authored by Maxime Ripard's avatar Maxime Ripard

arm64: dts: allwinner: Fix DE2 bus node name

According to the device tree specification, any bus should have a 'bus'
node name.

Since it isn't the case for us on the DE2 bus, fix that.
Signed-off-by: default avatarMaxime Ripard <maxime.ripard@bootlin.com>
parent 3c7ab90a
......@@ -217,7 +217,7 @@ soc {
#size-cells = <1>;
ranges;
de2@1000000 {
bus@1000000 {
compatible = "allwinner,sun50i-a64-de2";
reg = <0x1000000 0x400000>;
allwinner,sram = <&de2_sram 1>;
......
......@@ -101,7 +101,7 @@ soc {
#size-cells = <1>;
ranges;
display-engine@1000000 {
bus@1000000 {
compatible = "allwinner,sun50i-h6-de3",
"allwinner,sun50i-a64-de2";
reg = <0x1000000 0x400000>;
......
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