diff options
author | Martin Blumenstingl <martin.blumenstingl@googlemail.com> | 2020-12-21 19:36:24 +0100 |
---|---|---|
committer | Jerome Brunet <jbrunet@baylibre.com> | 2021-01-04 11:43:19 +0100 |
commit | b8dd6a8ae5019070c0a1a21f571010f14f1fc9ce (patch) | |
tree | 7a85278a7e172e96529fdf25be165a18f159ecb2 /include/dt-bindings | |
parent | 40e977400d21aabe9c4fb4571c4ff1ae84daeb80 (diff) | |
download | linux-b8dd6a8ae5019070c0a1a21f571010f14f1fc9ce.tar.gz linux-b8dd6a8ae5019070c0a1a21f571010f14f1fc9ce.tar.bz2 linux-b8dd6a8ae5019070c0a1a21f571010f14f1fc9ce.zip |
dt-bindings: clock: meson8b: remove non-existing clock macros
CLKID_UNUSED and CLKID_XTAL aren't valid clocks. Remove them since
there are no consumers of this anymore.
Signed-off-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
Signed-off-by: Jerome Brunet <jbrunet@baylibre.com>
Link: https://lore.kernel.org/r/20201221183624.932649-3-martin.blumenstingl@googlemail.com
Diffstat (limited to 'include/dt-bindings')
-rw-r--r-- | include/dt-bindings/clock/meson8b-clkc.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/dt-bindings/clock/meson8b-clkc.h b/include/dt-bindings/clock/meson8b-clkc.h index 4c5965ae1df4..f33781338eda 100644 --- a/include/dt-bindings/clock/meson8b-clkc.h +++ b/include/dt-bindings/clock/meson8b-clkc.h @@ -6,8 +6,6 @@ #ifndef __MESON8B_CLKC_H #define __MESON8B_CLKC_H -#define CLKID_UNUSED 0 -#define CLKID_XTAL 1 #define CLKID_PLL_FIXED 2 #define CLKID_PLL_VID 3 #define CLKID_PLL_SYS 4 |