summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSom Qin <som.qin@starfivetech.com>2022-01-11 15:38:22 +0300
committerTekkaman Ninja <tekkamanninja@163.com>2022-02-15 12:48:26 +0300
commitca3cac173d7f1d046c44894f7f27a444f103fbe2 (patch)
treebb398711af25c77b4f2623247f59948b02d12375
parentce5f9c94550268ead8c67786044a2cc3779dc639 (diff)
downloadu-boot-ca3cac173d7f1d046c44894f7f27a444f103fbe2.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
+};