mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2025-11-25 20:41:33 +00:00
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>
This commit is contained in:
parent
a6306eb6a5
commit
09cdb2894a
@ -115,7 +115,6 @@
|
|||||||
compatible = "snps,dw-mshc";
|
compatible = "snps,dw-mshc";
|
||||||
reg = <0x40004000 0x1000>;
|
reg = <0x40004000 0x1000>;
|
||||||
interrupts = <6>;
|
interrupts = <6>;
|
||||||
num-slots = <1>;
|
|
||||||
clocks = <&ccu2 CLK_SDIO>, <&ccu1 CLK_CPU_SDIO>;
|
clocks = <&ccu2 CLK_SDIO>, <&ccu1 CLK_CPU_SDIO>;
|
||||||
clock-names = "ciu", "biu";
|
clock-names = "ciu", "biu";
|
||||||
resets = <&rgu 20>;
|
resets = <&rgu 20>;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user