Loading arch/arm/boot/dts/omap3-beagle.dts +14 −0 Original line number Diff line number Diff line Loading @@ -53,3 +53,17 @@ eeprom@50 { reg = <0x50>; }; }; &mmc1 { vmmc-supply = <&vmmc1>; vmmc_aux-supply = <&vsim>; ti,bus-width = <8>; }; &mmc2 { status = "disable"; }; &mmc3 { status = "disable"; }; arch/arm/boot/dts/omap3.dtsi +16 −0 Original line number Diff line number Diff line Loading @@ -199,5 +199,21 @@ mcspi4: spi@480ba000 { ti,hwmods = "mcspi4"; ti,spi-num-cs = <1>; }; mmc1: mmc@4809c000 { compatible = "ti,omap3-hsmmc"; ti,hwmods = "mmc1"; ti,dual-volt; }; mmc2: mmc@480b4000 { compatible = "ti,omap3-hsmmc"; ti,hwmods = "mmc2"; }; mmc3: mmc@480ad000 { compatible = "ti,omap3-hsmmc"; ti,hwmods = "mmc3"; }; }; }; Loading
arch/arm/boot/dts/omap3-beagle.dts +14 −0 Original line number Diff line number Diff line Loading @@ -53,3 +53,17 @@ eeprom@50 { reg = <0x50>; }; }; &mmc1 { vmmc-supply = <&vmmc1>; vmmc_aux-supply = <&vsim>; ti,bus-width = <8>; }; &mmc2 { status = "disable"; }; &mmc3 { status = "disable"; };
arch/arm/boot/dts/omap3.dtsi +16 −0 Original line number Diff line number Diff line Loading @@ -199,5 +199,21 @@ mcspi4: spi@480ba000 { ti,hwmods = "mcspi4"; ti,spi-num-cs = <1>; }; mmc1: mmc@4809c000 { compatible = "ti,omap3-hsmmc"; ti,hwmods = "mmc1"; ti,dual-volt; }; mmc2: mmc@480b4000 { compatible = "ti,omap3-hsmmc"; ti,hwmods = "mmc2"; }; mmc3: mmc@480ad000 { compatible = "ti,omap3-hsmmc"; ti,hwmods = "mmc3"; }; }; };