Re: [PATCH] ARM: dts: omap3 clocks: simplify ssi aliases

2014-02-28 Thread Tony Lindgren
* Tero Kristo t-kri...@ti.com [140214 05:50]:
 On 02/14/2014 03:25 AM, Sebastian Reichel wrote:
 On Thu, Feb 13, 2014 at 02:49:14PM -0800, Tony Lindgren wrote:
 * Sebastian Reichel s...@debian.org [140121 06:39]:
 update aliases for the ssi clocks ssi_ssr_fck, ssi_sst_fck and ssi_ick
 to make them consistent for omap34xx and omap36xx. This makes it
 possible to reference the clocks from generic omap3 dts files.
 
 Is this needed as a fix for v3.14-rc? If so, please let me know
 and ack if you want me to take it.
 
 The SSI driver will not arrive before 3.15 and 3.14 dts files do not
 contain any SSI nodes.
 
 Thus it should be enough to queue it for 3.15 if it goes via the
 same tree as the SSI dts patches.
 
 -- Sebastian
 
 
 The patch itself looks good to me, so acked.

Thanks applying into omap-for-v3.15/dt with Tero's ack.

Tony
--
To unsubscribe from this list: send the line unsubscribe linux-omap in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH] ARM: dts: omap3 clocks: simplify ssi aliases

2014-02-14 Thread Tero Kristo

On 02/14/2014 03:25 AM, Sebastian Reichel wrote:

On Thu, Feb 13, 2014 at 02:49:14PM -0800, Tony Lindgren wrote:

* Sebastian Reichel s...@debian.org [140121 06:39]:

update aliases for the ssi clocks ssi_ssr_fck, ssi_sst_fck and ssi_ick
to make them consistent for omap34xx and omap36xx. This makes it
possible to reference the clocks from generic omap3 dts files.


Is this needed as a fix for v3.14-rc? If so, please let me know
and ack if you want me to take it.


The SSI driver will not arrive before 3.15 and 3.14 dts files do not
contain any SSI nodes.

Thus it should be enough to queue it for 3.15 if it goes via the
same tree as the SSI dts patches.

-- Sebastian



The patch itself looks good to me, so acked.

-Tero
--
To unsubscribe from this list: send the line unsubscribe linux-omap in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH] ARM: dts: omap3 clocks: simplify ssi aliases

2014-02-13 Thread Tony Lindgren
* Sebastian Reichel s...@debian.org [140121 06:39]:
 update aliases for the ssi clocks ssi_ssr_fck, ssi_sst_fck and ssi_ick
 to make them consistent for omap34xx and omap36xx. This makes it
 possible to reference the clocks from generic omap3 dts files.

Is this needed as a fix for v3.14-rc? If so, please let me know
and ack if you want me to take it.

Tony
 
 Signed-off-by: Sebastian Reichel s...@debian.org
 ---
  arch/arm/boot/dts/omap3430es1-clocks.dtsi  | 10 +-
  arch/arm/boot/dts/omap36xx-omap3430es2plus-clocks.dtsi | 10 +-
  2 files changed, 10 insertions(+), 10 deletions(-)
 
 diff --git a/arch/arm/boot/dts/omap3430es1-clocks.dtsi 
 b/arch/arm/boot/dts/omap3430es1-clocks.dtsi
 index 02f6c7f..6f31954 100644
 --- a/arch/arm/boot/dts/omap3430es1-clocks.dtsi
 +++ b/arch/arm/boot/dts/omap3430es1-clocks.dtsi
 @@ -82,16 +82,16 @@
   ti,dividers = 0, 1, 2, 3, 4, 0, 6, 0, 8;
   };
  
 - ssi_ssr_fck_3430es1: ssi_ssr_fck_3430es1 {
 + ssi_ssr_fck: ssi_ssr_fck_3430es1 {
   #clock-cells = 0;
   compatible = ti,composite-clock;
   clocks = ssi_ssr_gate_fck_3430es1, 
 ssi_ssr_div_fck_3430es1;
   };
  
 - ssi_sst_fck_3430es1: ssi_sst_fck_3430es1 {
 + ssi_sst_fck: ssi_sst_fck_3430es1 {
   #clock-cells = 0;
   compatible = fixed-factor-clock;
 - clocks = ssi_ssr_fck_3430es1;
 + clocks = ssi_ssr_fck;
   clock-mult = 1;
   clock-div = 2;
   };
 @@ -120,7 +120,7 @@
   clock-div = 1;
   };
  
 - ssi_ick_3430es1: ssi_ick_3430es1 {
 + ssi_ick: ssi_ick_3430es1 {
   #clock-cells = 0;
   compatible = ti,omap3-no-wait-interface-clock;
   clocks = ssi_l4_ick;
 @@ -203,6 +203,6 @@
i2c1_ick, uart2_ick, uart1_ick, gpt11_ick,
gpt10_ick, mcbsp5_ick, mcbsp1_ick,
omapctrl_ick, aes2_ick, sha12_ick,
 -  fshostusb_fck, fac_ick, ssi_ick_3430es1;
 +  fshostusb_fck, fac_ick, ssi_ick;
   };
  };
 diff --git a/arch/arm/boot/dts/omap36xx-omap3430es2plus-clocks.dtsi 
 b/arch/arm/boot/dts/omap36xx-omap3430es2plus-clocks.dtsi
 index 8ed475d..877318c 100644
 --- a/arch/arm/boot/dts/omap36xx-omap3430es2plus-clocks.dtsi
 +++ b/arch/arm/boot/dts/omap36xx-omap3430es2plus-clocks.dtsi
 @@ -25,16 +25,16 @@
   ti,dividers = 0, 1, 2, 3, 4, 0, 6, 0, 8;
   };
  
 - ssi_ssr_fck_3430es2: ssi_ssr_fck_3430es2 {
 + ssi_ssr_fck: ssi_ssr_fck_3430es2 {
   #clock-cells = 0;
   compatible = ti,composite-clock;
   clocks = ssi_ssr_gate_fck_3430es2, 
 ssi_ssr_div_fck_3430es2;
   };
  
 - ssi_sst_fck_3430es2: ssi_sst_fck_3430es2 {
 + ssi_sst_fck: ssi_sst_fck_3430es2 {
   #clock-cells = 0;
   compatible = fixed-factor-clock;
 - clocks = ssi_ssr_fck_3430es2;
 + clocks = ssi_ssr_fck;
   clock-mult = 1;
   clock-div = 2;
   };
 @@ -55,7 +55,7 @@
   clock-div = 1;
   };
  
 - ssi_ick_3430es2: ssi_ick_3430es2 {
 + ssi_ick: ssi_ick_3430es2 {
   #clock-cells = 0;
   compatible = ti,omap3-ssi-interface-clock;
   clocks = ssi_l4_ick;
 @@ -193,6 +193,6 @@
i2c1_ick, uart2_ick, uart1_ick, gpt11_ick,
gpt10_ick, mcbsp5_ick, mcbsp1_ick,
omapctrl_ick, aes2_ick, sha12_ick,
 -  ssi_ick_3430es2;
 +  ssi_ick;
   };
  };
 -- 
 1.8.5.2
 
--
To unsubscribe from this list: send the line unsubscribe linux-omap in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH] ARM: dts: omap3 clocks: simplify ssi aliases

2014-02-13 Thread Sebastian Reichel
On Thu, Feb 13, 2014 at 02:49:14PM -0800, Tony Lindgren wrote:
 * Sebastian Reichel s...@debian.org [140121 06:39]:
  update aliases for the ssi clocks ssi_ssr_fck, ssi_sst_fck and ssi_ick
  to make them consistent for omap34xx and omap36xx. This makes it
  possible to reference the clocks from generic omap3 dts files.
 
 Is this needed as a fix for v3.14-rc? If so, please let me know
 and ack if you want me to take it.

The SSI driver will not arrive before 3.15 and 3.14 dts files do not
contain any SSI nodes.

Thus it should be enough to queue it for 3.15 if it goes via the
same tree as the SSI dts patches.

-- Sebastian


signature.asc
Description: Digital signature


[PATCH] ARM: dts: omap3 clocks: simplify ssi aliases

2014-01-21 Thread Sebastian Reichel
update aliases for the ssi clocks ssi_ssr_fck, ssi_sst_fck and ssi_ick
to make them consistent for omap34xx and omap36xx. This makes it
possible to reference the clocks from generic omap3 dts files.

Signed-off-by: Sebastian Reichel s...@debian.org
---
 arch/arm/boot/dts/omap3430es1-clocks.dtsi  | 10 +-
 arch/arm/boot/dts/omap36xx-omap3430es2plus-clocks.dtsi | 10 +-
 2 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/arch/arm/boot/dts/omap3430es1-clocks.dtsi 
b/arch/arm/boot/dts/omap3430es1-clocks.dtsi
index 02f6c7f..6f31954 100644
--- a/arch/arm/boot/dts/omap3430es1-clocks.dtsi
+++ b/arch/arm/boot/dts/omap3430es1-clocks.dtsi
@@ -82,16 +82,16 @@
ti,dividers = 0, 1, 2, 3, 4, 0, 6, 0, 8;
};
 
-   ssi_ssr_fck_3430es1: ssi_ssr_fck_3430es1 {
+   ssi_ssr_fck: ssi_ssr_fck_3430es1 {
#clock-cells = 0;
compatible = ti,composite-clock;
clocks = ssi_ssr_gate_fck_3430es1, 
ssi_ssr_div_fck_3430es1;
};
 
-   ssi_sst_fck_3430es1: ssi_sst_fck_3430es1 {
+   ssi_sst_fck: ssi_sst_fck_3430es1 {
#clock-cells = 0;
compatible = fixed-factor-clock;
-   clocks = ssi_ssr_fck_3430es1;
+   clocks = ssi_ssr_fck;
clock-mult = 1;
clock-div = 2;
};
@@ -120,7 +120,7 @@
clock-div = 1;
};
 
-   ssi_ick_3430es1: ssi_ick_3430es1 {
+   ssi_ick: ssi_ick_3430es1 {
#clock-cells = 0;
compatible = ti,omap3-no-wait-interface-clock;
clocks = ssi_l4_ick;
@@ -203,6 +203,6 @@
 i2c1_ick, uart2_ick, uart1_ick, gpt11_ick,
 gpt10_ick, mcbsp5_ick, mcbsp1_ick,
 omapctrl_ick, aes2_ick, sha12_ick,
-fshostusb_fck, fac_ick, ssi_ick_3430es1;
+fshostusb_fck, fac_ick, ssi_ick;
};
 };
diff --git a/arch/arm/boot/dts/omap36xx-omap3430es2plus-clocks.dtsi 
b/arch/arm/boot/dts/omap36xx-omap3430es2plus-clocks.dtsi
index 8ed475d..877318c 100644
--- a/arch/arm/boot/dts/omap36xx-omap3430es2plus-clocks.dtsi
+++ b/arch/arm/boot/dts/omap36xx-omap3430es2plus-clocks.dtsi
@@ -25,16 +25,16 @@
ti,dividers = 0, 1, 2, 3, 4, 0, 6, 0, 8;
};
 
-   ssi_ssr_fck_3430es2: ssi_ssr_fck_3430es2 {
+   ssi_ssr_fck: ssi_ssr_fck_3430es2 {
#clock-cells = 0;
compatible = ti,composite-clock;
clocks = ssi_ssr_gate_fck_3430es2, 
ssi_ssr_div_fck_3430es2;
};
 
-   ssi_sst_fck_3430es2: ssi_sst_fck_3430es2 {
+   ssi_sst_fck: ssi_sst_fck_3430es2 {
#clock-cells = 0;
compatible = fixed-factor-clock;
-   clocks = ssi_ssr_fck_3430es2;
+   clocks = ssi_ssr_fck;
clock-mult = 1;
clock-div = 2;
};
@@ -55,7 +55,7 @@
clock-div = 1;
};
 
-   ssi_ick_3430es2: ssi_ick_3430es2 {
+   ssi_ick: ssi_ick_3430es2 {
#clock-cells = 0;
compatible = ti,omap3-ssi-interface-clock;
clocks = ssi_l4_ick;
@@ -193,6 +193,6 @@
 i2c1_ick, uart2_ick, uart1_ick, gpt11_ick,
 gpt10_ick, mcbsp5_ick, mcbsp1_ick,
 omapctrl_ick, aes2_ick, sha12_ick,
-ssi_ick_3430es2;
+ssi_ick;
};
 };
-- 
1.8.5.2

--
To unsubscribe from this list: send the line unsubscribe linux-omap in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html