
22 Jan
2020
22 Jan
'20
4:52 p.m.
Hi Neil,
On Wed, 22 Jan 2020 at 17:45, Neil Armstrong narmstrong@baylibre.com wrote:
Hi,
On 22/01/2020 13:06, Anand Moon wrote:
Add cd-gpio property for eMMC node.
Signed-off-by: Anand Moon linux.amoon@gmail.com
New patch in this series
arch/arm/dts/meson-g12b-odroid-n2.dts | 1 + 1 file changed, 1 insertion(+)
diff --git a/arch/arm/dts/meson-g12b-odroid-n2.dts b/arch/arm/dts/meson-g12b-odroid-n2.dts index 888429b1cc..23ec14abe7 100644 --- a/arch/arm/dts/meson-g12b-odroid-n2.dts +++ b/arch/arm/dts/meson-g12b-odroid-n2.dts @@ -449,6 +449,7 @@ max-frequency = <200000000>; disable-wp;
cd-gpios = <&gpio GPIOH_7 GPIO_ACTIVE_LOW>; /* eMMC_nDET */ mmc-pwrseq = <&emmc_pwrseq>; vmmc-supply = <&vcc_3v3>; vqmmc-supply = <&flash_1v8>;
If it's missing, submit it to linux-amlogic and move it to the -u-boot.dtsi file.
Neil
Thanks for your review. Ok I will submit this patch to linux-amlogic
-Anand