bus: ti-sysc: Add a description and copyrights
authorTony Lindgren <tony@atomide.com>
Thu, 11 Apr 2024 04:44:30 +0000 (07:44 +0300)
committerTony Lindgren <tony@atomide.com>
Thu, 25 Apr 2024 04:29:41 +0000 (07:29 +0300)
The ti-sysc driver is missing coprights and description, let's add
those.

Signed-off-by: Tony Lindgren <tony@atomide.com>
drivers/bus/ti-sysc.c

index a9d2aaae68b2c63b31d8f38863d423a5066b8123..1dd9d35cc0fc5bbc411902fca122c9aeca0c853b 100644 (file)
@@ -1,6 +1,17 @@
 // SPDX-License-Identifier: GPL-2.0
 /*
  * 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>