mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 21:26:49 +00:00
Alliwinner: Add eMMC definition to device tree of Orange PI 3
This commit is contained in:
parent
17402b185f
commit
075cd80895
@ -302,7 +302,7 @@ new file mode 100644
|
|||||||
index 0000000000000..17d4969901086
|
index 0000000000000..17d4969901086
|
||||||
--- /dev/null
|
--- /dev/null
|
||||||
+++ b/arch/arm64/boot/dts/allwinner/sun50i-h6-orangepi-3.dts
|
+++ b/arch/arm64/boot/dts/allwinner/sun50i-h6-orangepi-3.dts
|
||||||
@@ -0,0 +1,219 @@
|
@@ -0,0 +1,229 @@
|
||||||
+// SPDX-License-Identifier: (GPL-2.0+ or MIT)
|
+// SPDX-License-Identifier: (GPL-2.0+ or MIT)
|
||||||
+/*
|
+/*
|
||||||
+ * Copyright (C) 2019 Ondřej Jirman <megous@megous.com>
|
+ * Copyright (C) 2019 Ondřej Jirman <megous@megous.com>
|
||||||
@ -374,6 +374,16 @@ index 0000000000000..17d4969901086
|
|||||||
+ status = "okay";
|
+ status = "okay";
|
||||||
+};
|
+};
|
||||||
+
|
+
|
||||||
|
+&mmc2 {
|
||||||
|
+ pinctrl-names = "default";
|
||||||
|
+ pinctrl-0 = <&mmc2_pins>;
|
||||||
|
+ vmmc-supply = <®_cldo1>;
|
||||||
|
+ non-removable;
|
||||||
|
+ cap-mmc-hw-reset;
|
||||||
|
+ bus-width = <8>;
|
||||||
|
+ status = "okay";
|
||||||
|
+};
|
||||||
|
+
|
||||||
+&ohci0 {
|
+&ohci0 {
|
||||||
+ status = "okay";
|
+ status = "okay";
|
||||||
+};
|
+};
|
||||||
|
@ -15,7 +15,7 @@ new file mode 100644
|
|||||||
index 0000000000..8070adc39b
|
index 0000000000..8070adc39b
|
||||||
--- /dev/null
|
--- /dev/null
|
||||||
+++ b/arch/arm/dts/sun50i-h6-orangepi-3.dts
|
+++ b/arch/arm/dts/sun50i-h6-orangepi-3.dts
|
||||||
@@ -0,0 +1,316 @@
|
@@ -0,0 +1,326 @@
|
||||||
+// SPDX-License-Identifier: (GPL-2.0+ or MIT)
|
+// SPDX-License-Identifier: (GPL-2.0+ or MIT)
|
||||||
+/*
|
+/*
|
||||||
+ * Copyright (C) 2019 Ondřej Jirman <megous@megous.com>
|
+ * Copyright (C) 2019 Ondřej Jirman <megous@megous.com>
|
||||||
@ -183,6 +183,16 @@ index 0000000000..8070adc39b
|
|||||||
+ status = "okay";
|
+ status = "okay";
|
||||||
+};
|
+};
|
||||||
+
|
+
|
||||||
|
+&mmc2 {
|
||||||
|
+ pinctrl-names = "default";
|
||||||
|
+ pinctrl-0 = <&mmc2_pins>;
|
||||||
|
+ vmmc-supply = <®_cldo1>;
|
||||||
|
+ non-removable;
|
||||||
|
+ cap-mmc-hw-reset;
|
||||||
|
+ bus-width = <8>;
|
||||||
|
+ status = "okay";
|
||||||
|
+};
|
||||||
|
+
|
||||||
+&ohci0 {
|
+&ohci0 {
|
||||||
+ status = "okay";
|
+ status = "okay";
|
||||||
+};
|
+};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user