hc
2023-12-11 d2ccde1c8e90d38cee87a1b0309ad2827f3fd30d
kernel/arch/arm/boot/dts/bcm4708-buffalo-wzr-1750dhp.dts
....@@ -19,9 +19,10 @@
1919 bootargs = "console=ttyS0,115200 earlycon";
2020 };
2121
22
- memory {
23
- reg = <0x00000000 0x08000000
24
- 0x88000000 0x18000000>;
22
+ memory@0 {
23
+ device_type = "memory";
24
+ reg = <0x00000000 0x08000000>,
25
+ <0x88000000 0x18000000>;
2526 };
2627
2728 spi {
....@@ -98,8 +99,6 @@
9899
99100 gpio-keys {
100101 compatible = "gpio-keys";
101
- #address-cells = <1>;
102
- #size-cells = <0>;
103102
104103 restart {
105104 label = "Reset";