devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v4] h8300: dts: Rename the serial port clock to fck
@ 2016-01-29  9:36 Geert Uytterhoeven
  2016-02-06  6:35 ` Yoshinori Sato
  0 siblings, 1 reply; 2+ messages in thread
From: Geert Uytterhoeven @ 2016-01-29  9:36 UTC (permalink / raw)
  To: Yoshinori Sato
  Cc: uclinux-h8-devel, linux-renesas-soc, devicetree,
	Geert Uytterhoeven

The clock is really the device functional clock, not the interface
clock. Rename it.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Acked-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
---
The new clock name has been accepted in the DT bindings in v4.5-rc1.

v4:
  - No changes,

v3:
  - Add Acked-by,

v2:
  - New.
---
 arch/h8300/boot/dts/edosk2674.dts  | 6 +++---
 arch/h8300/boot/dts/h8300h_sim.dts | 4 ++--
 arch/h8300/boot/dts/h8s_sim.dts    | 4 ++--
 3 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/arch/h8300/boot/dts/edosk2674.dts b/arch/h8300/boot/dts/edosk2674.dts
index 4ce9fa874a577e55..6ae884bf66a5268c 100644
--- a/arch/h8300/boot/dts/edosk2674.dts
+++ b/arch/h8300/boot/dts/edosk2674.dts
@@ -88,20 +88,20 @@
 		reg = <0xffff78 8>;
 		interrupts = <88 0>, <89 0>, <90 0>, <91 0>;
 		clocks = <&fclk>;
-		clock-names = "sci_ick";
+		clock-names = "fck";
 	};
 	sci1: serial@ffff80 {
 		compatible = "renesas,sci";
 		reg = <0xffff80 8>;
 		interrupts = <92 0>, <93 0>, <94 0>, <95 0>;
 		clocks = <&fclk>;
-		clock-names = "sci_ick";
+		clock-names = "fck";
 	};
 	sci2: serial@ffff88 {
 		compatible = "renesas,sci";
 		reg = <0xffff88 8>;
 		interrupts = <96 0>, <97 0>, <98 0>, <99 0>;
 		clocks = <&fclk>;
-		clock-names = "sci_ick";
+		clock-names = "fck";
 	};
 };
diff --git a/arch/h8300/boot/dts/h8300h_sim.dts b/arch/h8300/boot/dts/h8300h_sim.dts
index 545bfb57af9a9f2e..9c733d920f1f0dc3 100644
--- a/arch/h8300/boot/dts/h8300h_sim.dts
+++ b/arch/h8300/boot/dts/h8300h_sim.dts
@@ -83,7 +83,7 @@
 		reg = <0xffffb0 8>;
 		interrupts = <52 0>, <53 0>, <54 0>, <55 0>;
 		clocks = <&fclk>;
-		clock-names = "sci_ick";
+		clock-names = "fck";
 	};
 
 	sci1: serial@ffffb8 {
@@ -91,6 +91,6 @@
 		reg = <0xffffb8 8>;
 		interrupts = <56 0>, <57 0>, <58 0>, <59 0>;
 		clocks = <&fclk>;
-		clock-names = "sci_ick";
+		clock-names = "fck";
 	};
 };
diff --git a/arch/h8300/boot/dts/h8s_sim.dts b/arch/h8300/boot/dts/h8s_sim.dts
index bcedba5a3ce7e8ae..97e1f4b17ef067d5 100644
--- a/arch/h8300/boot/dts/h8s_sim.dts
+++ b/arch/h8300/boot/dts/h8s_sim.dts
@@ -87,13 +87,13 @@
 		reg = <0xffff78 8>;
 		interrupts = <88 0>, <89 0>, <90 0>, <91 0>;
 		clocks = <&fclk>;
-		clock-names = "sci_ick";
+		clock-names = "fck";
 	};
 	sci1: serial@ffff80 {
 		compatible = "renesas,sci";
 		reg = <0xffff80 8>;
 		interrupts = <92 0>, <93 0>, <94 0>, <95 0>;
 		clocks = <&fclk>;
-		clock-names = "sci_ick";
+		clock-names = "fck";
 	};
 };
-- 
1.9.1

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH v4] h8300: dts: Rename the serial port clock to fck
  2016-01-29  9:36 [PATCH v4] h8300: dts: Rename the serial port clock to fck Geert Uytterhoeven
@ 2016-02-06  6:35 ` Yoshinori Sato
  0 siblings, 0 replies; 2+ messages in thread
From: Yoshinori Sato @ 2016-02-06  6:35 UTC (permalink / raw)
  To: Geert Uytterhoeven; +Cc: uclinux-h8-devel, linux-renesas-soc, devicetree

On Fri, 29 Jan 2016 18:36:25 +0900,
Geert Uytterhoeven wrote:
> 
> The clock is really the device functional clock, not the interface
> clock. Rename it.
> 
> Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
> Acked-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
> ---
> The new clock name has been accepted in the DT bindings in v4.5-rc1.
> 
> v4:
>   - No changes,
> 
> v3:
>   - Add Acked-by,
> 
> v2:
>   - New.

OK.
Applid. h8300-next.

> ---
>  arch/h8300/boot/dts/edosk2674.dts  | 6 +++---
>  arch/h8300/boot/dts/h8300h_sim.dts | 4 ++--
>  arch/h8300/boot/dts/h8s_sim.dts    | 4 ++--
>  3 files changed, 7 insertions(+), 7 deletions(-)
> 
> diff --git a/arch/h8300/boot/dts/edosk2674.dts b/arch/h8300/boot/dts/edosk2674.dts
> index 4ce9fa874a577e55..6ae884bf66a5268c 100644
> --- a/arch/h8300/boot/dts/edosk2674.dts
> +++ b/arch/h8300/boot/dts/edosk2674.dts
> @@ -88,20 +88,20 @@
>  		reg = <0xffff78 8>;
>  		interrupts = <88 0>, <89 0>, <90 0>, <91 0>;
>  		clocks = <&fclk>;
> -		clock-names = "sci_ick";
> +		clock-names = "fck";
>  	};
>  	sci1: serial@ffff80 {
>  		compatible = "renesas,sci";
>  		reg = <0xffff80 8>;
>  		interrupts = <92 0>, <93 0>, <94 0>, <95 0>;
>  		clocks = <&fclk>;
> -		clock-names = "sci_ick";
> +		clock-names = "fck";
>  	};
>  	sci2: serial@ffff88 {
>  		compatible = "renesas,sci";
>  		reg = <0xffff88 8>;
>  		interrupts = <96 0>, <97 0>, <98 0>, <99 0>;
>  		clocks = <&fclk>;
> -		clock-names = "sci_ick";
> +		clock-names = "fck";
>  	};
>  };
> diff --git a/arch/h8300/boot/dts/h8300h_sim.dts b/arch/h8300/boot/dts/h8300h_sim.dts
> index 545bfb57af9a9f2e..9c733d920f1f0dc3 100644
> --- a/arch/h8300/boot/dts/h8300h_sim.dts
> +++ b/arch/h8300/boot/dts/h8300h_sim.dts
> @@ -83,7 +83,7 @@
>  		reg = <0xffffb0 8>;
>  		interrupts = <52 0>, <53 0>, <54 0>, <55 0>;
>  		clocks = <&fclk>;
> -		clock-names = "sci_ick";
> +		clock-names = "fck";
>  	};
>  
>  	sci1: serial@ffffb8 {
> @@ -91,6 +91,6 @@
>  		reg = <0xffffb8 8>;
>  		interrupts = <56 0>, <57 0>, <58 0>, <59 0>;
>  		clocks = <&fclk>;
> -		clock-names = "sci_ick";
> +		clock-names = "fck";
>  	};
>  };
> diff --git a/arch/h8300/boot/dts/h8s_sim.dts b/arch/h8300/boot/dts/h8s_sim.dts
> index bcedba5a3ce7e8ae..97e1f4b17ef067d5 100644
> --- a/arch/h8300/boot/dts/h8s_sim.dts
> +++ b/arch/h8300/boot/dts/h8s_sim.dts
> @@ -87,13 +87,13 @@
>  		reg = <0xffff78 8>;
>  		interrupts = <88 0>, <89 0>, <90 0>, <91 0>;
>  		clocks = <&fclk>;
> -		clock-names = "sci_ick";
> +		clock-names = "fck";
>  	};
>  	sci1: serial@ffff80 {
>  		compatible = "renesas,sci";
>  		reg = <0xffff80 8>;
>  		interrupts = <92 0>, <93 0>, <94 0>, <95 0>;
>  		clocks = <&fclk>;
> -		clock-names = "sci_ick";
> +		clock-names = "fck";
>  	};
>  };
> -- 
> 1.9.1
> 

-- 
Yoshinori Sato
<ysato@users.sourceforge.jp>

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-02-06  6:35 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-01-29  9:36 [PATCH v4] h8300: dts: Rename the serial port clock to fck Geert Uytterhoeven
2016-02-06  6:35 ` Yoshinori Sato

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).