Commit 7ee94e18 authored by Potin Lai's avatar Potin Lai Committed by Joel Stanley

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: default avatarPotin Lai <potin.lai.pt@gmail.com>
Reviewed-by: default avatarPatrick Williams <patrick@stwcx.xyz>
Link: https://lore.kernel.org/r/20220929013130.1916525-3-potin.lai.pt@gmail.comSigned-off-by: default avatarJoel Stanley <joel@jms.id.au>
parent b837a182
......@@ -1046,6 +1046,18 @@ &ehci0 {
status = "okay";
};
&ehci1 {
status = "okay";
};
&emmc_controller {
status = "okay";
};
&emmc {
status = "okay";
};
&pinctrl {
pinctrl_gpiov2_unbiased_default: gpiov2 {
pins = "AD14";
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment