mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-12-14 06:24:53 +08:00
bus: ti-sysc: Add a description and copyrights
The ti-sysc driver is missing coprights and description, let's add those. Signed-off-by: Tony Lindgren <tony@atomide.com>
This commit is contained in:
parent
f2bd276193
commit
5a85fd3c9d
@ -1,6 +1,17 @@
|
|||||||
// SPDX-License-Identifier: GPL-2.0
|
// SPDX-License-Identifier: GPL-2.0
|
||||||
/*
|
/*
|
||||||
* ti-sysc.c - Texas Instruments sysc interconnect target driver
|
* ti-sysc.c - Texas Instruments sysc interconnect target driver
|
||||||
|
*
|
||||||
|
* TI SoCs have an interconnect target wrapper IP for many devices. The wrapper
|
||||||
|
* IP manages clock gating, resets, and PM capabilities for the connected devices.
|
||||||
|
*
|
||||||
|
* Copyright (C) 2017-2024 Texas Instruments Incorporated - https://www.ti.com/
|
||||||
|
*
|
||||||
|
* Many features are based on the earlier omap_hwmod arch code with thanks to all
|
||||||
|
* the people who developed and debugged the code over the years:
|
||||||
|
*
|
||||||
|
* Copyright (C) 2009-2011 Nokia Corporation
|
||||||
|
* Copyright (C) 2011-2021 Texas Instruments Incorporated - https://www.ti.com/
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <linux/io.h>
|
#include <linux/io.h>
|
||||||
|
Loading…
Reference in New Issue
Block a user