Add clk and device data which can be used by wkup_uart driver
to configure clocks and PSC.
Signed-off-by: Bhavya Kapoor
---
arch/arm/mach-k3/r5/j784s4/clk-data.c | 18 +-
arch/arm/mach-k3/r5/j784s4/dev-data.c | 1 +
2 files changed, 18 insertions(+), 1 deletion(-)
diff --git a
On 08/01/24 7:35 pm, Bryan Brattlof wrote:
Hi Bhavya!
On January 8, 2024 thus sayeth Bhavya Kapoor:
This Series adds Itap Delay Value for DDR52 speed mode for eMMC in
J7200 SoC and for DDR50 speed mode for MMCSD in J721s2 SoC.
Bhavya Kapoor (2):
arm: dts: k3-j7200-main: Add Itap Delay
This Series adds Itap Delay Value for DDR52 speed mode for eMMC in
J7200 SoC and for DDR50 speed mode for MMCSD in J721s2 SoC.
Bhavya Kapoor (2):
arm: dts: k3-j7200-main: Add Itap Delay Value For DDR52 speed mode
arm: dts: k3-j721s2-main: Add Itap Delay Value For DDR50 speed mode
arch/arm
Interface, in
J721s2 datasheet
- https://www.ti.com/lit/ds/symlink/tda4vl-q1.pdf
Signed-off-by: Bhavya Kapoor
---
arch/arm/dts/k3-j721s2-main.dtsi | 1 +
1 file changed, 1 insertion(+)
diff --git a/arch/arm/dts/k3-j721s2-main.dtsi b/arch/arm/dts/k3-j721s2-main.dtsi
index 084f8f5b66
J7200 datasheet
- https://www.ti.com/lit/ds/symlink/dra821u-q1.pdf
Signed-off-by: Bhavya Kapoor
---
arch/arm/dts/k3-j7200-main.dtsi | 1 +
1 file changed, 1 insertion(+)
diff --git a/arch/arm/dts/k3-j7200-main.dtsi b/arch/arm/dts/k3-j7200-main.dtsi
index cdb1d6b2a9..18531ba803 100644
On 12/05/23 23:12, Bryan Brattlof wrote:
> Hi Bhavya!
>
> On May 11, 2023 thus sayeth Bhavya Kapoor:
>> Add main_uart5 clocks in clk-data.c for J721S2. Now,
>> main_uart5 clocks will be set up while booting the J721S2 SoC.
>>
>> Signed-off-by: Bhavya Kapoor
&
Add device data for main_uart1 in dev-data.c for J7200. Now,
main_uart1 will be powered on while booting the J7200 SoC.
Signed-off-by: Bhavya Kapoor
---
arch/arm/mach-k3/j7200/dev-data.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/arch/arm/mach-k3/j7200/dev-data.c
b
Add main_uart1 clocks in clk-data.c for J7200. Now,
main_uart1 clocks will be set up while booting the J7200 SoC.
Signed-off-by: Bhavya Kapoor
---
arch/arm/mach-k3/j7200/clk-data.c | 7 +--
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/arch/arm/mach-k3/j7200/clk-data.c
b
Add device data and clock data for main_uart1 for J7200 SoC so that
main_uart1 will be powered on and its clock will be set up while
booting the J7200 SoC.
Bhavya Kapoor (2):
arm: mach-k3: j7200: dev-data.c: Add main_uart1 device data
arm: mach-k3: j7200: clk-data.c: Add main_uart1 clock data
Add main_uart5 clocks in clk-data.c for J721S2. Now,
main_uart5 clocks will be set up while booting the J721S2 SoC.
Signed-off-by: Bhavya Kapoor
---
arch/arm/mach-k3/j721s2/clk-data.c | 7 +--
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/arch/arm/mach-k3/j721s2/clk-data.c
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
---
arch/arm/mach-k3/j721s2/dev-data.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/arch/arm/mach-k3/j721s2/dev-data.c
Add device data and clock data for main_uart5 for J721S2 SoC so that
main_uart5 will be powered on and its clock will be set up while
booting the J721S2 SoC.
Bhavya Kapoor (2):
arm: mach-k3: j721s2: dev-data.c: Add main_uart5 device data
arm: mach-k3: j721s2: clk-data.c: Add main_uart5 clock
Add main_uart2 clocks in clk-data.c for J721E. Now,
main_uart2 clocks will be set up while booting the J721E SoC.
Signed-off-by: Bhavya Kapoor
---
arch/arm/mach-k3/j721e/clk-data.c | 7 +--
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/arch/arm/mach-k3/j721e/clk-data.c
b
Add device data and clock data for main_uart2 for J721E SoC so that
main_uart2 will be powered on and its clock will be set up while
booting the J721E SoC.
Bhavya Kapoor (2):
arm: mach-k3: j721e: dev-data.c: Add main_uart2 device data
arm: mach-k3: j721e: clk-data.c: Add main_uart2 clock data
Add device data for main_uart2 in dev-data.c for J721E. Now,
main_uart2 will be powered on while booting the J721E SoC.
Signed-off-by: Bhavya Kapoor
---
arch/arm/mach-k3/j721e/dev-data.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/arch/arm/mach-k3/j721e/dev-data.c
b
Hi Bryan, sure i can wait for that. Can i get the information when that
gets merged.
On 22/12/22 00:06, Bryan Brattlof wrote:
Hi Bhavya!
On December 19, 2022 thus sayeth Bhavya Kapoor:
Add platform clock and powerdomain data for main_uart2 in J721e. This
data is used by the driver to
Add platform clock and powerdomain data for main_uart2 in J721e. This
data is used by the driver to register main_uart2 device clocks and
powerdomains for J721e.
Signed-off-by: Bhavya Kapoor
---
arch/arm/mach-k3/j721e/clk-data.c | 7 +--
arch/arm/mach-k3/j721e/dev-data.c | 3 ++-
2 files
17 matches
Mail list logo