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

ARM: dts: ls1021a: disable ifc node by default

Disable the bus in the SoC dtsi file to be enabled only in board dts
files. Also breakup long values in the ifc node to fix dtbs_check.

Signed-off-by: Li Yang <leoyang.li@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>

authored by

Li Yang and committed by
Shawn Guo
61761d3e d41488bc

+4 -3
+3 -3
arch/arm/boot/dts/ls1021a-qds.dts
··· 189 189 #address-cells = <2>; 190 190 #size-cells = <1>; 191 191 /* NOR, NAND Flashes and FPGA on board */ 192 - ranges = <0x0 0x0 0x0 0x60000000 0x08000000 193 - 0x2 0x0 0x0 0x7e800000 0x00010000 194 - 0x3 0x0 0x0 0x7fb00000 0x00000100>; 192 + ranges = <0x0 0x0 0x0 0x60000000 0x08000000>, 193 + <0x2 0x0 0x0 0x7e800000 0x00010000>, 194 + <0x3 0x0 0x0 0x7fb00000 0x00000100>; 195 195 status = "okay"; 196 196 197 197 nor@0,0 {
+1
arch/arm/boot/dts/ls1021a.dtsi
··· 126 126 compatible = "fsl,ifc", "simple-bus"; 127 127 reg = <0x0 0x1530000 0x0 0x10000>; 128 128 interrupts = <GIC_SPI 75 IRQ_TYPE_LEVEL_HIGH>; 129 + status = "disabled"; 129 130 }; 130 131 131 132 dcfg: dcfg@1ee0000 {