Reinhard Russinger 4 жил өмнө
parent
commit
87adaab24b

+ 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 {