]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
ARM: dts: qcom: apq8064: Update to match latest bindings
authorBjorn Andersson <bjorn.andersson@linaro.org>
Tue, 7 Jun 2016 16:29:29 +0000 (09:29 -0700)
committerNicolas Dechesne <nicolas.dechesne@linaro.org>
Tue, 21 Jun 2016 08:02:34 +0000 (11:02 +0300)
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
arch/arm/boot/dts/qcom-apq8064.dtsi

index 7c55b82347c507ba18915cafcd870b9c0718f4f0..8fcf01e84bab2221843ef6cd6b710de13144a093 100644 (file)
                                compatible = "qcom,wcnss";
                                qcom,smd-channels = "WCNSS_CTRL";
 
+                               qcom,mmio = <&riva>;
+
                                bt {
-                                       compatible = "qcom,btqcomsmd";
+                                       compatible = "qcom,wcnss-bt";
                                };
 
                                wifi {
-                                       compatible = "qcom,wcn3660-wlan";
+                                       compatible = "qcom,wcnss-wlan";
 
                                        interrupts = <0 203 0>, <0 202 0>;
                                        interrupt-names = "tx", "rx";
 
-                                       qcom,wcnss-mmio = <0x03000000 0x204000>;
-
                                        qcom,state = <&apps_smsm 10>, <&apps_smsm 9>;
                                        qcom,state-names = "tx-enable", "tx-rings-empty";
 
                        };
                };
 
-               wcnss-rproc@3204000 {
-                       compatible = "qcom,riva-pil";
-                       reg = <0x03204000 0x100>;
+               riva: wcnss-rproc@3204000 {
+                       compatible = "qcom,riva-pil", "qcom,riva";
+                       reg = <0x03200800 0x1000>, <0x03202000 0x2000>, <0x03204000 0x100>;
+                       reg-names = "ccu", "dxe", "pmu";
 
                        interrupts-extended = <&intc 0 199 IRQ_TYPE_EDGE_RISING>,
                                              <&wcnss_smsm 6 IRQ_TYPE_EDGE_RISING>;