hc
2023-12-11 d2ccde1c8e90d38cee87a1b0309ad2827f3fd30d
kernel/arch/arm/boot/dts/vexpress-v2p-ca5s.dts
....@@ -55,6 +55,20 @@
5555 reg = <0x80000000 0x40000000>;
5656 };
5757
58
+ reserved-memory {
59
+ #address-cells = <1>;
60
+ #size-cells = <1>;
61
+ ranges;
62
+
63
+ /* Chipselect 2 is physically at 0x18000000 */
64
+ vram: vram@18000000 {
65
+ /* 8 MB of designated video RAM */
66
+ compatible = "shared-dma-pool";
67
+ reg = <0x18000000 0x00800000>;
68
+ no-map;
69
+ };
70
+ };
71
+
5872 hdlcd@2a110000 {
5973 compatible = "arm,hdlcd";
6074 reg = <0x2a110000 0x1000>;
....@@ -192,7 +206,7 @@
192206 };
193207 };
194208
195
- smb: smb@8000000 {
209
+ smb: bus@8000000 {
196210 compatible = "simple-bus";
197211
198212 #address-cells = <2>;