[PATCH 3/5] ARM: berlin/dt: add sdio clocks to BG2

From: Alexandre Belloni
Date: Wed Apr 23 2014 - 10:01:47 EST


Add sdio clocks to the berlin2.dtsi
Also reorder the PLLs nodes by address

Signed-off-by: Alexandre Belloni <alexandre.belloni@xxxxxxxxxxxxxxxxxx>
---
arch/arm/boot/dts/berlin2.dtsi | 42 ++++++++++++++++++++++++++++--------------
1 file changed, 28 insertions(+), 14 deletions(-)

diff --git a/arch/arm/boot/dts/berlin2.dtsi b/arch/arm/boot/dts/berlin2.dtsi
index 6c080eb6242a..707fffd7277d 100644
--- a/arch/arm/boot/dts/berlin2.dtsi
+++ b/arch/arm/boot/dts/berlin2.dtsi
@@ -86,20 +86,6 @@
clocks = <&twdclk>;
};

- syspll: syspll@ea0014 {
- compatible = "marvell,berlin2-pll";
- clocks = <&smclk>;
- #clock-cells = <0>;
- reg = <0xea0014 8>;
- };
-
- cpupll: cpupll@ea003c {
- compatible = "marvell,berlin2-pll";
- clocks = <&smclk>;
- #clock-cells = <0>;
- reg = <0xea003c 8>;
- };
-
apb@e80000 {
compatible = "simple-bus";
#address-cells = <1>;
@@ -190,6 +176,34 @@
};
};

+ syspll: syspll@ea0014 {
+ compatible = "marvell,berlin2-pll";
+ clocks = <&smclk>;
+ #clock-cells = <0>;
+ reg = <0xea0014 8>;
+ };
+
+ cpupll: cpupll@ea003c {
+ compatible = "marvell,berlin2-pll";
+ clocks = <&smclk>;
+ #clock-cells = <0>;
+ reg = <0xea003c 8>;
+ };
+
+ sdio0xinclk: sdio0xinclk@ea023c {
+ compatible = "marvell,berlin-clk";
+ clocks = <&syspll>;
+ #clock-cells = <0>;
+ reg = <0xea023c 4>;
+ };
+
+ sdio1xinclk: sdio1xinclk@ea0240 {
+ compatible = "marvell,berlin-clk";
+ clocks = <&syspll>;
+ #clock-cells = <0>;
+ reg = <0xea0240 4>;
+ };
+
apb@fc0000 {
compatible = "simple-bus";
#address-cells = <1>;
--
1.9.1

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/