Reinhard Russinger 4 年之前
父節點
當前提交
87adaab24b
共有 2 個文件被更改,包括 17 次插入3 次删除
  1. 1 1
      board/GfA/Display001/BUILD
  2. 16 2
      board/GfA/Display001/DTS_4.4/Display001_cape.dts

+ 1 - 1
board/GfA/Display001/BUILD

@@ -1 +1 @@
-676
+678

+ 16 - 2
board/GfA/Display001/DTS_4.4/Display001_cape.dts

@@ -155,11 +155,12 @@
 
         #address-cells = <1>;
         #size-cells = <0>;
-        wlcore: wlcore@0 {
+        wlcore: wlcore@2 {
                 compatible = "ti,wl1835";
                 reg = <2>;
                 interrupt-parent = <&gpio0>;
-                interrupts = <27 IRQ_TYPE_EDGE_RISING>;
+                interrupts = <27 IRQ_TYPE_LEVEL_HIGH>;
+		ref-clock-frequency = < 38400000>;
         };
 };
 
@@ -173,6 +174,19 @@
         };
 };
 
+
+&gpio0 {
+        ls_buf_en {
+                gpio-hog;
+                gpios = <26 GPIO_ACTIVE_HIGH>;
+                output-high;
+                line-name = "WL_EN";
+        };
+};
+
+
+
+
  
 /* ===================================== */
 &ldo3_reg {