slcr.c (3eb66e91a25497065c5322b1268cbc3953642227) | slcr.c (a912e80bd0bbfec053ccfdca625c2c760a8b08e8) |
---|---|
1// SPDX-License-Identifier: GPL-2.0-or-later |
|
1/* 2 * Xilinx SLCR driver 3 * 4 * Copyright (c) 2011-2013 Xilinx Inc. | 2/* 3 * Xilinx SLCR driver 4 * 5 * Copyright (c) 2011-2013 Xilinx Inc. |
5 * 6 * This program is free software; you can redistribute it and/or 7 * modify it under the terms of the GNU General Public License 8 * as published by the Free Software Foundation; either version 9 * 2 of the License, or (at your option) any later version. 10 * 11 * You should have received a copy of the GNU General Public 12 * License along with this program; if not, write to the Free 13 * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 14 * 02139, USA. | |
15 */ 16 17#include <linux/io.h> 18#include <linux/reboot.h> 19#include <linux/mfd/syscon.h> 20#include <linux/of_address.h> 21#include <linux/regmap.h> 22#include <linux/clk/zynq.h> --- 219 unchanged lines hidden --- | 6 */ 7 8#include <linux/io.h> 9#include <linux/reboot.h> 10#include <linux/mfd/syscon.h> 11#include <linux/of_address.h> 12#include <linux/regmap.h> 13#include <linux/clk/zynq.h> --- 219 unchanged lines hidden --- |