浏览代码

15 inch lvds board add gpio extender

Reinhard Russinger 7 年之前
父节点
当前提交
84b675a228
共有 2 个文件被更改,包括 9 次插入1 次删除
  1. 1 1
      board/GfA/Display001/BUILD
  2. 8 0
      board/GfA/Display001/DTS_4.4/Display001_15.dts

+ 1 - 1
board/GfA/Display001/BUILD

@@ -1 +1 @@
-459
+460

+ 8 - 0
board/GfA/Display001/DTS_4.4/Display001_15.dts

@@ -210,6 +210,14 @@
                 compatible = "microchip,mcp7940x";
                 reg = <0x6f>;
                 };
+
+	pca953x: gpio@70 {
+		compatible = "nxp,pca9538";
+		reg = <0x70>;
+                pinctrl-0 = <&edt_ft5x06_pins>;
+                interrupt-parent = <&gpio2>;
+                interrupts = <1 0>;
+	};
 };