mirror of
https://github.com/Fishwaldo/build.git
synced 2025-04-27 00:11:23 +00:00
* removing unresolved/00-19-add-H3-i2s-DT-nodes.patch removing unresolved/00-19-add-H3-i2s-DT-nodes.patch => now already included into dts/sunxi-h3-h5.dtsi upstream * removed 00-20-add-i2s-DT-pins.patch removing 00-20-add-i2s-DT-pins.patch => updated and renamed to general-dd-i2s-DT-pins.patch * updated 00-20-add-i2s-DT-pins.patch updated 00-20-add-i2s-DT-pins.patch and renamed to general-dd-i2s-DT-pins.patch => failed originally because mmc0_pins_a rename ...
21 lines
537 B
Diff
21 lines
537 B
Diff
diff --git a/arch/arm/boot/dts/sunxi-h3-h5.dtsi b/arch/arm/boot/dts/sunxi-h3-h5.dtsi
|
|
index 1be1a02..dc9775d 100644
|
|
--- a/arch/arm/boot/dts/sunxi-h3-h5.dtsi
|
|
+++ b/arch/arm/boot/dts/sunxi-h3-h5.dtsi
|
|
@@ -416,6 +416,16 @@
|
|
function = "i2c2";
|
|
};
|
|
|
|
+ i2s0_pins: i2s0 {
|
|
+ pins = "PA18", "PA19", "PA20", "PA21";
|
|
+ function = "i2s0";
|
|
+ };
|
|
+
|
|
+ i2s1_pins: i2s1 {
|
|
+ pins = "PG10", "PG11", "PG12", "PG13";
|
|
+ function = "i2s1";
|
|
+ };
|
|
+
|
|
mmc0_pins: mmc0 {
|
|
pins = "PF0", "PF1", "PF2", "PF3",
|
|
"PF4", "PF5";
|