diff options
| author | Ian Lepore <ian@FreeBSD.org> | 2013-11-01 19:22:06 +0000 |
|---|---|---|
| committer | Ian Lepore <ian@FreeBSD.org> | 2013-11-01 19:22:06 +0000 |
| commit | 4a98e4695088b4c8f2eb06c4e9847b2bd408a006 (patch) | |
| tree | adea47209fbd7572d9a01fc8d4b4fb81141712ca /sys/boot | |
| parent | bedc59de8735174f3b1d9a95b976618bdadcd815 (diff) | |
Notes
Diffstat (limited to 'sys/boot')
| -rw-r--r-- | sys/boot/fdt/dts/am335x.dtsi | 5 | ||||
| -rw-r--r-- | sys/boot/fdt/dts/beaglebone-black.dts | 1 |
2 files changed, 4 insertions, 2 deletions
diff --git a/sys/boot/fdt/dts/am335x.dtsi b/sys/boot/fdt/dts/am335x.dtsi index 8374d70fb1666..c16f039be9faa 100644 --- a/sys/boot/fdt/dts/am335x.dtsi +++ b/sys/boot/fdt/dts/am335x.dtsi @@ -163,16 +163,17 @@ }; mmchs0@48060000 { - compatible = "ti,mmchs"; + compatible = "ti,omap3-hsmmc", "ti,mmchs"; reg =<0x48060000 0x1000 >; interrupts = <64>; interrupt-parent = <&AINTC>; mmchs-device-id = <0>; mmchs-wp-gpio-pin = <0xffffffff>; + ti,dual-volt; }; mmchs1@481D8000 { - compatible = "ti,mmchs"; + compatible = "ti,omap3-hsmmc", "ti,mmchs"; reg =<0x481D8000 0x1000 >; interrupts = <28>; interrupt-parent = <&AINTC>; diff --git a/sys/boot/fdt/dts/beaglebone-black.dts b/sys/boot/fdt/dts/beaglebone-black.dts index 04460f5903c98..026363eb0dcbf 100644 --- a/sys/boot/fdt/dts/beaglebone-black.dts +++ b/sys/boot/fdt/dts/beaglebone-black.dts @@ -134,6 +134,7 @@ }; mmchs1@481D8000 { + bus-width = <8>; status = "okay"; }; |
