Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1560529 > unrolled thread

[PATCH] clk: meson-gxbb: Export HDMI clocks

Started byNeil Armstrong <narmstrong@baylibre.com>
First post2017-01-17 13:10 +0100
Last post2017-01-18 19:20 +0100
Articles 4 — 3 participants

Back to article view | Back to linux.kernel


Contents

  [PATCH] clk: meson-gxbb: Export HDMI clocks Neil Armstrong <narmstrong@baylibre.com> - 2017-01-17 13:10 +0100
    Re: [PATCH] clk: meson-gxbb: Export HDMI clocks Kevin Hilman <khilman@baylibre.com> - 2017-01-17 18:00 +0100
    Re: [PATCH] clk: meson-gxbb: Export HDMI clocks Stephen Boyd <sboyd@codeaurora.org> - 2017-01-17 19:40 +0100
      Re: [PATCH] clk: meson-gxbb: Export HDMI clocks Kevin Hilman <khilman@baylibre.com> - 2017-01-18 19:20 +0100

#1560529 — [PATCH] clk: meson-gxbb: Export HDMI clocks

FromNeil Armstrong <narmstrong@baylibre.com>
Date2017-01-17 13:10 +0100
Subject[PATCH] clk: meson-gxbb: Export HDMI clocks
Message-ID<t0AKm-6VT-9@gated-at.bofh.it>
Export HDMI clock from internal to dt-bindings.

Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
---
 drivers/clk/meson/gxbb.h              | 4 ++--
 include/dt-bindings/clock/gxbb-clkc.h | 2 ++
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/drivers/clk/meson/gxbb.h b/drivers/clk/meson/gxbb.h
index 0252939..2139e97 100644
--- a/drivers/clk/meson/gxbb.h
+++ b/drivers/clk/meson/gxbb.h
@@ -231,7 +231,7 @@
 #define CLKID_AHB_DATA_BUS	  60
 #define CLKID_AHB_CTRL_BUS	  61
 #define CLKID_HDMI_INTR_SYNC	  62
-#define CLKID_HDMI_PCLK		  63
+/* CLKID_HDMI_PCLK */
 /* CLKID_USB1_DDR_BRIDGE */
 /* CLKID_USB0_DDR_BRIDGE */
 #define CLKID_MMC_PCLK		  66
@@ -245,7 +245,7 @@
 #define CLKID_VCLK2_VENCI1	  74
 #define CLKID_VCLK2_VENCP0	  75
 #define CLKID_VCLK2_VENCP1	  76
-#define CLKID_GCLK_VENCI_INT0	  77
+/* CLKID_GCLK_VENCI_INT0 */
 #define CLKID_GCLK_VENCI_INT	  78
 #define CLKID_DAC_CLK		  79
 #define CLKID_AOCLK_GATE	  80
diff --git a/include/dt-bindings/clock/gxbb-clkc.h b/include/dt-bindings/clock/gxbb-clkc.h
index baade6f..da1d473 100644
--- a/include/dt-bindings/clock/gxbb-clkc.h
+++ b/include/dt-bindings/clock/gxbb-clkc.h
@@ -18,8 +18,10 @@
 #define CLKID_USB0		50
 #define CLKID_USB1		51
 #define CLKID_USB		55
+#define CLKID_HDMI_PCLK		63
 #define CLKID_USB1_DDR_BRIDGE	64
 #define CLKID_USB0_DDR_BRIDGE	65
+#define CLKID_GCLK_VENCI_INT0	77
 #define CLKID_AO_I2C		93
 #define CLKID_SD_EMMC_A		94
 #define CLKID_SD_EMMC_B		95
-- 
1.9.1

[toc] | [next] | [standalone]


#1560822

FromKevin Hilman <khilman@baylibre.com>
Date2017-01-17 18:00 +0100
Message-ID<t0Fh1-12w-35@gated-at.bofh.it>
In reply to#1560529
Neil Armstrong <narmstrong@baylibre.com> writes:

> Export HDMI clock from internal to dt-bindings.
>
> Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>

Acked-by: Kevin Hilman <khilman@baylibre.com>

> ---
>  drivers/clk/meson/gxbb.h              | 4 ++--
>  include/dt-bindings/clock/gxbb-clkc.h | 2 ++
>  2 files changed, 4 insertions(+), 2 deletions(-)
>
> diff --git a/drivers/clk/meson/gxbb.h b/drivers/clk/meson/gxbb.h
> index 0252939..2139e97 100644
> --- a/drivers/clk/meson/gxbb.h
> +++ b/drivers/clk/meson/gxbb.h
> @@ -231,7 +231,7 @@
>  #define CLKID_AHB_DATA_BUS	  60
>  #define CLKID_AHB_CTRL_BUS	  61
>  #define CLKID_HDMI_INTR_SYNC	  62
> -#define CLKID_HDMI_PCLK		  63
> +/* CLKID_HDMI_PCLK */
>  /* CLKID_USB1_DDR_BRIDGE */
>  /* CLKID_USB0_DDR_BRIDGE */
>  #define CLKID_MMC_PCLK		  66
> @@ -245,7 +245,7 @@
>  #define CLKID_VCLK2_VENCI1	  74
>  #define CLKID_VCLK2_VENCP0	  75
>  #define CLKID_VCLK2_VENCP1	  76
> -#define CLKID_GCLK_VENCI_INT0	  77
> +/* CLKID_GCLK_VENCI_INT0 */
>  #define CLKID_GCLK_VENCI_INT	  78
>  #define CLKID_DAC_CLK		  79
>  #define CLKID_AOCLK_GATE	  80
> diff --git a/include/dt-bindings/clock/gxbb-clkc.h b/include/dt-bindings/clock/gxbb-clkc.h
> index baade6f..da1d473 100644
> --- a/include/dt-bindings/clock/gxbb-clkc.h
> +++ b/include/dt-bindings/clock/gxbb-clkc.h
> @@ -18,8 +18,10 @@
>  #define CLKID_USB0		50
>  #define CLKID_USB1		51
>  #define CLKID_USB		55
> +#define CLKID_HDMI_PCLK		63
>  #define CLKID_USB1_DDR_BRIDGE	64
>  #define CLKID_USB0_DDR_BRIDGE	65
> +#define CLKID_GCLK_VENCI_INT0	77
>  #define CLKID_AO_I2C		93
>  #define CLKID_SD_EMMC_A		94
>  #define CLKID_SD_EMMC_B		95

[toc] | [prev] | [next] | [standalone]


#1560906

FromStephen Boyd <sboyd@codeaurora.org>
Date2017-01-17 19:40 +0100
Message-ID<t0GPN-25I-43@gated-at.bofh.it>
In reply to#1560529
On 01/17, Neil Armstrong wrote:
> Export HDMI clock from internal to dt-bindings.
> 
> Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
> ---

Acked-by: Stephen Boyd <sboyd@codeaurora.org>

I think we decided this would go with the dts changes if more
needed to be exposed.

-- 
Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum,
a Linux Foundation Collaborative Project

[toc] | [prev] | [next] | [standalone]


#1562042

FromKevin Hilman <khilman@baylibre.com>
Date2017-01-18 19:20 +0100
Message-ID<t12ZY-7t5-13@gated-at.bofh.it>
In reply to#1560906
Stephen Boyd <sboyd@codeaurora.org> writes:

> On 01/17, Neil Armstrong wrote:
>> Export HDMI clock from internal to dt-bindings.
>> 
>> Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
>> ---
>
> Acked-by: Stephen Boyd <sboyd@codeaurora.org>
>
> I think we decided this would go with the dts changes if more
> needed to be exposed.

Ah, that's right.  I'll queue it up in the amlogic dt branch with your
ack.

Thanks,

Kevin

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web