ARM: dts: ux500: snowball: Remove unused PRCMU cpufreq node
Commit a435adbec2
("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>
Link: https://lore.kernel.org/r/20191117222732.283673-1-stephan@gerhold.net
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
This commit is contained in:
parent
70016ef0bd
commit
08d89bc90d
|
@ -377,10 +377,6 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
prcmu@80157000 {
|
prcmu@80157000 {
|
||||||
cpufreq {
|
|
||||||
status = "okay";
|
|
||||||
};
|
|
||||||
|
|
||||||
ab8500 {
|
ab8500 {
|
||||||
ab8500-gpio {
|
ab8500-gpio {
|
||||||
/*
|
/*
|
||||||
|
|
Loading…
Reference in New Issue