intel-clock.h 297 B

123456789101112131415
  1. /* SPDX-License-Identifier: GPL-2.0+ */
  2. /*
  3. * This header provides constants for Intel clocks.
  4. *
  5. * The constants defined in this header are used in the device tree
  6. *
  7. * Copyright 2019 Google LLC
  8. */
  9. #ifndef _DT_BINDINGS_CLK_INTEL_H
  10. #define _DT_BINDINGS_CLK_INTEL_H
  11. #define CLK_I2C 1
  12. #endif