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

Merge tag 'arm-soc/for-4.2/dts-fixes' of http://github.com/broadcom/stblinux into next/dt

Merge "This pull request contains a single change" from Florian Fainelli:

- fix the NAND controller node on bcm63138, the original change was a mis-merge that
did not properly parent it to the "ubus" node

* tag 'arm-soc/for-4.2/dts-fixes' of http://github.com/broadcom/stblinux:
ARM: dts: BCM63xx: re-parent NAND controller node

+11 -11
+11 -11
arch/arm/boot/dts/bcm63138.dtsi
··· 120 120 reg = <0x4800e0 0x10>; 121 121 #reset-cells = <2>; 122 122 }; 123 - 124 - nand: nand@2000 { 125 - #address-cells = <1>; 126 - #size-cells = <0>; 127 - compatible = "brcm,nand-bcm63138", "brcm,brcmnand-v7.0", "brcm,brcmnand"; 128 - reg = <0x2000 0x600>, <0xf0 0x10>; 129 - reg-names = "nand", "nand-int-base"; 130 - status = "disabled"; 131 - interrupts = <GIC_SPI 38 0>; 132 - interrupt-names = "nand"; 133 - }; 134 123 }; 135 124 136 125 /* Legacy UBUS base */ ··· 150 161 clocks = <&periph_clk>; 151 162 clock-names = "periph"; 152 163 status = "disabled"; 164 + }; 165 + 166 + nand: nand@2000 { 167 + #address-cells = <1>; 168 + #size-cells = <0>; 169 + compatible = "brcm,nand-bcm63138", "brcm,brcmnand-v7.0", "brcm,brcmnand"; 170 + reg = <0x2000 0x600>, <0xf0 0x10>; 171 + reg-names = "nand", "nand-int-base"; 172 + status = "disabled"; 173 + interrupts = <GIC_SPI 38 0>; 174 + interrupt-names = "nand"; 153 175 }; 154 176 155 177 bootlut: bootlut@8000 {