tpa6130a2-plat.h 291 B

1234567891011121314151617
  1. /* SPDX-License-Identifier: GPL-2.0-only */
  2. /*
  3. * TPA6130A2 driver platform header
  4. *
  5. * Copyright (C) Nokia Corporation
  6. *
  7. * Author: Peter Ujfalusi <[email protected]>
  8. */
  9. #ifndef TPA6130A2_PLAT_H
  10. #define TPA6130A2_PLAT_H
  11. struct tpa6130a2_platform_data {
  12. int power_gpio;
  13. };
  14. #endif