]> Git Repo - linux.git/commitdiff
ARM: dts: qcom: add qfprom definition to ipq806x
authorJonathan McDowell <[email protected]>
Tue, 16 Jun 2020 17:15:54 +0000 (18:15 +0100)
committerBjorn Andersson <[email protected]>
Sun, 21 Jun 2020 07:31:15 +0000 (00:31 -0700)
Add missing qfprom definition for ipq806x SoC

Signed-off-by: Jonathan McDowell <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Bjorn Andersson <[email protected]>
arch/arm/boot/dts/qcom-ipq8064.dtsi

index 9c0d5510c805519220a7edbfdaf9e2352b17cc9f..c51481405e7f8accb32252055a45a2f0e4917028 100644 (file)
                        qcom,controller-type = "pmic-arbiter";
                };
 
+               qfprom: qfprom@700000 {
+                       compatible = "qcom,qfprom";
+                       reg = <0x00700000 0x1000>;
+                       #address-cells = <1>;
+                       #size-cells = <1>;
+               };
+
                gcc: clock-controller@900000 {
                        compatible = "qcom,gcc-ipq8064";
                        reg = <0x00900000 0x4000>;
This page took 0.060239 seconds and 4 git commands to generate.