--
For more options, visit http://beagleboard.org/discuss
--- You received this message because you are subscribed to the Google Groups "BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an email to beagleboard+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
--
For more options, visit http://beagleboard.org/discuss
---
You received this message because you are subscribed to the Google Groups "BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an email to beagleboard...@googlegroups.com.
--
For more options, visit http://beagleboard.org/discuss
---
You received this message because you are subscribed to the Google Groups "BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an email to beagleboard...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
dtc -I dtb -O dts -o test.dts /boot/am335x-boneblack.dtb
nano test.dts
^w
mmc@48060000
mmc@48060000 {
compatible = "ti,omap3-hsmmc";
ti,hwmods = "mmc1";
ti,dual-volt;
ti,needs-special-reset;
ti,needs-special-hs-handling;
dmas = <0x8 0x18 0x8 0x19>;
dma-names = "tx", "rx";
status = "okay";
pinctrl-names = "default";
pinctrl-0 = <0x9>;
cd-gpios = <0xa 0x6 0x0>;
cd-inverted;
vmmc-supply = <0xb>;
ti,vcc-aux-disable-is-sleep;
linux,phandle = <0x28>;
phandle = <0x28>;
};
mmc@481d8000 {
compatible = "ti,omap3-hsmmc";
ti,hwmods = "mmc2";
ti,needs-special-reset;
ti,needs-special-hs-handling;
dmas = <0x8 0x2 0x8 0x3>;
dma-names = "tx", "rx";
status = "disabled";
vmmc-supply = <0xb>;
bus-width = <0x8>;
ti,non-removable;
reset = <0xc 0x0 0x0>;
reset-names = "eMMC_RSTn-CONSUMER";
linux,phandle = <0x29>;
phandle = <0x29>;
};
mmc@47810000 {
compatible = "ti,omap3-hsmmc";
ti,hwmods = "mmc3";
ti,needs-special-reset;
ti,needs-special-hs-handling;
status = "disabled";
linux,phandle = <0x2a>;
phandle = <0x2a>;
};
bus-width = <0x4>;
mmc@48060000 {
compatible = "ti,omap3-hsmmc";
ti,hwmods = "mmc1";
ti,dual-volt;
ti,needs-special-reset;
ti,needs-special-hs-handling;
dmas = <0x8 0x18 0x8 0x19>;
dma-names = "tx", "rx";
status = "okay";
pinctrl-names = "default";
pinctrl-0 = <0x9>;
cd-gpios = <0xa 0x6 0x0>;
cd-inverted;
vmmc-supply = <0xb>;
bus-width = <0x4>;
ti,vcc-aux-disable-is-sleep;
linux,phandle = <0x28>;
phandle = <0x28>;
};
^x
y
[enter]
dtc -I dts -O dtb -o /boot/am335x-boneblack.dtb test.dts
reboot
And for future reference, you can inspect the mmc parameters using debugfs as well: