提交 d7cc15bb 编写于 作者: A Adam Ford 提交者: Tom Rini

ARM: DTS: am3517-evm-u-boot: Mark MMC1 with cd-inverted

In order to use the device tree for MMC, the card-detect pin
needs to be inverted.  This patch places this into the
am3517-evm-u-boot.dtsi file to keep the main DTS and DTSI files
clean and in-sync with Linux
Signed-off-by: NAdam Ford <aford173@gmail.com>
上级 972edd49
......@@ -10,6 +10,10 @@
};
};
&mmc1 {
cd-inverted;
};
&uart1 {
reg-shift = <2>;
};
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册