diff mbox series

ARM: dts: aspeed: swift: Add eMMC device

Message ID 20190821045655.21752-1-joel@jms.id.au
State Accepted
Commit 49b0f3be0b86292eed6f6aedadf4252131d9c111
Headers show
Series ARM: dts: aspeed: swift: Add eMMC device | expand

Commit Message

Joel Stanley Aug. 21, 2019, 4:56 a.m. UTC
Swift contains an eMMC device attached to the second SDHCI controller.

Signed-off-by: Joel Stanley <joel@jms.id.au>

---
 arch/arm/boot/dts/aspeed-bmc-opp-swift.dts | 11 +++++++++++
 1 file changed, 11 insertions(+)

-- 
2.23.0.rc1

Comments

Adriana Kobylak Aug. 21, 2019, 3:10 p.m. UTC | #1
On 2019-08-20 23:56, Joel Stanley wrote:
> Swift contains an eMMC device attached to the second SDHCI controller.

> 

> Signed-off-by: Joel Stanley <joel@jms.id.au>


Reviewed-by: Adriana Kobylak <anoo@us.ibm.com>


> ---

>  arch/arm/boot/dts/aspeed-bmc-opp-swift.dts | 11 +++++++++++

>  1 file changed, 11 insertions(+)

> 

> diff --git a/arch/arm/boot/dts/aspeed-bmc-opp-swift.dts

> b/arch/arm/boot/dts/aspeed-bmc-opp-swift.dts

> index f14f745b34ca..25bc0e1bbced 100644

> --- a/arch/arm/boot/dts/aspeed-bmc-opp-swift.dts

> +++ b/arch/arm/boot/dts/aspeed-bmc-opp-swift.dts

> @@ -963,4 +963,15 @@

>  	status = "okay";

>  };

> 

> +&sdmmc {

> +       status = "okay";

> +};

> +

> +&sdhci1 {

> +       status = "okay";

> +

> +       pinctrl-names = "default";

> +       pinctrl-0 = <&pinctrl_sd2_default>;

> +};

> +

>  #include "ibm-power9-dual.dtsi"
diff mbox series

Patch

diff --git a/arch/arm/boot/dts/aspeed-bmc-opp-swift.dts b/arch/arm/boot/dts/aspeed-bmc-opp-swift.dts
index f14f745b34ca..25bc0e1bbced 100644
--- a/arch/arm/boot/dts/aspeed-bmc-opp-swift.dts
+++ b/arch/arm/boot/dts/aspeed-bmc-opp-swift.dts
@@ -963,4 +963,15 @@ 
 	status = "okay";
 };
 
+&sdmmc {
+       status = "okay";
+};
+
+&sdhci1 {
+       status = "okay";
+
+       pinctrl-names = "default";
+       pinctrl-0 = <&pinctrl_sd2_default>;
+};
+
 #include "ibm-power9-dual.dtsi"