Commit 7107bb0b authored by Gaël PORTAY's avatar Gaël PORTAY Committed by Nicolas Ferre

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 27cb1c20).

It now get and uses the clock-frequency from the main_xtal node.
Signed-off-by: default avatarGaël PORTAY <g.portay@overkiz.com>
Acked-by: default avatarBoris Brezillon <boris.brezillon@free-electrons.com>
Signed-off-by: default avatarNicolas Ferre <nicolas.ferre@atmel.com>
parent 13afc4a8
...@@ -215,12 +215,6 @@ pinctrl_usba_vbus: usba_vbus { ...@@ -215,12 +215,6 @@ pinctrl_usba_vbus: usba_vbus {
}; };
}; };
}; };
pmc: pmc@fffffc00 {
main: mainck {
clock-frequency = <12000000>;
};
};
}; };
nand0: nand@60000000 { nand0: nand@60000000 {
......
...@@ -181,12 +181,6 @@ pinctrl_board_mmc0: mmc0-board { ...@@ -181,12 +181,6 @@ pinctrl_board_mmc0: mmc0-board {
}; };
}; };
pmc: pmc@fffffc00 {
main: mainck {
clock-frequency = <12000000>;
};
};
watchdog@fffffd40 { watchdog@fffffd40 {
status = "okay"; status = "okay";
}; };
......
...@@ -67,12 +67,6 @@ ethernet-phy@7 { ...@@ -67,12 +67,6 @@ ethernet-phy@7 {
rxd3-skew-ps = <400>; rxd3-skew-ps = <400>;
}; };
}; };
pmc: pmc@fffffc00 {
main: mainck {
clock-frequency = <12000000>;
};
};
}; };
nand0: nand@60000000 { nand0: nand@60000000 {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment