From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jagan Teki Date: Mon, 16 Jul 2018 13:49:35 +0530 Subject: [U-Boot] [PATCH 04/25] ARM: dts: sun4i: Add mmc0 node for iNet 3W In-Reply-To: <20180716081956.32434-1-jagan@amarulasolutions.com> References: <20180716081956.32434-1-jagan@amarulasolutions.com> Message-ID: <20180716081956.32434-5-jagan@amarulasolutions.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Since SUN4I moved to DM_MMC, we need to have mmc node in iNet 3W DT otherwise it will not probe. Cc: Paul Kocialkowski Signed-off-by: Jagan Teki --- arch/arm/dts/sun4i-a10-inet-3w.dts | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/arch/arm/dts/sun4i-a10-inet-3w.dts b/arch/arm/dts/sun4i-a10-inet-3w.dts index d0267ceee9..4168e2c0d0 100644 --- a/arch/arm/dts/sun4i-a10-inet-3w.dts +++ b/arch/arm/dts/sun4i-a10-inet-3w.dts @@ -7,6 +7,8 @@ /dts-v1/; #include "sun4i-a10.dtsi" +#include "sunxi-common-regulators.dtsi" +#include / { model = "iNet 3W"; @@ -21,6 +23,13 @@ }; }; +&mmc0 { + vmmc-supply = <®_vcc3v3>; + bus-width = <4>; + cd-gpios = <&pio 7 20 GPIO_ACTIVE_LOW>; /* PH20 */ + status = "okay"; +}; + &uart0 { pinctrl-names = "default"; pinctrl-0 = <&uart0_pins_a>; -- 2.17.1