hc
2023-12-11 d2ccde1c8e90d38cee87a1b0309ad2827f3fd30d
kernel/arch/arm/boot/dts/arm-realview-pbx.dtsi
....@@ -22,9 +22,10 @@
2222
2323 #include <dt-bindings/interrupt-controller/irq.h>
2424 #include <dt-bindings/gpio/gpio.h>
25
-#include "skeleton.dtsi"
2625
2726 / {
27
+ #address-cells = <1>;
28
+ #size-cells = <1>;
2829 compatible = "arm,realview-pbx";
2930
3031 chosen { };
....@@ -39,6 +40,7 @@
3940 };
4041
4142 memory {
43
+ device_type = "memory";
4244 /* 128 MiB memory @ 0x0 */
4345 reg = <0x00000000 0x08000000>;
4446 };
....@@ -132,6 +134,9 @@
132134 compatible = "arm,versatile-flash", "cfi-flash";
133135 reg = <0x40000000 0x04000000>;
134136 bank-width = <4>;
137
+ partitions {
138
+ compatible = "arm,arm-firmware-suite";
139
+ };
135140 };
136141
137142 flash1@44000000 {
....@@ -139,6 +144,9 @@
139144 compatible = "arm,versatile-flash", "cfi-flash";
140145 reg = <0x44000000 0x04000000>;
141146 bank-width = <4>;
147
+ partitions {
148
+ compatible = "arm,arm-firmware-suite";
149
+ };
142150 };
143151
144152 /* SMSC 9118 ethernet with PHY and EEPROM */
....@@ -202,7 +210,7 @@
202210 };
203211 };
204212
205
- soc: soc@0 {
213
+ soc: soc {
206214 compatible = "arm,realview-pbx-soc", "simple-bus";
207215 #address-cells = <1>;
208216 #size-cells = <1>;
....@@ -373,7 +381,7 @@
373381 compatible = "arm,sp805", "arm,primecell";
374382 reg = <0x1000f000 0x1000>;
375383 clocks = <&wdogclk>, <&pclk>;
376
- clock-names = "wdogclk", "apb_pclk";
384
+ clock-names = "wdog_clk", "apb_pclk";
377385 status = "disabled";
378386 };
379387
....@@ -381,7 +389,7 @@
381389 compatible = "arm,sp805", "arm,primecell";
382390 reg = <0x10010000 0x1000>;
383391 clocks = <&wdogclk>, <&pclk>;
384
- clock-names = "wdogclk", "apb_pclk";
392
+ clock-names = "wdog_clk", "apb_pclk";
385393 status = "disabled";
386394 };
387395