diff options
author | Neil Armstrong <narmstrong@baylibre.com> | 2017-03-22 11:18:53 +0100 |
---|---|---|
committer | Kevin Hilman <khilman@baylibre.com> | 2017-04-04 20:00:05 +0200 |
commit | 5c65eec3d943fc3f9f3631e0793d879c27cc0fee (patch) | |
tree | 189ce4f0baf77e019bcec161158df813bf1e9e06 /include/dt-bindings | |
parent | dt-bindings: clk: gxbb: expose i2s output clock gates (diff) | |
download | linux-5c65eec3d943fc3f9f3631e0793d879c27cc0fee.tar.xz linux-5c65eec3d943fc3f9f3631e0793d879c27cc0fee.zip |
clk: meson-gxbb: Add MALI clock IDS
Add missing MALI clock IDs and expose the muxes and gates in the dt-bindings.
Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
Signed-off-by: Michael Turquette <mturquette@baylibre.com>
Link: lkml.kernel.org/r/1490177935-9646-2-git-send-email-narmstrong@baylibre.com
Diffstat (limited to 'include/dt-bindings')
-rw-r--r-- | include/dt-bindings/clock/gxbb-clkc.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/dt-bindings/clock/gxbb-clkc.h b/include/dt-bindings/clock/gxbb-clkc.h index f08f06dd7702..ef7d6b792405 100644 --- a/include/dt-bindings/clock/gxbb-clkc.h +++ b/include/dt-bindings/clock/gxbb-clkc.h @@ -35,5 +35,10 @@ #define CLKID_SD_EMMC_C 96 #define CLKID_SAR_ADC_CLK 97 #define CLKID_SAR_ADC_SEL 98 +#define CLKID_MALI_0_SEL 100 +#define CLKID_MALI_0 102 +#define CLKID_MALI_1_SEL 103 +#define CLKID_MALI_1 105 +#define CLKID_MALI 106 #endif /* __GXBB_CLKC_H */ |