mirror of
https://github.com/torvalds/linux.git
synced 2026-06-05 21:15:53 +02:00
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>
This commit is contained in:
parent
b837a18271
commit
7ee94e1869
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user