|
@@ -155,11 +155,12 @@
|
|
|
|
|
|
#address-cells = <1>;
|
|
#address-cells = <1>;
|
|
#size-cells = <0>;
|
|
#size-cells = <0>;
|
|
- wlcore: wlcore@0 {
|
|
|
|
|
|
+ wlcore: wlcore@2 {
|
|
compatible = "ti,wl1835";
|
|
compatible = "ti,wl1835";
|
|
reg = <2>;
|
|
reg = <2>;
|
|
interrupt-parent = <&gpio0>;
|
|
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 {
|
|
&ldo3_reg {
|