dpll-sld3.c 256 B

12345678910111213
  1. /*
  2. * Copyright (C) 2011-2015 Masahiro Yamada <yamada.masahiro@socionext.com>
  3. *
  4. * SPDX-License-Identifier: GPL-2.0+
  5. */
  6. #include "../init.h"
  7. int uniphier_sld3_dpll_init(const struct uniphier_board_data *bd)
  8. {
  9. /* add pll init code here */
  10. return 0;
  11. }