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

ARM: dts: bcm-mobile: move status properties to the end of nodes

Move some DT "status" properties so that they're the last specified
property (before sub-nodes).

Signed-off-by: Stanislav Jakubek <stano.jakubek@gmail.com>
Link: https://lore.kernel.org/r/d7060071cb1f4b36b06b6507a09b32c7751ca7f0.1685127525.git.stano.jakubek@gmail.com
Signed-off-by: Florian Fainelli <florian.fainelli@broadcom.com>

authored by

Stanislav Jakubek and committed by
Florian Fainelli
51702568 2e167b34

+14 -14
+4 -4
arch/arm/boot/dts/bcm11351.dtsi
··· 51 51 52 52 serial@3e000000 { 53 53 compatible = "brcm,bcm11351-dw-apb-uart", "snps,dw-apb-uart"; 54 - status = "disabled"; 55 54 reg = <0x3e000000 0x1000>; 56 55 clocks = <&slave_ccu BCM281XX_SLAVE_CCU_UARTB>; 57 56 interrupts = <GIC_SPI 67 IRQ_TYPE_LEVEL_HIGH>; 58 57 reg-shift = <2>; 59 58 reg-io-width = <4>; 59 + status = "disabled"; 60 60 }; 61 61 62 62 serial@3e001000 { 63 63 compatible = "brcm,bcm11351-dw-apb-uart", "snps,dw-apb-uart"; 64 - status = "disabled"; 65 64 reg = <0x3e001000 0x1000>; 66 65 clocks = <&slave_ccu BCM281XX_SLAVE_CCU_UARTB2>; 67 66 interrupts = <GIC_SPI 66 IRQ_TYPE_LEVEL_HIGH>; 68 67 reg-shift = <2>; 69 68 reg-io-width = <4>; 69 + status = "disabled"; 70 70 }; 71 71 72 72 serial@3e002000 { 73 73 compatible = "brcm,bcm11351-dw-apb-uart", "snps,dw-apb-uart"; 74 - status = "disabled"; 75 74 reg = <0x3e002000 0x1000>; 76 75 clocks = <&slave_ccu BCM281XX_SLAVE_CCU_UARTB3>; 77 76 interrupts = <GIC_SPI 65 IRQ_TYPE_LEVEL_HIGH>; 78 77 reg-shift = <2>; 79 78 reg-io-width = <4>; 79 + status = "disabled"; 80 80 }; 81 81 82 82 serial@3e003000 { 83 83 compatible = "brcm,bcm11351-dw-apb-uart", "snps,dw-apb-uart"; 84 - status = "disabled"; 85 84 reg = <0x3e003000 0x1000>; 86 85 clocks = <&slave_ccu BCM281XX_SLAVE_CCU_UARTB4>; 87 86 interrupts = <GIC_SPI 64 IRQ_TYPE_LEVEL_HIGH>; 88 87 reg-shift = <2>; 89 88 reg-io-width = <4>; 89 + status = "disabled"; 90 90 }; 91 91 92 92 L2: l2-cache@3ff20000 {
+3 -3
arch/arm/boot/dts/bcm21664.dtsi
··· 51 51 52 52 serial@3e000000 { 53 53 compatible = "brcm,bcm21664-dw-apb-uart", "snps,dw-apb-uart"; 54 - status = "disabled"; 55 54 reg = <0x3e000000 0x118>; 56 55 clocks = <&slave_ccu BCM21664_SLAVE_CCU_UARTB>; 57 56 interrupts = <GIC_SPI 67 IRQ_TYPE_LEVEL_HIGH>; 58 57 reg-shift = <2>; 59 58 reg-io-width = <4>; 59 + status = "disabled"; 60 60 }; 61 61 62 62 serial@3e001000 { 63 63 compatible = "brcm,bcm21664-dw-apb-uart", "snps,dw-apb-uart"; 64 - status = "disabled"; 65 64 reg = <0x3e001000 0x118>; 66 65 clocks = <&slave_ccu BCM21664_SLAVE_CCU_UARTB2>; 67 66 interrupts = <GIC_SPI 66 IRQ_TYPE_LEVEL_HIGH>; 68 67 reg-shift = <2>; 69 68 reg-io-width = <4>; 69 + status = "disabled"; 70 70 }; 71 71 72 72 serial@3e002000 { 73 73 compatible = "brcm,bcm21664-dw-apb-uart", "snps,dw-apb-uart"; 74 - status = "disabled"; 75 74 reg = <0x3e002000 0x118>; 76 75 clocks = <&slave_ccu BCM21664_SLAVE_CCU_UARTB3>; 77 76 interrupts = <GIC_SPI 65 IRQ_TYPE_LEVEL_HIGH>; 78 77 reg-shift = <2>; 79 78 reg-io-width = <4>; 79 + status = "disabled"; 80 80 }; 81 81 82 82 L2: cache-controller@3ff20000 {
+3 -3
arch/arm/boot/dts/bcm23550.dtsi
··· 129 129 130 130 uartb: serial@0 { 131 131 compatible = "snps,dw-apb-uart"; 132 - status = "disabled"; 133 132 reg = <0x00000000 0x118>; 134 133 clocks = <&slave_ccu BCM21664_SLAVE_CCU_UARTB>; 135 134 interrupts = <GIC_SPI 67 IRQ_TYPE_LEVEL_HIGH>; 136 135 reg-shift = <2>; 137 136 reg-io-width = <4>; 137 + status = "disabled"; 138 138 }; 139 139 140 140 uartb2: serial@1000 { 141 141 compatible = "snps,dw-apb-uart"; 142 - status = "disabled"; 143 142 reg = <0x00001000 0x118>; 144 143 clocks = <&slave_ccu BCM21664_SLAVE_CCU_UARTB2>; 145 144 interrupts = <GIC_SPI 66 IRQ_TYPE_LEVEL_HIGH>; 146 145 reg-shift = <2>; 147 146 reg-io-width = <4>; 147 + status = "disabled"; 148 148 }; 149 149 150 150 uartb3: serial@2000 { 151 151 compatible = "snps,dw-apb-uart"; 152 - status = "disabled"; 153 152 reg = <0x00002000 0x118>; 154 153 clocks = <&slave_ccu BCM21664_SLAVE_CCU_UARTB3>; 155 154 interrupts = <GIC_SPI 65 IRQ_TYPE_LEVEL_HIGH>; 156 155 reg-shift = <2>; 157 156 reg-io-width = <4>; 157 + status = "disabled"; 158 158 }; 159 159 160 160 bsc1: i2c@16000 {
+4 -4
arch/arm/boot/dts/bcm28155-ap.dts
··· 21 21 }; 22 22 23 23 i2c@3e016000 { 24 - status = "okay"; 25 24 clock-frequency = <400000>; 25 + status = "okay"; 26 26 }; 27 27 28 28 i2c@3e017000 { 29 - status = "okay"; 30 29 clock-frequency = <400000>; 30 + status = "okay"; 31 31 }; 32 32 33 33 i2c@3e018000 { 34 - status = "okay"; 35 34 clock-frequency = <400000>; 35 + status = "okay"; 36 36 }; 37 37 38 38 i2c@3500d000 { 39 - status = "okay"; 40 39 clock-frequency = <100000>; 40 + status = "okay"; 41 41 42 42 pmu: pmu@8 { 43 43 reg = <0x08>;