ARM: dts: BCM5301X: fix "reg" formatting in /memory node
authorRafał Miłecki <rafal@milecki.pl>
Tue, 9 Mar 2021 12:55:00 +0000 (13:55 +0100)
committerFlorian Fainelli <f.fainelli@gmail.com>
Thu, 25 Mar 2021 21:19:02 +0000 (14:19 -0700)
This fixes warnings/errors like:
arch/arm/boot/dts/bcm4708-buffalo-wzr-1750dhp.dt.yaml: /: memory@0:reg:0: [0, 1342177282281701376402653184] is too long
        From schema: /lib/python3.6/site-packages/dtschema/schemas/reg.yaml

Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
23 files changed:
arch/arm/boot/dts/bcm4708-asus-rt-ac56u.dts
arch/arm/boot/dts/bcm4708-asus-rt-ac68u.dts
arch/arm/boot/dts/bcm4708-buffalo-wzr-1750dhp.dts
arch/arm/boot/dts/bcm4708-netgear-r6250.dts
arch/arm/boot/dts/bcm4708-netgear-r6300-v2.dts
arch/arm/boot/dts/bcm4708-smartrg-sr400ac.dts
arch/arm/boot/dts/bcm47081-asus-rt-n18u.dts
arch/arm/boot/dts/bcm47081-buffalo-wzr-600dhp2.dts
arch/arm/boot/dts/bcm47081-buffalo-wzr-900dhp.dts
arch/arm/boot/dts/bcm4709-asus-rt-ac87u.dts
arch/arm/boot/dts/bcm4709-buffalo-wxr-1900dhp.dts
arch/arm/boot/dts/bcm4709-linksys-ea9200.dts
arch/arm/boot/dts/bcm4709-netgear-r7000.dts
arch/arm/boot/dts/bcm4709-netgear-r8000.dts
arch/arm/boot/dts/bcm47094-dlink-dir-885l.dts
arch/arm/boot/dts/bcm47094-linksys-panamera.dts
arch/arm/boot/dts/bcm47094-luxul-abr-4500.dts
arch/arm/boot/dts/bcm47094-luxul-xbr-4500.dts
arch/arm/boot/dts/bcm47094-luxul-xwc-2000.dts
arch/arm/boot/dts/bcm47094-luxul-xwr-3100.dts
arch/arm/boot/dts/bcm47094-luxul-xwr-3150-v1.dts
arch/arm/boot/dts/bcm47094-netgear-r8500.dts
arch/arm/boot/dts/bcm47094-phicomm-k3.dts

index 6a96655..8ed4037 100644 (file)
@@ -21,8 +21,8 @@
 
        memory@0 {
                device_type = "memory";
-               reg = <0x00000000 0x08000000
-                      0x88000000 0x08000000>;
+               reg = <0x00000000 0x08000000>,
+                     <0x88000000 0x08000000>;
        };
 
        leds {
index 3b0029e..667b118 100644 (file)
@@ -21,8 +21,8 @@
 
        memory@0 {
                device_type = "memory";
-               reg = <0x00000000 0x08000000
-                      0x88000000 0x08000000>;
+               reg = <0x00000000 0x08000000>,
+                     <0x88000000 0x08000000>;
        };
 
        leds {
index 90f57ba..ff31ce4 100644 (file)
@@ -21,8 +21,8 @@
 
        memory@0 {
                device_type = "memory";
-               reg = <0x00000000 0x08000000
-                      0x88000000 0x18000000>;
+               reg = <0x00000000 0x08000000>,
+                     <0x88000000 0x18000000>;
        };
 
        spi {
index fed75e6..61c7b13 100644 (file)
@@ -22,8 +22,8 @@
 
        memory {
                device_type = "memory";
-               reg = <0x00000000 0x08000000
-                      0x88000000 0x08000000>;
+               reg = <0x00000000 0x08000000>,
+                     <0x88000000 0x08000000>;
        };
 
        leds {
index 79542e1..4c60eda 100644 (file)
@@ -21,8 +21,8 @@
 
        memory@0 {
                device_type = "memory";
-               reg = <0x00000000 0x08000000
-                      0x88000000 0x08000000>;
+               reg = <0x00000000 0x08000000>,
+                     <0x88000000 0x08000000>;
        };
 
        leds {
index 51c64f0..9ca6d1b 100644 (file)
@@ -21,8 +21,8 @@
 
        memory@0 {
                device_type = "memory";
-               reg = <0x00000000 0x08000000
-                      0x88000000 0x08000000>;
+               reg = <0x00000000 0x08000000>,
+                     <0x88000000 0x08000000>;
        };
 
        leds {
index c29950b..0e273c5 100644 (file)
@@ -21,8 +21,8 @@
 
        memory@0 {
                device_type = "memory";
-               reg = <0x00000000 0x08000000
-                      0x88000000 0x08000000>;
+               reg = <0x00000000 0x08000000>,
+                     <0x88000000 0x08000000>;
        };
 
        leds {
index 2f2d2b0..d857751 100644 (file)
@@ -21,8 +21,8 @@
 
        memory@0 {
                device_type = "memory";
-               reg = <0x00000000 0x08000000
-                      0x88000000 0x08000000>;
+               reg = <0x00000000 0x08000000>,
+                     <0x88000000 0x08000000>;
        };
 
        spi {
index 0e349e3..8b1a05a 100644 (file)
@@ -21,8 +21,8 @@
 
        memory@0 {
                device_type = "memory";
-               reg = <0x00000000 0x08000000
-                      0x88000000 0x08000000>;
+               reg = <0x00000000 0x08000000>,
+                     <0x88000000 0x08000000>;
        };
 
        spi {
index 8f1e565..6c6bb7b 100644 (file)
@@ -21,8 +21,8 @@
 
        memory {
                device_type = "memory";
-               reg = <0x00000000 0x08000000
-                      0x88000000 0x08000000>;
+               reg = <0x00000000 0x08000000>,
+                     <0x88000000 0x08000000>;
        };
 
        leds {
index ce888b1..d29e7f8 100644 (file)
@@ -21,8 +21,8 @@
 
        memory {
                device_type = "memory";
-               reg = <0x00000000 0x08000000
-                      0x88000000 0x18000000>;
+               reg = <0x00000000 0x08000000>,
+                     <0x88000000 0x18000000>;
        };
 
        leds {
index ed8619b..38fbefd 100644 (file)
@@ -18,8 +18,8 @@
 
        memory {
                device_type = "memory";
-               reg = <0x00000000 0x08000000
-                      0x88000000 0x08000000>;
+               reg = <0x00000000 0x08000000>,
+                     <0x88000000 0x08000000>;
        };
 
        gpio-keys {
index 1f87993..7989a53 100644 (file)
@@ -21,8 +21,8 @@
 
        memory {
                device_type = "memory";
-               reg = <0x00000000 0x08000000
-                      0x88000000 0x08000000>;
+               reg = <0x00000000 0x08000000>,
+                     <0x88000000 0x08000000>;
        };
 
        leds {
index 6c6199a..87b655b 100644 (file)
@@ -32,8 +32,8 @@
 
        memory {
                device_type = "memory";
-               reg = <0x00000000 0x08000000
-                      0x88000000 0x08000000>;
+               reg = <0x00000000 0x08000000>,
+                     <0x88000000 0x08000000>;
        };
 
        leds {
index 911c65f..e635a15 100644 (file)
@@ -21,8 +21,8 @@
 
        memory@0 {
                device_type = "memory";
-               reg = <0x00000000 0x08000000
-                      0x88000000 0x08000000>;
+               reg = <0x00000000 0x08000000>,
+                     <0x88000000 0x08000000>;
        };
 
        nand: nand@18028000 {
index 3725f2b..4b24b25 100644 (file)
@@ -18,8 +18,8 @@
 
        memory@0 {
                device_type = "memory";
-               reg = <0x00000000 0x08000000
-                      0x88000000 0x08000000>;
+               reg = <0x00000000 0x08000000>,
+                     <0x88000000 0x08000000>;
        };
 
        gpio-keys {
index 50f7cd0..a6dc999 100644 (file)
@@ -18,8 +18,8 @@
 
        memory@0 {
                device_type = "memory";
-               reg = <0x00000000 0x08000000
-                      0x88000000 0x18000000>;
+               reg = <0x00000000 0x08000000>,
+                     <0x88000000 0x18000000>;
        };
 
        leds {
index bcc420f..ff98837 100644 (file)
@@ -18,8 +18,8 @@
 
        memory@0 {
                device_type = "memory";
-               reg = <0x00000000 0x08000000
-                      0x88000000 0x18000000>;
+               reg = <0x00000000 0x08000000>,
+                     <0x88000000 0x18000000>;
        };
 
        leds {
index 4f8d777..452b8d0 100644 (file)
@@ -18,8 +18,8 @@
 
        memory {
                device_type = "memory";
-               reg = <0x00000000 0x08000000
-                      0x88000000 0x18000000>;
+               reg = <0x00000000 0x08000000>,
+                     <0x88000000 0x18000000>;
        };
 
        leds {
index e17e9a1..b76bfe6 100644 (file)
@@ -18,8 +18,8 @@
 
        memory@0 {
                device_type = "memory";
-               reg = <0x00000000 0x08000000
-                      0x88000000 0x08000000>;
+               reg = <0x00000000 0x08000000>,
+                     <0x88000000 0x08000000>;
        };
 
        leds {
index 60cc87e..32d5a50 100644 (file)
@@ -18,8 +18,8 @@
 
        memory@0 {
                device_type = "memory";
-               reg = <0x00000000 0x08000000
-                      0x88000000 0x18000000>;
+               reg = <0x00000000 0x08000000>,
+                     <0x88000000 0x18000000>;
        };
 
        leds {
index f42a170..42097a4 100644 (file)
@@ -18,8 +18,8 @@
 
        memory@0 {
                device_type = "memory";
-               reg = <0x00000000 0x08000000
-                      0x88000000 0x18000000>;
+               reg = <0x00000000 0x08000000>,
+                     <0x88000000 0x18000000>;
        };
 
        leds {
index ac3a448..a2566ad 100644 (file)
@@ -15,8 +15,8 @@
 
        memory@0 {
                device_type = "memory";
-               reg = <0x00000000 0x08000000
-                      0x88000000 0x18000000>;
+               reg = <0x00000000 0x08000000>,
+                     <0x88000000 0x18000000>;
        };
 
        gpio-keys {