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

ARM: dts: keystone-k2g: add MMC0 and MMC1 nodes

Add device tree nodes for MMC0 and MMC1 pesent
on 66AK2G device.

Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
[nsekhar@ti.com: fix clock-names for mmc1 node]
Signed-off-by: Sekhar Nori <nsekhar@ti.com>
Signed-off-by: Santosh Shilimkar <ssantosh@kernel.org>

authored by

Lokesh Vutla and committed by
Santosh Shilimkar
9529de63 f8d4416b

+32
+32
arch/arm/boot/dts/keystone-k2g.dtsi
··· 276 276 reg = <0x027b8000 0x400>; 277 277 power-domains = <&k2g_pds 0x4f>; 278 278 }; 279 + 280 + mmc0: mmc@23000000 { 281 + compatible = "ti,k2g-hsmmc", "ti,omap4-hsmmc"; 282 + reg = <0x23000000 0x400>; 283 + interrupts = <GIC_SPI 96 IRQ_TYPE_EDGE_RISING>; 284 + dmas = <&edma1 24 0>, <&edma1 25 0>; 285 + dma-names = "tx", "rx"; 286 + bus-width = <4>; 287 + ti,needs-special-reset; 288 + no-1-8-v; 289 + max-frequency = <96000000>; 290 + power-domains = <&k2g_pds 0xb>; 291 + clocks = <&k2g_clks 0xb 1>, <&k2g_clks 0xb 2>; 292 + clock-names = "fck", "mmchsdb_fck"; 293 + status = "disabled"; 294 + }; 295 + 296 + mmc1: mmc@23100000 { 297 + compatible = "ti,k2g-hsmmc", "ti,omap4-hsmmc"; 298 + reg = <0x23100000 0x400>; 299 + interrupts = <GIC_SPI 97 IRQ_TYPE_EDGE_RISING>; 300 + dmas = <&edma1 26 0>, <&edma1 27 0>; 301 + dma-names = "tx", "rx"; 302 + bus-width = <8>; 303 + ti,needs-special-reset; 304 + ti,non-removable; 305 + max-frequency = <96000000>; 306 + power-domains = <&k2g_pds 0xc>; 307 + clocks = <&k2g_clks 0xc 1>, <&k2g_clks 0xc 2>; 308 + clock-names = "fck", "mmchsdb_fck"; 309 + status = "disabled"; 310 + }; 279 311 }; 280 312 };