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

ARM: dts: lpc18xx: remove 'num-slots' property for dwmmc

Since 'num-slots' had already deprecated, remove the property in
device-tree file.

Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>

authored by

Jaehoon Chung and committed by
Ulf Hansson
09cdb289 a6306eb6

-1
-1
arch/arm/boot/dts/lpc18xx.dtsi
··· 115 115 compatible = "snps,dw-mshc"; 116 116 reg = <0x40004000 0x1000>; 117 117 interrupts = <6>; 118 - num-slots = <1>; 119 118 clocks = <&ccu2 CLK_SDIO>, <&ccu1 CLK_CPU_SDIO>; 120 119 clock-names = "ciu", "biu"; 121 120 resets = <&rgu 20>;