Hi Fabio,
On 06/12/2016 03:45 PM, Fabio Estevam wrote:
On Sun, Jun 12, 2016 at 10:20 AM, [off-list ref] wrote:
quoted
+&usdhc3 {
+ pinctrl-names = "default", "state_100mhz", "state_200mhz";
+ pinctrl-0 = <&pinctrl_usdhc3>;
+ pinctrl-1 = <&pinctrl_usdhc3_100mhz>;
+ pinctrl-2 = <&pinctrl_usdhc3_200mhz>;
+ no-1-8-v;
+ broken-cd;
A comment in the commit log as to why you use the 'broken-cd' property
would be helpful.
There are no card detection pins (until board revision 1.3; which seems
to be fairly new) and adding "broken-cd" was the only way to get card
detection working on my board. I will add this information to the commit
log.
Thanks,
Christopher
Thanks