diff mbox series

[1/2] arm: mach-k3: j721s2: dev-data.c: Add main_uart5 device data

Message ID 20230511091252.1634914-2-b-kapoor@ti.com
State Accepted
Commit aa7758818748eee526c68641635429ea61648260
Delegated to: Tom Rini
Headers show
Series arm: mach-k3: j721s2: Add main_uart5 device and clock data | expand

Commit Message

Bhavya Kapoor May 11, 2023, 9:12 a.m. UTC
Add device data for main_uart5 in dev-data.c for J721S2. Now,
main_uart5 will be powered on while booting the J721S2 SoC.

Signed-off-by: Bhavya Kapoor <b-kapoor@ti.com>
---
 arch/arm/mach-k3/j721s2/dev-data.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Comments

Bryan Brattlof May 31, 2023, 9:08 p.m. UTC | #1
On May 11, 2023 thus sayeth Bhavya Kapoor:
> Add device data for main_uart5 in dev-data.c for J721S2. Now,
> main_uart5 will be powered on while booting the J721S2 SoC.
> 
> Signed-off-by: Bhavya Kapoor <b-kapoor@ti.com>
> ---
>  arch/arm/mach-k3/j721s2/dev-data.c | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)

Reviewed-by: Bryan Brattlof <bb@ti.com>

~Bryan
Tom Rini June 1, 2023, 7:47 p.m. UTC | #2
On Thu, May 11, 2023 at 02:42:51PM +0530, Bhavya Kapoor wrote:

> Add device data for main_uart5 in dev-data.c for J721S2. Now,
> main_uart5 will be powered on while booting the J721S2 SoC.
> 
> Signed-off-by: Bhavya Kapoor <b-kapoor@ti.com>
> Reviewed-by: Bryan Brattlof <bb@ti.com>

Applied to u-boot/next, thanks!
diff mbox series

Patch

diff --git a/arch/arm/mach-k3/j721s2/dev-data.c b/arch/arm/mach-k3/j721s2/dev-data.c
index e36f1edb78..35e8b17eb1 100644
--- a/arch/arm/mach-k3/j721s2/dev-data.c
+++ b/arch/arm/mach-k3/j721s2/dev-data.c
@@ -67,6 +67,7 @@  static struct ti_dev soc_dev_list[] = {
 	PSC_DEV(99, &soc_lpsc_list[12]),
 	PSC_DEV(98, &soc_lpsc_list[13]),
 	PSC_DEV(146, &soc_lpsc_list[14]),
+	PSC_DEV(354, &soc_lpsc_list[15]),
 	PSC_DEV(357, &soc_lpsc_list[15]),
 	PSC_DEV(4, &soc_lpsc_list[16]),
 	PSC_DEV(202, &soc_lpsc_list[17]),
@@ -81,5 +82,5 @@  const struct ti_k3_pd_platdata j721s2_pd_platdata = {
 	.num_psc = 2,
 	.num_pd = 6,
 	.num_lpsc = 19,
-	.num_devs = 24,
+	.num_devs = 25,
 };