Loading qcom/kona.dtsi +6 −3 Original line number Original line Diff line number Diff line Loading @@ -415,14 +415,17 @@ soc: soc { soc: soc { cpufreq_hw: qcom,cpufreq-hw { cpufreq_hw: qcom,cpufreq-hw { compatible = "qcom,cpufreq-hw"; compatible = "qcom,cpufreq-hw-epss"; reg = <0x18591000 0x1000>, <0x18592000 0x1000>, reg = <0x18591000 0x1000>, <0x18592000 0x1000>, <0x18593000 0x1000>; <0x18593000 0x1000>; reg-names = "freq-domain0", "freq-domain1", reg-names = "freq-domain0", "freq-domain1", "freq-domain2"; "freq-domain2"; clocks = <&clock_rpmh RPMH_CXO_CLK>, <&clock_gcc GPLL0>; clocks = <&clock_rpmh RPMH_CXO_CLK>, <&clock_gcc GPLL0>; clock-names = "xo", "cpu_clk"; clock-names = "xo", "alternate"; qcom,lut-row-size = <4>; qcom,skip-enable-check; #freq-domain-cells = <2>; #freq-domain-cells = <2>; }; }; Loading qcom/lito.dtsi +19 −0 Original line number Original line Diff line number Diff line Loading @@ -44,6 +44,7 @@ reg = <0x0 0x0>; reg = <0x0 0x0>; enable-method = "psci"; enable-method = "psci"; cache-size = <0x8000>; cache-size = <0x8000>; qcom,freq-domain = <&cpufreq_hw 0 6>; next-level-cache = <&L2_0>; next-level-cache = <&L2_0>; L2_0: l2-cache { L2_0: l2-cache { compatible = "arm,arch-cache"; compatible = "arm,arch-cache"; Loading Loading @@ -79,6 +80,7 @@ reg = <0x0 0x100>; reg = <0x0 0x100>; enable-method = "psci"; enable-method = "psci"; cache-size = <0x8000>; cache-size = <0x8000>; qcom,freq-domain = <&cpufreq_hw 0 6>; next-level-cache = <&L2_100>; next-level-cache = <&L2_100>; L2_100: l2-cache { L2_100: l2-cache { compatible = "arm,arch-cache"; compatible = "arm,arch-cache"; Loading Loading @@ -108,6 +110,7 @@ reg = <0x0 0x200>; reg = <0x0 0x200>; enable-method = "psci"; enable-method = "psci"; cache-size = <0x8000>; cache-size = <0x8000>; qcom,freq-domain = <&cpufreq_hw 0 6>; next-level-cache = <&L2_200>; next-level-cache = <&L2_200>; L2_200: l2-cache { L2_200: l2-cache { compatible = "arm,arch-cache"; compatible = "arm,arch-cache"; Loading Loading @@ -137,6 +140,7 @@ reg = <0x0 0x300>; reg = <0x0 0x300>; enable-method = "psci"; enable-method = "psci"; cache-size = <0x8000>; cache-size = <0x8000>; qcom,freq-domain = <&cpufreq_hw 0 6>; next-level-cache = <&L2_300>; next-level-cache = <&L2_300>; L2_300: l2-cache { L2_300: l2-cache { compatible = "arm,arch-cache"; compatible = "arm,arch-cache"; Loading Loading @@ -167,6 +171,7 @@ reg = <0x0 0x400>; reg = <0x0 0x400>; enable-method = "psci"; enable-method = "psci"; cache-size = <0x8000>; cache-size = <0x8000>; qcom,freq-domain = <&cpufreq_hw 0 6>; next-level-cache = <&L2_400>; next-level-cache = <&L2_400>; L2_400: l2-cache { L2_400: l2-cache { compatible = "arm,arch-cache"; compatible = "arm,arch-cache"; Loading Loading @@ -196,6 +201,7 @@ reg = <0x0 0x500>; reg = <0x0 0x500>; enable-method = "psci"; enable-method = "psci"; cache-size = <0x8000>; cache-size = <0x8000>; qcom,freq-domain = <&cpufreq_hw 0 6>; next-level-cache = <&L2_500>; next-level-cache = <&L2_500>; L2_500: l2-cache { L2_500: l2-cache { compatible = "arm,arch-cache"; compatible = "arm,arch-cache"; Loading Loading @@ -225,6 +231,7 @@ reg = <0x0 0x600>; reg = <0x0 0x600>; enable-method = "psci"; enable-method = "psci"; cache-size = <0x10000>; cache-size = <0x10000>; qcom,freq-domain = <&cpufreq_hw 1 2>; next-level-cache = <&L2_600>; next-level-cache = <&L2_600>; L2_600: l2-cache { L2_600: l2-cache { compatible = "arm,arch-cache"; compatible = "arm,arch-cache"; Loading Loading @@ -263,6 +270,7 @@ reg = <0x0 0x700>; reg = <0x0 0x700>; enable-method = "psci"; enable-method = "psci"; cache-size = <0x10000>; cache-size = <0x10000>; qcom,freq-domain = <&cpufreq_hw 2 2>; next-level-cache = <&L2_700>; next-level-cache = <&L2_700>; L2_700: l2-cache { L2_700: l2-cache { compatible = "arm,arch-cache"; compatible = "arm,arch-cache"; Loading Loading @@ -1120,6 +1128,17 @@ #clock-cells = <1>; #clock-cells = <1>; }; }; cpufreq_hw: qcom,cpufreq-hw { compatible = "qcom,cpufreq-hw"; reg = <0x18323000 0x1000>, <0x18325800 0x1000>, <0x18327800 0x1000>; reg-names = "freq-domain0", "freq-domain1", "freq-domain2"; clocks = <&rpmhcc RPMH_CXO_CLK>, <&gcc GPLL0>; clock-names = "xo", "alternate"; #freq-domain-cells = <2>; }; spmi_bus: qcom,spmi@c440000 { spmi_bus: qcom,spmi@c440000 { compatible = "qcom,spmi-pmic-arb"; compatible = "qcom,spmi-pmic-arb"; reg = <0xc440000 0x1100>, reg = <0xc440000 0x1100>, Loading Loading
qcom/kona.dtsi +6 −3 Original line number Original line Diff line number Diff line Loading @@ -415,14 +415,17 @@ soc: soc { soc: soc { cpufreq_hw: qcom,cpufreq-hw { cpufreq_hw: qcom,cpufreq-hw { compatible = "qcom,cpufreq-hw"; compatible = "qcom,cpufreq-hw-epss"; reg = <0x18591000 0x1000>, <0x18592000 0x1000>, reg = <0x18591000 0x1000>, <0x18592000 0x1000>, <0x18593000 0x1000>; <0x18593000 0x1000>; reg-names = "freq-domain0", "freq-domain1", reg-names = "freq-domain0", "freq-domain1", "freq-domain2"; "freq-domain2"; clocks = <&clock_rpmh RPMH_CXO_CLK>, <&clock_gcc GPLL0>; clocks = <&clock_rpmh RPMH_CXO_CLK>, <&clock_gcc GPLL0>; clock-names = "xo", "cpu_clk"; clock-names = "xo", "alternate"; qcom,lut-row-size = <4>; qcom,skip-enable-check; #freq-domain-cells = <2>; #freq-domain-cells = <2>; }; }; Loading
qcom/lito.dtsi +19 −0 Original line number Original line Diff line number Diff line Loading @@ -44,6 +44,7 @@ reg = <0x0 0x0>; reg = <0x0 0x0>; enable-method = "psci"; enable-method = "psci"; cache-size = <0x8000>; cache-size = <0x8000>; qcom,freq-domain = <&cpufreq_hw 0 6>; next-level-cache = <&L2_0>; next-level-cache = <&L2_0>; L2_0: l2-cache { L2_0: l2-cache { compatible = "arm,arch-cache"; compatible = "arm,arch-cache"; Loading Loading @@ -79,6 +80,7 @@ reg = <0x0 0x100>; reg = <0x0 0x100>; enable-method = "psci"; enable-method = "psci"; cache-size = <0x8000>; cache-size = <0x8000>; qcom,freq-domain = <&cpufreq_hw 0 6>; next-level-cache = <&L2_100>; next-level-cache = <&L2_100>; L2_100: l2-cache { L2_100: l2-cache { compatible = "arm,arch-cache"; compatible = "arm,arch-cache"; Loading Loading @@ -108,6 +110,7 @@ reg = <0x0 0x200>; reg = <0x0 0x200>; enable-method = "psci"; enable-method = "psci"; cache-size = <0x8000>; cache-size = <0x8000>; qcom,freq-domain = <&cpufreq_hw 0 6>; next-level-cache = <&L2_200>; next-level-cache = <&L2_200>; L2_200: l2-cache { L2_200: l2-cache { compatible = "arm,arch-cache"; compatible = "arm,arch-cache"; Loading Loading @@ -137,6 +140,7 @@ reg = <0x0 0x300>; reg = <0x0 0x300>; enable-method = "psci"; enable-method = "psci"; cache-size = <0x8000>; cache-size = <0x8000>; qcom,freq-domain = <&cpufreq_hw 0 6>; next-level-cache = <&L2_300>; next-level-cache = <&L2_300>; L2_300: l2-cache { L2_300: l2-cache { compatible = "arm,arch-cache"; compatible = "arm,arch-cache"; Loading Loading @@ -167,6 +171,7 @@ reg = <0x0 0x400>; reg = <0x0 0x400>; enable-method = "psci"; enable-method = "psci"; cache-size = <0x8000>; cache-size = <0x8000>; qcom,freq-domain = <&cpufreq_hw 0 6>; next-level-cache = <&L2_400>; next-level-cache = <&L2_400>; L2_400: l2-cache { L2_400: l2-cache { compatible = "arm,arch-cache"; compatible = "arm,arch-cache"; Loading Loading @@ -196,6 +201,7 @@ reg = <0x0 0x500>; reg = <0x0 0x500>; enable-method = "psci"; enable-method = "psci"; cache-size = <0x8000>; cache-size = <0x8000>; qcom,freq-domain = <&cpufreq_hw 0 6>; next-level-cache = <&L2_500>; next-level-cache = <&L2_500>; L2_500: l2-cache { L2_500: l2-cache { compatible = "arm,arch-cache"; compatible = "arm,arch-cache"; Loading Loading @@ -225,6 +231,7 @@ reg = <0x0 0x600>; reg = <0x0 0x600>; enable-method = "psci"; enable-method = "psci"; cache-size = <0x10000>; cache-size = <0x10000>; qcom,freq-domain = <&cpufreq_hw 1 2>; next-level-cache = <&L2_600>; next-level-cache = <&L2_600>; L2_600: l2-cache { L2_600: l2-cache { compatible = "arm,arch-cache"; compatible = "arm,arch-cache"; Loading Loading @@ -263,6 +270,7 @@ reg = <0x0 0x700>; reg = <0x0 0x700>; enable-method = "psci"; enable-method = "psci"; cache-size = <0x10000>; cache-size = <0x10000>; qcom,freq-domain = <&cpufreq_hw 2 2>; next-level-cache = <&L2_700>; next-level-cache = <&L2_700>; L2_700: l2-cache { L2_700: l2-cache { compatible = "arm,arch-cache"; compatible = "arm,arch-cache"; Loading Loading @@ -1120,6 +1128,17 @@ #clock-cells = <1>; #clock-cells = <1>; }; }; cpufreq_hw: qcom,cpufreq-hw { compatible = "qcom,cpufreq-hw"; reg = <0x18323000 0x1000>, <0x18325800 0x1000>, <0x18327800 0x1000>; reg-names = "freq-domain0", "freq-domain1", "freq-domain2"; clocks = <&rpmhcc RPMH_CXO_CLK>, <&gcc GPLL0>; clock-names = "xo", "alternate"; #freq-domain-cells = <2>; }; spmi_bus: qcom,spmi@c440000 { spmi_bus: qcom,spmi@c440000 { compatible = "qcom,spmi-pmic-arb"; compatible = "qcom,spmi-pmic-arb"; reg = <0xc440000 0x1100>, reg = <0xc440000 0x1100>, Loading