hc
2024-05-10 23fa18eaa71266feff7ba8d83022d9e1cc83c65a
kernel/arch/arm/boot/dts/arm-realview-eb.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-eb";
2930
3031 chosen { };
....@@ -38,6 +39,7 @@
3839 };
3940
4041 memory {
42
+ device_type = "memory";
4143 /* 128 MiB memory @ 0x0 */
4244 reg = <0x00000000 0x08000000>;
4345 };
....@@ -117,6 +119,9 @@
117119 compatible = "arm,versatile-flash", "cfi-flash";
118120 reg = <0x40000000 0x04000000>;
119121 bank-width = <4>;
122
+ partitions {
123
+ compatible = "arm,arm-firmware-suite";
124
+ };
120125 };
121126
122127 flash1@44000000 {
....@@ -124,6 +129,9 @@
124129 compatible = "arm,versatile-flash", "cfi-flash";
125130 reg = <0x44000000 0x04000000>;
126131 bank-width = <4>;
132
+ partitions {
133
+ compatible = "arm,arm-firmware-suite";
134
+ };
127135 };
128136
129137 /* SMSC LAN91C111 ethernet with PHY and EEPROM */
....@@ -382,7 +390,7 @@
382390 compatible = "arm,sp805", "arm,primecell";
383391 reg = <0x10010000 0x1000>;
384392 clocks = <&wdogclk>, <&pclk>;
385
- clock-names = "wdogclk", "apb_pclk";
393
+ clock-names = "wdog_clk", "apb_pclk";
386394 status = "disabled";
387395 };
388396