Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: dts: BCM5301X: fix "reg" formatting in /memory node

This fixes warnings/errors like:
arch/arm/boot/dts/bcm4708-buffalo-wzr-1750dhp.dt.yaml: /: memory@0:reg:0: [0, 134217728, 2281701376, 402653184] 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>

authored by

Rafał Miłecki and committed by
Florian Fainelli
43986f38 fe07bfda

+46 -46
+2 -2
arch/arm/boot/dts/bcm4708-asus-rt-ac56u.dts
··· 21 21 22 22 memory@0 { 23 23 device_type = "memory"; 24 - reg = <0x00000000 0x08000000 25 - 0x88000000 0x08000000>; 24 + reg = <0x00000000 0x08000000>, 25 + <0x88000000 0x08000000>; 26 26 }; 27 27 28 28 leds {
+2 -2
arch/arm/boot/dts/bcm4708-asus-rt-ac68u.dts
··· 21 21 22 22 memory@0 { 23 23 device_type = "memory"; 24 - reg = <0x00000000 0x08000000 25 - 0x88000000 0x08000000>; 24 + reg = <0x00000000 0x08000000>, 25 + <0x88000000 0x08000000>; 26 26 }; 27 27 28 28 leds {
+2 -2
arch/arm/boot/dts/bcm4708-buffalo-wzr-1750dhp.dts
··· 21 21 22 22 memory@0 { 23 23 device_type = "memory"; 24 - reg = <0x00000000 0x08000000 25 - 0x88000000 0x18000000>; 24 + reg = <0x00000000 0x08000000>, 25 + <0x88000000 0x18000000>; 26 26 }; 27 27 28 28 spi {
+2 -2
arch/arm/boot/dts/bcm4708-netgear-r6250.dts
··· 22 22 23 23 memory { 24 24 device_type = "memory"; 25 - reg = <0x00000000 0x08000000 26 - 0x88000000 0x08000000>; 25 + reg = <0x00000000 0x08000000>, 26 + <0x88000000 0x08000000>; 27 27 }; 28 28 29 29 leds {
+2 -2
arch/arm/boot/dts/bcm4708-netgear-r6300-v2.dts
··· 21 21 22 22 memory@0 { 23 23 device_type = "memory"; 24 - reg = <0x00000000 0x08000000 25 - 0x88000000 0x08000000>; 24 + reg = <0x00000000 0x08000000>, 25 + <0x88000000 0x08000000>; 26 26 }; 27 27 28 28 leds {
+2 -2
arch/arm/boot/dts/bcm4708-smartrg-sr400ac.dts
··· 21 21 22 22 memory@0 { 23 23 device_type = "memory"; 24 - reg = <0x00000000 0x08000000 25 - 0x88000000 0x08000000>; 24 + reg = <0x00000000 0x08000000>, 25 + <0x88000000 0x08000000>; 26 26 }; 27 27 28 28 leds {
+2 -2
arch/arm/boot/dts/bcm47081-asus-rt-n18u.dts
··· 21 21 22 22 memory@0 { 23 23 device_type = "memory"; 24 - reg = <0x00000000 0x08000000 25 - 0x88000000 0x08000000>; 24 + reg = <0x00000000 0x08000000>, 25 + <0x88000000 0x08000000>; 26 26 }; 27 27 28 28 leds {
+2 -2
arch/arm/boot/dts/bcm47081-buffalo-wzr-600dhp2.dts
··· 21 21 22 22 memory@0 { 23 23 device_type = "memory"; 24 - reg = <0x00000000 0x08000000 25 - 0x88000000 0x08000000>; 24 + reg = <0x00000000 0x08000000>, 25 + <0x88000000 0x08000000>; 26 26 }; 27 27 28 28 spi {
+2 -2
arch/arm/boot/dts/bcm47081-buffalo-wzr-900dhp.dts
··· 21 21 22 22 memory@0 { 23 23 device_type = "memory"; 24 - reg = <0x00000000 0x08000000 25 - 0x88000000 0x08000000>; 24 + reg = <0x00000000 0x08000000>, 25 + <0x88000000 0x08000000>; 26 26 }; 27 27 28 28 spi {
+2 -2
arch/arm/boot/dts/bcm4709-asus-rt-ac87u.dts
··· 21 21 22 22 memory { 23 23 device_type = "memory"; 24 - reg = <0x00000000 0x08000000 25 - 0x88000000 0x08000000>; 24 + reg = <0x00000000 0x08000000>, 25 + <0x88000000 0x08000000>; 26 26 }; 27 27 28 28 leds {
+2 -2
arch/arm/boot/dts/bcm4709-buffalo-wxr-1900dhp.dts
··· 21 21 22 22 memory { 23 23 device_type = "memory"; 24 - reg = <0x00000000 0x08000000 25 - 0x88000000 0x18000000>; 24 + reg = <0x00000000 0x08000000>, 25 + <0x88000000 0x18000000>; 26 26 }; 27 27 28 28 leds {
+2 -2
arch/arm/boot/dts/bcm4709-linksys-ea9200.dts
··· 18 18 19 19 memory { 20 20 device_type = "memory"; 21 - reg = <0x00000000 0x08000000 22 - 0x88000000 0x08000000>; 21 + reg = <0x00000000 0x08000000>, 22 + <0x88000000 0x08000000>; 23 23 }; 24 24 25 25 gpio-keys {
+2 -2
arch/arm/boot/dts/bcm4709-netgear-r7000.dts
··· 21 21 22 22 memory { 23 23 device_type = "memory"; 24 - reg = <0x00000000 0x08000000 25 - 0x88000000 0x08000000>; 24 + reg = <0x00000000 0x08000000>, 25 + <0x88000000 0x08000000>; 26 26 }; 27 27 28 28 leds {
+2 -2
arch/arm/boot/dts/bcm4709-netgear-r8000.dts
··· 32 32 33 33 memory { 34 34 device_type = "memory"; 35 - reg = <0x00000000 0x08000000 36 - 0x88000000 0x08000000>; 35 + reg = <0x00000000 0x08000000>, 36 + <0x88000000 0x08000000>; 37 37 }; 38 38 39 39 leds {
+2 -2
arch/arm/boot/dts/bcm47094-linksys-panamera.dts
··· 18 18 19 19 memory@0 { 20 20 device_type = "memory"; 21 - reg = <0x00000000 0x08000000 22 - 0x88000000 0x08000000>; 21 + reg = <0x00000000 0x08000000>, 22 + <0x88000000 0x08000000>; 23 23 }; 24 24 25 25 gpio-keys {
+2 -2
arch/arm/boot/dts/bcm47094-luxul-abr-4500.dts
··· 18 18 19 19 memory@0 { 20 20 device_type = "memory"; 21 - reg = <0x00000000 0x08000000 22 - 0x88000000 0x18000000>; 21 + reg = <0x00000000 0x08000000>, 22 + <0x88000000 0x18000000>; 23 23 }; 24 24 25 25 leds {
+2 -2
arch/arm/boot/dts/bcm47094-luxul-xbr-4500.dts
··· 18 18 19 19 memory@0 { 20 20 device_type = "memory"; 21 - reg = <0x00000000 0x08000000 22 - 0x88000000 0x18000000>; 21 + reg = <0x00000000 0x08000000>, 22 + <0x88000000 0x18000000>; 23 23 }; 24 24 25 25 leds {
+2 -2
arch/arm/boot/dts/bcm47094-luxul-xwc-2000.dts
··· 18 18 19 19 memory { 20 20 device_type = "memory"; 21 - reg = <0x00000000 0x08000000 22 - 0x88000000 0x18000000>; 21 + reg = <0x00000000 0x08000000>, 22 + <0x88000000 0x18000000>; 23 23 }; 24 24 25 25 leds {
+2 -2
arch/arm/boot/dts/bcm47094-luxul-xwr-3100.dts
··· 18 18 19 19 memory@0 { 20 20 device_type = "memory"; 21 - reg = <0x00000000 0x08000000 22 - 0x88000000 0x08000000>; 21 + reg = <0x00000000 0x08000000>, 22 + <0x88000000 0x08000000>; 23 23 }; 24 24 25 25 leds {
+2 -2
arch/arm/boot/dts/bcm47094-luxul-xwr-3150-v1.dts
··· 18 18 19 19 memory@0 { 20 20 device_type = "memory"; 21 - reg = <0x00000000 0x08000000 22 - 0x88000000 0x18000000>; 21 + reg = <0x00000000 0x08000000>, 22 + <0x88000000 0x18000000>; 23 23 }; 24 24 25 25 leds {
+2 -2
arch/arm/boot/dts/bcm47094-netgear-r8500.dts
··· 18 18 19 19 memory@0 { 20 20 device_type = "memory"; 21 - reg = <0x00000000 0x08000000 22 - 0x88000000 0x18000000>; 21 + reg = <0x00000000 0x08000000>, 22 + <0x88000000 0x18000000>; 23 23 }; 24 24 25 25 leds {
+2 -2
arch/arm/boot/dts/bcm47094-phicomm-k3.dts
··· 15 15 16 16 memory@0 { 17 17 device_type = "memory"; 18 - reg = <0x00000000 0x08000000 19 - 0x88000000 0x18000000>; 18 + reg = <0x00000000 0x08000000>, 19 + <0x88000000 0x18000000>; 20 20 }; 21 21 22 22 gpio-keys {