diff options
| author | Kevin Hilman <khilman@baylibre.com> | 2019-12-11 22:26:07 +0300 |
|---|---|---|
| committer | Kevin Hilman <khilman@baylibre.com> | 2019-12-11 22:26:07 +0300 |
| commit | 9cf7956865b844bcb13602410cc0119f4eb46860 (patch) | |
| tree | 637d3f08dd1b249fcbde941095535df78cc8e50f /include | |
| parent | e42617b825f8073569da76dc4510bfa019b1c35a (diff) | |
| parent | 25d316989e2b1beebaa69e6c3e76e762776c93de (diff) | |
| download | linux-9cf7956865b844bcb13602410cc0119f4eb46860.tar.xz | |
Merge tag 'clk-meson-dt-v5.6-1' of https://github.com/BayLibre/clk-meson into v5.6/dt
Update Amlogic meson8 bindings:
- Update meson8's bindings to take a reference to the crytal clock
from DT
* tag 'clk-meson-dt-v5.6-1' of https://github.com/BayLibre/clk-meson:
dt-bindings: clock: meson8b: add the clock inputs
dt-bindings: clock: add the Amlogic Meson8 DDR clock controller binding
Diffstat (limited to 'include')
| -rw-r--r-- | include/dt-bindings/clock/meson8-ddr-clkc.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/dt-bindings/clock/meson8-ddr-clkc.h b/include/dt-bindings/clock/meson8-ddr-clkc.h new file mode 100644 index 000000000000..a8e0fa2987ab --- /dev/null +++ b/include/dt-bindings/clock/meson8-ddr-clkc.h @@ -0,0 +1,4 @@ +/* SPDX-License-Identifier: GPL-2.0 */ + +#define DDR_CLKID_DDR_PLL_DCO 0 +#define DDR_CLKID_DDR_PLL 1 |
