Message ID | 20191117222732.283673-1-stephan@gerhold.net (mailing list archive) |
---|---|
State | Mainlined |
Commit | 08d89bc90d9ef35106c9bba334640ecc129e6140 |
Headers | show |
Series | ARM: dts: ux500: snowball: Remove unused PRCMU cpufreq node | expand |
On Sun, Nov 17, 2019 at 11:28 PM Stephan Gerhold <stephan@gerhold.net> wrote: > Commit a435adbec264 ("ARM: dts: augment Ux500 to use DT cpufreq") > switched the Ux500 device tree to use the generic DT cpufreq driver > and removed the PRCMU cpufreq node. > > The snowball DTS still references it, without effect, since cpufreq > is now enabled by default. Remove the unused node. > > Signed-off-by: Stephan Gerhold <stephan@gerhold.net> Patch applied for the v5.6 kernel cycle! Yours, Linus Walleij
diff --git a/arch/arm/boot/dts/ste-snowball.dts b/arch/arm/boot/dts/ste-snowball.dts index efbc4467b8b7..566b35ac0d0c 100644 --- a/arch/arm/boot/dts/ste-snowball.dts +++ b/arch/arm/boot/dts/ste-snowball.dts @@ -377,10 +377,6 @@ }; prcmu@80157000 { - cpufreq { - status = "okay"; - }; - ab8500 { ab8500-gpio { /*
Commit a435adbec264 ("ARM: dts: augment Ux500 to use DT cpufreq") switched the Ux500 device tree to use the generic DT cpufreq driver and removed the PRCMU cpufreq node. The snowball DTS still references it, without effect, since cpufreq is now enabled by default. Remove the unused node. Signed-off-by: Stephan Gerhold <stephan@gerhold.net> --- arch/arm/boot/dts/ste-snowball.dts | 4 ---- 1 file changed, 4 deletions(-)