[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1395649643-9146-9-git-send-email-b.brezillon.dev@gmail.com>
Date: Mon, 24 Mar 2014 09:27:20 +0100
From: Boris BREZILLON <brezillonboris@...il.com>
To: Nicolas Ferre <nicolas.ferre@...el.com>,
Mike Turquette <mturquette@...aro.org>,
Alexandre Belloni <alexandre.belloni@...e-electrons.com>,
Jean-Jacques Hiblot <jjhiblot@...phandler.com>,
Jean-Christophe PLAGNIOL-VILLARD <plagnioj@...osoft.com>
Cc: devicetree@...r.kernel.org, linux-doc@...r.kernel.org,
linux-kernel@...r.kernel.org, linux-arm-kernel@...ts.infradead.org,
Boris BREZILLON <b.brezillon.dev@...il.com>
Subject: [PATCH v2 08/11] ARM: at91/dt: move at91sam9261 SoC to the new main clock model
Signed-off-by: Boris BREZILLON <b.brezillon.dev@...il.com>
Acked-by: Jean-Jacques HIBLOT <jjhiblot@...phandler.com>
---
arch/arm/boot/dts/at91sam9261.dtsi | 10 +++++++++-
1 file changed, 9 insertions(+), 1 deletion(-)
diff --git a/arch/arm/boot/dts/at91sam9261.dtsi b/arch/arm/boot/dts/at91sam9261.dtsi
index e21dda0..e00fabc 100644
--- a/arch/arm/boot/dts/at91sam9261.dtsi
+++ b/arch/arm/boot/dts/at91sam9261.dtsi
@@ -45,6 +45,14 @@
reg = <0x20000000 0x08000000>;
};
+ clocks {
+ main_xtal: main_xtal {
+ compatible = "fixed-clock";
+ #clock-cells = <0>;
+ clock-frequency = <0>;
+ };
+ };
+
ahb {
compatible = "simple-bus";
#address-cells = <1>;
@@ -534,7 +542,7 @@
compatible = "atmel,at91rm9200-clk-main";
#clock-cells = <0>;
interrupts-extended = <&pmc AT91_PMC_MOSCS>;
- clocks = <&clk32k>;
+ clocks = <&main_xtal>;
};
plla: pllack {
--
1.7.9.5
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists