* [PATCH] ARM: dts: lager: Move cec_clock to root node
@ 2018-02-13 13:40 Geert Uytterhoeven
2018-02-13 13:54 ` Laurent Pinchart
2018-02-13 14:04 ` Niklas Söderlund
0 siblings, 2 replies; 4+ messages in thread
From: Geert Uytterhoeven @ 2018-02-13 13:40 UTC (permalink / raw)
To: Simon Horman, Magnus Damm, Niklas Söderlund
Cc: Laurent Pinchart, linux-renesas-soc, Geert Uytterhoeven
cec-clock is a fixed clock generator that is not controlled by i2c-12
and thus should not be a child of the i2c-12 bus node. Rather, it should
be a child of the root node of the DT.
Fixes: c5aa87977626e778 ("ARM: dts: lager: Add CEC clock for HDMI transmitter")
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
---
arch/arm/boot/dts/r8a7790-lager.dts | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/arch/arm/boot/dts/r8a7790-lager.dts b/arch/arm/boot/dts/r8a7790-lager.dts
index b42579ea7a50d47c..3c66366f7c550034 100644
--- a/arch/arm/boot/dts/r8a7790-lager.dts
+++ b/arch/arm/boot/dts/r8a7790-lager.dts
@@ -247,6 +247,12 @@
};
};
+ cec_clock: cec-clock {
+ compatible = "fixed-clock";
+ #clock-cells = <0>;
+ clock-frequency = <12000000>;
+ };
+
hdmi-out {
compatible = "hdmi-connector";
type = "a";
@@ -352,12 +358,6 @@
};
};
- cec_clock: cec-clock {
- compatible = "fixed-clock";
- #clock-cells = <0>;
- clock-frequency = <12000000>;
- };
-
hdmi@39 {
compatible = "adi,adv7511w";
reg = <0x39>;
--
2.7.4
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [PATCH] ARM: dts: lager: Move cec_clock to root node
2018-02-13 13:40 [PATCH] ARM: dts: lager: Move cec_clock to root node Geert Uytterhoeven
@ 2018-02-13 13:54 ` Laurent Pinchart
2018-02-15 16:22 ` Simon Horman
2018-02-13 14:04 ` Niklas Söderlund
1 sibling, 1 reply; 4+ messages in thread
From: Laurent Pinchart @ 2018-02-13 13:54 UTC (permalink / raw)
To: Geert Uytterhoeven
Cc: Simon Horman, Magnus Damm, Niklas Söderlund,
linux-renesas-soc
Hi Geert,
Thank you for the patch.
On Tuesday, 13 February 2018 15:40:45 EET Geert Uytterhoeven wrote:
> cec-clock is a fixed clock generator that is not controlled by i2c-12
> and thus should not be a child of the i2c-12 bus node. Rather, it should
> be a child of the root node of the DT.
>
> Fixes: c5aa87977626e778 ("ARM: dts: lager: Add CEC clock for HDMI
> transmitter")
> Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
> ---
> arch/arm/boot/dts/r8a7790-lager.dts | 12 ++++++------
> 1 file changed, 6 insertions(+), 6 deletions(-)
>
> diff --git a/arch/arm/boot/dts/r8a7790-lager.dts
> b/arch/arm/boot/dts/r8a7790-lager.dts index
> b42579ea7a50d47c..3c66366f7c550034 100644
> --- a/arch/arm/boot/dts/r8a7790-lager.dts
> +++ b/arch/arm/boot/dts/r8a7790-lager.dts
> @@ -247,6 +247,12 @@
> };
> };
>
> + cec_clock: cec-clock {
> + compatible = "fixed-clock";
> + #clock-cells = <0>;
> + clock-frequency = <12000000>;
> + };
> +
> hdmi-out {
> compatible = "hdmi-connector";
> type = "a";
> @@ -352,12 +358,6 @@
> };
> };
>
> - cec_clock: cec-clock {
> - compatible = "fixed-clock";
> - #clock-cells = <0>;
> - clock-frequency = <12000000>;
> - };
> -
> hdmi@39 {
> compatible = "adi,adv7511w";
> reg = <0x39>;
--
Regards,
Laurent Pinchart
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] ARM: dts: lager: Move cec_clock to root node
2018-02-13 13:40 [PATCH] ARM: dts: lager: Move cec_clock to root node Geert Uytterhoeven
2018-02-13 13:54 ` Laurent Pinchart
@ 2018-02-13 14:04 ` Niklas Söderlund
1 sibling, 0 replies; 4+ messages in thread
From: Niklas Söderlund @ 2018-02-13 14:04 UTC (permalink / raw)
To: Geert Uytterhoeven
Cc: Simon Horman, Magnus Damm, Laurent Pinchart, linux-renesas-soc
Hi Geert,
Thanks for your patch.
On 2018-02-13 14:40:45 +0100, Geert Uytterhoeven wrote:
> cec-clock is a fixed clock generator that is not controlled by i2c-12
> and thus should not be a child of the i2c-12 bus node. Rather, it should
> be a child of the root node of the DT.
>
> Fixes: c5aa87977626e778 ("ARM: dts: lager: Add CEC clock for HDMI transmitter")
> Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Reviewed-by: Niklas S�derlund <niklas.soderlund+renesas@ragnatech.se>
> ---
> arch/arm/boot/dts/r8a7790-lager.dts | 12 ++++++------
> 1 file changed, 6 insertions(+), 6 deletions(-)
>
> diff --git a/arch/arm/boot/dts/r8a7790-lager.dts b/arch/arm/boot/dts/r8a7790-lager.dts
> index b42579ea7a50d47c..3c66366f7c550034 100644
> --- a/arch/arm/boot/dts/r8a7790-lager.dts
> +++ b/arch/arm/boot/dts/r8a7790-lager.dts
> @@ -247,6 +247,12 @@
> };
> };
>
> + cec_clock: cec-clock {
> + compatible = "fixed-clock";
> + #clock-cells = <0>;
> + clock-frequency = <12000000>;
> + };
> +
> hdmi-out {
> compatible = "hdmi-connector";
> type = "a";
> @@ -352,12 +358,6 @@
> };
> };
>
> - cec_clock: cec-clock {
> - compatible = "fixed-clock";
> - #clock-cells = <0>;
> - clock-frequency = <12000000>;
> - };
> -
> hdmi@39 {
> compatible = "adi,adv7511w";
> reg = <0x39>;
> --
> 2.7.4
>
--
Regards,
Niklas S�derlund
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] ARM: dts: lager: Move cec_clock to root node
2018-02-13 13:54 ` Laurent Pinchart
@ 2018-02-15 16:22 ` Simon Horman
0 siblings, 0 replies; 4+ messages in thread
From: Simon Horman @ 2018-02-15 16:22 UTC (permalink / raw)
To: Laurent Pinchart, Niklas Söderlund
Cc: Geert Uytterhoeven, Magnus Damm, Niklas Söderlund,
linux-renesas-soc
On Tue, Feb 13, 2018 at 03:54:56PM +0200, Laurent Pinchart wrote:
> Hi Geert,
>
> Thank you for the patch.
>
> On Tuesday, 13 February 2018 15:40:45 EET Geert Uytterhoeven wrote:
> > cec-clock is a fixed clock generator that is not controlled by i2c-12
> > and thus should not be a child of the i2c-12 bus node. Rather, it should
> > be a child of the root node of the DT.
> >
> > Fixes: c5aa87977626e778 ("ARM: dts: lager: Add CEC clock for HDMI
> > transmitter")
> > Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
>
> Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
On Tue, Feb 13, 2018 at 03:04:31PM +0100, Niklas Söderlund wrote:
> Hi Geert,
>
> Thanks for your patch.
>
> On 2018-02-13 14:40:45 +0100, Geert Uytterhoeven wrote:
> > cec-clock is a fixed clock generator that is not controlled by i2c-12
> > and thus should not be a child of the i2c-12 bus node. Rather, it should
> > be a child of the root node of the DT.
> >
> > Fixes: c5aa87977626e778 ("ARM: dts: lager: Add CEC clock for HDMI transmitter")
> > Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
>
> Reviewed-by: Niklas Söderlund <niklas.soderlund+renesas@ragnatech.se>
Thanks, applied.
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2018-02-15 16:22 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-02-13 13:40 [PATCH] ARM: dts: lager: Move cec_clock to root node Geert Uytterhoeven
2018-02-13 13:54 ` Laurent Pinchart
2018-02-15 16:22 ` Simon Horman
2018-02-13 14:04 ` Niklas Söderlund
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.