1
0
Fork 0

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: Maxime Ripard <maxime.ripard@bootlin.com>
hifive-unleashed-5.2
Maxime Ripard 2019-04-16 10:57:46 +02:00
parent 3c7ab90aaa
commit 275b63178f
No known key found for this signature in database
GPG Key ID: E3EF0D6F671851C5
2 changed files with 2 additions and 2 deletions

View File

@ -217,7 +217,7 @@
#size-cells = <1>;
ranges;
de2@1000000 {
bus@1000000 {
compatible = "allwinner,sun50i-a64-de2";
reg = <0x1000000 0x400000>;
allwinner,sram = <&de2_sram 1>;

View File

@ -101,7 +101,7 @@
#size-cells = <1>;
ranges;
display-engine@1000000 {
bus@1000000 {
compatible = "allwinner,sun50i-h6-de3",
"allwinner,sun50i-a64-de2";
reg = <0x1000000 0x400000>;