io.c (3af8e972d64e4a641097ca2f8085e2ed3de79c78) io.c (cbcf78330fece15e9500d77e5df5af0e4da9a253)
1// SPDX-License-Identifier: GPL-2.0-only
2/*
3 * linux/arch/arm/mach-omap2/io.c
4 *
5 * OMAP2 I/O mapping code
6 *
7 * Copyright (C) 2005 Nokia Corporation
8 * Copyright (C) 2007-2009 Texas Instruments

--- 18 unchanged lines hidden (view full) ---

27#include "omap_hwmod.h"
28#include "soc.h"
29#include "iomap.h"
30#include "voltage.h"
31#include "powerdomain.h"
32#include "clockdomain.h"
33#include "common.h"
34#include "clock.h"
1// SPDX-License-Identifier: GPL-2.0-only
2/*
3 * linux/arch/arm/mach-omap2/io.c
4 *
5 * OMAP2 I/O mapping code
6 *
7 * Copyright (C) 2005 Nokia Corporation
8 * Copyright (C) 2007-2009 Texas Instruments

--- 18 unchanged lines hidden (view full) ---

27#include "omap_hwmod.h"
28#include "soc.h"
29#include "iomap.h"
30#include "voltage.h"
31#include "powerdomain.h"
32#include "clockdomain.h"
33#include "common.h"
34#include "clock.h"
35#include "clock2xxx.h"
36#include "sdrc.h"
37#include "control.h"
38#include "sram.h"
39#include "cm2xxx.h"
40#include "cm3xxx.h"
41#include "cm33xx.h"
42#include "cm44xx.h"
43#include "prm.h"

--- 677 unchanged lines hidden ---
35#include "sdrc.h"
36#include "control.h"
37#include "sram.h"
38#include "cm2xxx.h"
39#include "cm3xxx.h"
40#include "cm33xx.h"
41#include "cm44xx.h"
42#include "prm.h"

--- 677 unchanged lines hidden ---