Update Facebook Bletchley BMC devicetree base on Pre-PVT HW design.
Potin Lai (2):
ARM: dts: aspeed: bletchley: update and fix gpio-line-names
ARM: dts: aspeed: bletchley: enable emmc and ehci1
.../boot/dts/aspeed-bmc-facebook-bletchley.dts | 16 ++++++++++++++--
1 file changed, 14 insertions(+), 2 deletions(-)
--
2.31.1
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 <[email protected]>
---
arch/arm/boot/dts/aspeed-bmc-facebook-bletchley.dts | 12 ++++++++++++
1 file changed, 12 insertions(+)
diff --git a/arch/arm/boot/dts/aspeed-bmc-facebook-bletchley.dts b/arch/arm/boot/dts/aspeed-bmc-facebook-bletchley.dts
index f5986f5909cd0..a619eec70633a 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 @@ &ehci0 {
status = "okay";
};
+&ehci1 {
+ status = "okay";
+};
+
+&emmc_controller {
+ status = "okay";
+};
+
+&emmc {
+ status = "okay";
+};
+
&pinctrl {
pinctrl_gpiov2_unbiased_default: gpiov2 {
pins = "AD14";
--
2.31.1
On Thu, Sep 29, 2022 at 09:31:28AM +0800, Potin Lai wrote:
> Update Facebook Bletchley BMC devicetree base on Pre-PVT HW design.
>
> Potin Lai (2):
> ARM: dts: aspeed: bletchley: update and fix gpio-line-names
> ARM: dts: aspeed: bletchley: enable emmc and ehci1
>
> .../boot/dts/aspeed-bmc-facebook-bletchley.dts | 16 ++++++++++++++--
> 1 file changed, 14 insertions(+), 2 deletions(-)
>
> --
> 2.31.1
>
Reviewed-by: Patrick Williams <[email protected]>
--
Patrick Williams