ARM: at91/dt: drop deprecated mainck node from pmc

The clock-frequency property became obsolete since the rework of the main
clock driver in 3.16 (see commit 27cb1c2083).

It now get and uses the clock-frequency from the main_xtal node.

Signed-off-by: Gaël PORTAY <g.portay@overkiz.com>
Acked-by: Boris Brezillon <boris.brezillon@free-electrons.com>
Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
This commit is contained in:
Gaël PORTAY 2015-04-16 14:25:44 +02:00 committed by Nicolas Ferre
parent 13afc4a83a
commit 7107bb0b28
3 changed files with 0 additions and 18 deletions

View File

@ -215,12 +215,6 @@
};
};
};
pmc: pmc@fffffc00 {
main: mainck {
clock-frequency = <12000000>;
};
};
};
nand0: nand@60000000 {

View File

@ -181,12 +181,6 @@
};
};
pmc: pmc@fffffc00 {
main: mainck {
clock-frequency = <12000000>;
};
};
watchdog@fffffd40 {
status = "okay";
};

View File

@ -67,12 +67,6 @@
rxd3-skew-ps = <400>;
};
};
pmc: pmc@fffffc00 {
main: mainck {
clock-frequency = <12000000>;
};
};
};
nand0: nand@60000000 {