Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -215,12 +215,6 @@
					};
				};
			};

			pmc: pmc@fffffc00 {
				main: mainck {
					clock-frequency = <12000000>;
				};
			};
		};

		nand0: nand@60000000 {
+0 −6
Original line number Diff line number Diff line
@@ -181,12 +181,6 @@
				};
			};

			pmc: pmc@fffffc00 {
				main: mainck {
					clock-frequency = <12000000>;
				};
			};

			watchdog@fffffd40 {
				status = "okay";
			};
+0 −6
Original line number Diff line number Diff line
@@ -67,12 +67,6 @@
					rxd3-skew-ps = <400>;
				};
			};

			pmc: pmc@fffffc00 {
				main: mainck {
					clock-frequency = <12000000>;
				};
			};
		};

		nand0: nand@60000000 {