ARM: dts: aspeed: bletchley: Enable emmc and ehci1
authorPotin Lai <potin.lai.pt@gmail.com>
Thu, 29 Sep 2022 01:31:30 +0000 (09:31 +0800)
committerJoel Stanley <joel@jms.id.au>
Sun, 20 Nov 2022 10:16:46 +0000 (20:46 +1030)
Enable both emmc-controller and emmc nodes for storage soultion on
bletchley, and enable ehci1 node as second storage plan.

Signed-off-by: Potin Lai <potin.lai.pt@gmail.com>
Reviewed-by: Patrick Williams <patrick@stwcx.xyz>
Link: https://lore.kernel.org/r/20220929013130.1916525-3-potin.lai.pt@gmail.com
Signed-off-by: Joel Stanley <joel@jms.id.au>
arch/arm/boot/dts/aspeed-bmc-facebook-bletchley.dts

index f5986f5909cd034506a9c13d42837ca9f5ecdf9f..a619eec70633a38456267fe71ac7e0d0f10846e4 100644 (file)
        status = "okay";
 };
 
+&ehci1 {
+       status = "okay";
+};
+
+&emmc_controller {
+       status = "okay";
+};
+
+&emmc {
+       status = "okay";
+};
+
 &pinctrl {
        pinctrl_gpiov2_unbiased_default: gpiov2 {
                pins = "AD14";