Skip to content

Commit 5a85fd3

Browse files
committed
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 <[email protected]>
1 parent f2bd276 commit 5a85fd3

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

drivers/bus/ti-sysc.c

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,17 @@
11
// SPDX-License-Identifier: GPL-2.0
22
/*
33
* ti-sysc.c - Texas Instruments sysc interconnect target driver
4+
*
5+
* TI SoCs have an interconnect target wrapper IP for many devices. The wrapper
6+
* IP manages clock gating, resets, and PM capabilities for the connected devices.
7+
*
8+
* Copyright (C) 2017-2024 Texas Instruments Incorporated - https://www.ti.com/
9+
*
10+
* Many features are based on the earlier omap_hwmod arch code with thanks to all
11+
* the people who developed and debugged the code over the years:
12+
*
13+
* Copyright (C) 2009-2011 Nokia Corporation
14+
* Copyright (C) 2011-2021 Texas Instruments Incorporated - https://www.ti.com/
415
*/
516

617
#include <linux/io.h>

0 commit comments

Comments
 (0)