ARM: dts: Enable SDIO card interrupt for 37xx-evm
This allows to use the MMC1 slot with SDIO cards. Signed-off-by: Tony Lindgren <tony@atomide.com>
This commit is contained in:
parent
5c0a366d33
commit
3704aae9e0
|
@ -96,6 +96,7 @@
|
|||
};
|
||||
|
||||
&mmc1 {
|
||||
interrupts-extended = <&intc 83 &omap3_pmx_core 0x11a>;
|
||||
vmmc-supply = <&vmmc1>;
|
||||
vmmc_aux-supply = <&vsim>;
|
||||
bus-width = <8>;
|
||||
|
|
Loading…
Reference in New Issue