Skip to content

Commit a48c730

Browse files
diandersandersson
authored andcommitted
Revert "arm64: dts: qcom: sc7280: Fixup the cpufreq node"
This reverts commit 11e03d6. As per discussion [1] the patch shouldn't have landed. Let's revert. [1] https://lore.kernel.org/r/[email protected]/ Fixes: 11e03d6 ("arm64: dts: qcom: sc7280: Fixup the cpufreq node") Reported-by: Matthias Kaehlcke <[email protected]> Cc: Sibi Sankar <[email protected]> Cc: Matthias Kaehlcke <[email protected]> Cc: Stephen Boyd <[email protected]> Signed-off-by: Douglas Anderson <[email protected]> Reviewed-by: Matthias Kaehlcke <[email protected]> Signed-off-by: Bjorn Andersson <[email protected]> Link: https://lore.kernel.org/r/20210907121220.1.I08460f490473b70de0d768db45f030a4d5c17828@changeid
1 parent 6880fa6 commit a48c730

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

arch/arm64/boot/dts/qcom/sc7280.dtsi

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1850,9 +1850,9 @@
18501850

18511851
cpufreq_hw: cpufreq@18591000 {
18521852
compatible = "qcom,cpufreq-epss";
1853-
reg = <0 0x18591100 0 0x900>,
1854-
<0 0x18592100 0 0x900>,
1855-
<0 0x18593100 0 0x900>;
1853+
reg = <0 0x18591000 0 0x1000>,
1854+
<0 0x18592000 0 0x1000>,
1855+
<0 0x18593000 0 0x1000>;
18561856
clocks = <&rpmhcc RPMH_CXO_CLK>, <&gcc GCC_GPLL0>;
18571857
clock-names = "xo", "alternate";
18581858
#freq-domain-cells = <1>;

0 commit comments

Comments
 (0)