summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSom Qin <som.qin@starfivetech.com>2022-01-11 15:38:22 +0300
committerSom Qin <som.qin@starfivetech.com>2022-01-11 15:38:22 +0300
commit8617d86c8db5586bd83522f9ec5f1bbd0996125e (patch)
tree9323e60e2ba88d8fd6b1ee2d5785570c492d3c87
parent719e29ac340561ae3225604aa18d9089aade2d97 (diff)
downloadu-boot-8617d86c8db5586bd83522f9ec5f1bbd0996125e.tar.xz
riscv: dts: starfive: Modify devicee tree for VisionFive to support WM8960 daughter board
Modify the gpio node to keep i2s pins state. Signed-off-by: Som Qin <som.qin@starfivetech.com>
-rw-r--r--arch/riscv/dts/jh7100-visionfive.dts4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/riscv/dts/jh7100-visionfive.dts b/arch/riscv/dts/jh7100-visionfive.dts
index 341911139b..bf228e3dea 100644
--- a/arch/riscv/dts/jh7100-visionfive.dts
+++ b/arch/riscv/dts/jh7100-visionfive.dts
@@ -20,7 +20,7 @@
&gpio {
/* don't reset gpio mux for serial console and reset gpio */
- starfive,keep-gpiomux = <13 14 63>;
+ starfive,keep-gpiomux = <13 14 63 0 2 3 45>;
};
&i2c0 {
@@ -29,4 +29,4 @@
reg = <0x50>;
pagesize = <16>;
};
-}; \ No newline at end of file
+};