Commit 5a582cff authored by Neil Armstrong's avatar Neil Armstrong Committed by Kevin Hilman

clk: meson-gxbb: Export HDMI clocks

Export HDMI clock from internal to dt-bindings.
Signed-off-by: default avatarNeil Armstrong <narmstrong@baylibre.com>
Acked-by: default avatarStephen Boyd <sboyd@codeaurora.org>
Signed-off-by: default avatarKevin Hilman <khilman@baylibre.com>
parent bd97abc0
...@@ -231,7 +231,7 @@ ...@@ -231,7 +231,7 @@
#define CLKID_AHB_DATA_BUS 60 #define CLKID_AHB_DATA_BUS 60
#define CLKID_AHB_CTRL_BUS 61 #define CLKID_AHB_CTRL_BUS 61
#define CLKID_HDMI_INTR_SYNC 62 #define CLKID_HDMI_INTR_SYNC 62
#define CLKID_HDMI_PCLK 63 /* CLKID_HDMI_PCLK */
/* CLKID_USB1_DDR_BRIDGE */ /* CLKID_USB1_DDR_BRIDGE */
/* CLKID_USB0_DDR_BRIDGE */ /* CLKID_USB0_DDR_BRIDGE */
#define CLKID_MMC_PCLK 66 #define CLKID_MMC_PCLK 66
...@@ -245,7 +245,7 @@ ...@@ -245,7 +245,7 @@
#define CLKID_VCLK2_VENCI1 74 #define CLKID_VCLK2_VENCI1 74
#define CLKID_VCLK2_VENCP0 75 #define CLKID_VCLK2_VENCP0 75
#define CLKID_VCLK2_VENCP1 76 #define CLKID_VCLK2_VENCP1 76
#define CLKID_GCLK_VENCI_INT0 77 /* CLKID_GCLK_VENCI_INT0 */
#define CLKID_GCLK_VENCI_INT 78 #define CLKID_GCLK_VENCI_INT 78
#define CLKID_DAC_CLK 79 #define CLKID_DAC_CLK 79
#define CLKID_AOCLK_GATE 80 #define CLKID_AOCLK_GATE 80
......
...@@ -18,8 +18,10 @@ ...@@ -18,8 +18,10 @@
#define CLKID_USB0 50 #define CLKID_USB0 50
#define CLKID_USB1 51 #define CLKID_USB1 51
#define CLKID_USB 55 #define CLKID_USB 55
#define CLKID_HDMI_PCLK 63
#define CLKID_USB1_DDR_BRIDGE 64 #define CLKID_USB1_DDR_BRIDGE 64
#define CLKID_USB0_DDR_BRIDGE 65 #define CLKID_USB0_DDR_BRIDGE 65
#define CLKID_GCLK_VENCI_INT0 77
#define CLKID_AO_I2C 93 #define CLKID_AO_I2C 93
#define CLKID_SD_EMMC_A 94 #define CLKID_SD_EMMC_A 94
#define CLKID_SD_EMMC_B 95 #define CLKID_SD_EMMC_B 95
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment