diff options
author | Olof Johansson <olof@lixom.net> | 2013-04-18 12:26:44 -0400 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2013-04-18 12:27:46 -0400 |
commit | 88cf9c5e494795a53ec360d0b38f483a6d4e508f (patch) | |
tree | a5e62ef870083ad32ab9046153997b4c3badd236 | |
parent | da0851fe3a8ebc416ab61ce50ef2fb3c3d7375c9 (diff) | |
parent | 92fd6e066a4ecdf161710afe6460bc372899ae5f (diff) |
Merge tag 'sunxi-dt-for-3.10-4' of git://github.com/mripard/linux into next/dt
From Maxime Ripard:
Fourth round of dt additions for 3.10
There's only one late patch that merge together two clocks that were
already defined in a previous patch.
* tag 'sunxi-dt-for-3.10-4' of git://github.com/mripard/linux:
ARM: sunxi: unify osc24M_fixed and osc24M
Signed-off-by: Olof Johansson <olof@lixom.net>
-rw-r--r-- | arch/arm/boot/dts/sun4i-a10.dtsi | 8 | ||||
-rw-r--r-- | arch/arm/boot/dts/sun5i-a13.dtsi | 8 |
2 files changed, 2 insertions, 14 deletions
diff --git a/arch/arm/boot/dts/sun4i-a10.dtsi b/arch/arm/boot/dts/sun4i-a10.dtsi index 5619a213da99..e7ef619a70a2 100644 --- a/arch/arm/boot/dts/sun4i-a10.dtsi +++ b/arch/arm/boot/dts/sun4i-a10.dtsi | |||
@@ -42,17 +42,11 @@ | |||
42 | clock-frequency = <0>; | 42 | clock-frequency = <0>; |
43 | }; | 43 | }; |
44 | 44 | ||
45 | osc24M_fixed: osc24M_fixed { | ||
46 | #clock-cells = <0>; | ||
47 | compatible = "fixed-clock"; | ||
48 | clock-frequency = <24000000>; | ||
49 | }; | ||
50 | |||
51 | osc24M: osc24M@01c20050 { | 45 | osc24M: osc24M@01c20050 { |
52 | #clock-cells = <0>; | 46 | #clock-cells = <0>; |
53 | compatible = "allwinner,sun4i-osc-clk"; | 47 | compatible = "allwinner,sun4i-osc-clk"; |
54 | reg = <0x01c20050 0x4>; | 48 | reg = <0x01c20050 0x4>; |
55 | clocks = <&osc24M_fixed>; | 49 | clock-frequency = <24000000>; |
56 | }; | 50 | }; |
57 | 51 | ||
58 | osc32k: osc32k { | 52 | osc32k: osc32k { |
diff --git a/arch/arm/boot/dts/sun5i-a13.dtsi b/arch/arm/boot/dts/sun5i-a13.dtsi index 391bcb70858b..31fa38f8cc98 100644 --- a/arch/arm/boot/dts/sun5i-a13.dtsi +++ b/arch/arm/boot/dts/sun5i-a13.dtsi | |||
@@ -43,17 +43,11 @@ | |||
43 | clock-frequency = <0>; | 43 | clock-frequency = <0>; |
44 | }; | 44 | }; |
45 | 45 | ||
46 | osc24M_fixed: osc24M_fixed { | ||
47 | #clock-cells = <0>; | ||
48 | compatible = "fixed-clock"; | ||
49 | clock-frequency = <24000000>; | ||
50 | }; | ||
51 | |||
52 | osc24M: osc24M@01c20050 { | 46 | osc24M: osc24M@01c20050 { |
53 | #clock-cells = <0>; | 47 | #clock-cells = <0>; |
54 | compatible = "allwinner,sun4i-osc-clk"; | 48 | compatible = "allwinner,sun4i-osc-clk"; |
55 | reg = <0x01c20050 0x4>; | 49 | reg = <0x01c20050 0x4>; |
56 | clocks = <&osc24M_fixed>; | 50 | clock-frequency = <24000000>; |
57 | }; | 51 | }; |
58 | 52 | ||
59 | osc32k: osc32k { | 53 | osc32k: osc32k { |