* [PATCH] clk: meson-gxbb: Export HDMI clocks
@ 2017-01-17 12:08 Neil Armstrong
2017-01-17 16:54 ` Kevin Hilman
[not found] ` <1484654928-5640-1-git-send-email-narmstrong-rdvid1DuHRBWk0Htik3J/w@public.gmane.org>
0 siblings, 2 replies; 4+ messages in thread
From: Neil Armstrong @ 2017-01-17 12:08 UTC (permalink / raw)
To: mturquette-rdvid1DuHRBWk0Htik3J/w, sboyd-sgV2jX0FEOL9JmXXK+q4OQ,
khilman-rdvid1DuHRBWk0Htik3J/w, carlo-KA+7E9HrN00dnm+yROfE0A
Cc: Neil Armstrong, linux-clk-u79uwXL29TY76Z2rM5mHXA,
linux-amlogic-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r,
linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r,
linux-kernel-u79uwXL29TY76Z2rM5mHXA,
devicetree-u79uwXL29TY76Z2rM5mHXA
Export HDMI clock from internal to dt-bindings.
Signed-off-by: Neil Armstrong <narmstrong-rdvid1DuHRBWk0Htik3J/w@public.gmane.org>
---
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
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [PATCH] clk: meson-gxbb: Export HDMI clocks
2017-01-17 12:08 [PATCH] clk: meson-gxbb: Export HDMI clocks Neil Armstrong
@ 2017-01-17 16:54 ` Kevin Hilman
[not found] ` <1484654928-5640-1-git-send-email-narmstrong-rdvid1DuHRBWk0Htik3J/w@public.gmane.org>
1 sibling, 0 replies; 4+ messages in thread
From: Kevin Hilman @ 2017-01-17 16:54 UTC (permalink / raw)
To: Neil Armstrong
Cc: devicetree, mturquette, sboyd, linux-kernel, carlo, linux-amlogic,
linux-clk, linux-arm-kernel
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
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] clk: meson-gxbb: Export HDMI clocks
[not found] ` <1484654928-5640-1-git-send-email-narmstrong-rdvid1DuHRBWk0Htik3J/w@public.gmane.org>
@ 2017-01-17 18:34 ` Stephen Boyd
2017-01-18 18:12 ` Kevin Hilman
0 siblings, 1 reply; 4+ messages in thread
From: Stephen Boyd @ 2017-01-17 18:34 UTC (permalink / raw)
To: Neil Armstrong
Cc: mturquette-rdvid1DuHRBWk0Htik3J/w, khilman-rdvid1DuHRBWk0Htik3J/w,
carlo-KA+7E9HrN00dnm+yROfE0A, linux-clk-u79uwXL29TY76Z2rM5mHXA,
linux-amlogic-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r,
linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r,
linux-kernel-u79uwXL29TY76Z2rM5mHXA,
devicetree-u79uwXL29TY76Z2rM5mHXA
On 01/17, Neil Armstrong wrote:
> Export HDMI clock from internal to dt-bindings.
>
> Signed-off-by: Neil Armstrong <narmstrong-rdvid1DuHRBWk0Htik3J/w@public.gmane.org>
> ---
Acked-by: Stephen Boyd <sboyd-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.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
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] clk: meson-gxbb: Export HDMI clocks
2017-01-17 18:34 ` Stephen Boyd
@ 2017-01-18 18:12 ` Kevin Hilman
0 siblings, 0 replies; 4+ messages in thread
From: Kevin Hilman @ 2017-01-18 18:12 UTC (permalink / raw)
To: Stephen Boyd
Cc: devicetree, Neil Armstrong, mturquette, linux-kernel, carlo,
linux-amlogic, linux-clk, linux-arm-kernel
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
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2017-01-18 18:12 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-01-17 12:08 [PATCH] clk: meson-gxbb: Export HDMI clocks Neil Armstrong
2017-01-17 16:54 ` Kevin Hilman
[not found] ` <1484654928-5640-1-git-send-email-narmstrong-rdvid1DuHRBWk0Htik3J/w@public.gmane.org>
2017-01-17 18:34 ` Stephen Boyd
2017-01-18 18:12 ` Kevin Hilman
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).