diff options
author | Potin Lai <potin.lai.pt@gmail.com> | 2022-09-29 09:31:30 +0800 |
---|---|---|
committer | Joel Stanley <joel@jms.id.au> | 2022-11-20 20:46:46 +1030 |
commit | 7ee94e1869005446c2ad8847d66181217867b830 (patch) | |
tree | 3e35848f2db6f838a4a3f708260bed09887f30b6 | |
parent | b837a18271712880b4af917f2482833326d8af4a (diff) |
ARM: dts: aspeed: bletchley: Enable emmc and ehci1
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>
-rw-r--r-- | arch/arm/boot/dts/aspeed-bmc-facebook-bletchley.dts | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/aspeed-bmc-facebook-bletchley.dts b/arch/arm/boot/dts/aspeed-bmc-facebook-bletchley.dts index f5986f5909cd..a619eec70633 100644 --- a/arch/arm/boot/dts/aspeed-bmc-facebook-bletchley.dts +++ b/arch/arm/boot/dts/aspeed-bmc-facebook-bletchley.dts @@ -1046,6 +1046,18 @@ status = "okay"; }; +&ehci1 { + status = "okay"; +}; + +&emmc_controller { + status = "okay"; +}; + +&emmc { + status = "okay"; +}; + &pinctrl { pinctrl_gpiov2_unbiased_default: gpiov2 { pins = "AD14"; |