projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b3a9e3b
)
ARM: dts: BCM5301X: Add missing memory "device_type" for Luxul XWC-2000
author
Rafał Miłecki
<rafal@milecki.pl>
Mon, 8 Jun 2020 16:33:41 +0000
(18:33 +0200)
committer
Florian Fainelli
<f.fainelli@gmail.com>
Sun, 14 Jun 2020 21:48:32 +0000
(14:48 -0700)
This property is needed since commit
abe60a3a7afb
("ARM: dts: Kill off
skeleton{64}.dtsi"). Without it booting silently hangs at:
[ 0.000000] Memory policy: Data cache writealloc
Fixes: 984829e2d39b ("ARM: dts: BCM5301X: Add DT for Luxul XWC-2000")
Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
arch/arm/boot/dts/bcm47094-luxul-xwc-2000.dts
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/bcm47094-luxul-xwc-2000.dts
b/arch/arm/boot/dts/bcm47094-luxul-xwc-2000.dts
index 334325390aed024038a50b80e445bbb16c19dc40..29bbecd36f65da74ecfbd19f04394d56d5382b5f 100644
(file)
--- a/
arch/arm/boot/dts/bcm47094-luxul-xwc-2000.dts
+++ b/
arch/arm/boot/dts/bcm47094-luxul-xwc-2000.dts
@@
-17,6
+17,7
@@
};
memory {
+ device_type = "memory";
reg = <0x00000000 0x08000000
0x88000000 0x18000000>;
};