浏览代码

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>
Som Qin 2 年之前
父节点
当前提交
ca3cac173d
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      arch/riscv/dts/jh7100-visionfive.dts

+ 2 - 2
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>;
 	};
-};
+};