sky81452.h 354 B

123456789101112131415161718
  1. /* SPDX-License-Identifier: GPL-2.0-only */
  2. /*
  3. * sky81452.h SKY81452 MFD driver
  4. *
  5. * Copyright 2014 Skyworks Solutions Inc.
  6. * Author : Gyungoh Yoo <[email protected]>
  7. */
  8. #ifndef _SKY81452_H
  9. #define _SKY81452_H
  10. #include <linux/regulator/machine.h>
  11. struct sky81452_platform_data {
  12. struct regulator_init_data *regulator_init_data;
  13. };
  14. #endif