The Linux Kernel Mailing List
 help / color / mirror / Atom feed
* [PATCH] arm64: dts: ti: k3-j721e-common-proc-board: Enable OSPI1 on J721E
@ 2025-05-05 11:27 Prasanth Babu Mantena
  2025-05-05 12:38 ` Nishanth Menon
  0 siblings, 1 reply; 3+ messages in thread
From: Prasanth Babu Mantena @ 2025-05-05 11:27 UTC (permalink / raw)
  To: devicetree, linux-arm-kernel, nm, vigneshr
  Cc: kristo, robh, krzk+dt, conor+dt, linux-kernel, u-kumar1

J721E SoM has MT25QU512AB Serial NOR flash connected to
OSPI1 controller. Enable ospi1 node in device tree.

Signed-off-by: Prasanth Babu Mantena <p-mantena@ti.com>
---
Test log : https://gist.github.com/PrasanthBabuMantena/9dda540dce88282117de7e0e945e24ca
 arch/arm64/boot/dts/ti/k3-j721e-common-proc-board.dts | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm64/boot/dts/ti/k3-j721e-common-proc-board.dts b/arch/arm64/boot/dts/ti/k3-j721e-common-proc-board.dts
index e3d0ef6913b2..3112b351c052 100644
--- a/arch/arm64/boot/dts/ti/k3-j721e-common-proc-board.dts
+++ b/arch/arm64/boot/dts/ti/k3-j721e-common-proc-board.dts
@@ -571,6 +571,7 @@ &usb1 {
 };
 
 &ospi1 {
+	status = "okay";
 	pinctrl-names = "default";
 	pinctrl-0 = <&mcu_fss0_ospi1_pins_default>;
 
-- 
2.34.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] arm64: dts: ti: k3-j721e-common-proc-board: Enable OSPI1 on J721E
  2025-05-05 11:27 [PATCH] arm64: dts: ti: k3-j721e-common-proc-board: Enable OSPI1 on J721E Prasanth Babu Mantena
@ 2025-05-05 12:38 ` Nishanth Menon
  2025-05-05 12:53   ` Kumar, Udit
  0 siblings, 1 reply; 3+ messages in thread
From: Nishanth Menon @ 2025-05-05 12:38 UTC (permalink / raw)
  To: Prasanth Babu Mantena
  Cc: devicetree, linux-arm-kernel, vigneshr, kristo, robh, krzk+dt,
	conor+dt, linux-kernel, u-kumar1

On 16:57-20250505, Prasanth Babu Mantena wrote:
> J721E SoM has MT25QU512AB Serial NOR flash connected to
> OSPI1 controller. Enable ospi1 node in device tree.
> 
> Signed-off-by: Prasanth Babu Mantena <p-mantena@ti.com>
> ---
> Test log : https://gist.github.com/PrasanthBabuMantena/9dda540dce88282117de7e0e945e24ca
>  arch/arm64/boot/dts/ti/k3-j721e-common-proc-board.dts | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/arch/arm64/boot/dts/ti/k3-j721e-common-proc-board.dts b/arch/arm64/boot/dts/ti/k3-j721e-common-proc-board.dts
> index e3d0ef6913b2..3112b351c052 100644
> --- a/arch/arm64/boot/dts/ti/k3-j721e-common-proc-board.dts
> +++ b/arch/arm64/boot/dts/ti/k3-j721e-common-proc-board.dts
> @@ -571,6 +571,7 @@ &usb1 {
>  };
>  
>  &ospi1 {
> +	status = "okay";

Follow Documentation/devicetree/bindings/dts-coding-style.rst

>  	pinctrl-names = "default";
>  	pinctrl-0 = <&mcu_fss0_ospi1_pins_default>;
>  
> -- 
> 2.34.1
> 

-- 
Regards,
Nishanth Menon
Key (0xDDB5849D1736249D) / Fingerprint: F8A2 8693 54EB 8232 17A3  1A34 DDB5 849D 1736 249D

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] arm64: dts: ti: k3-j721e-common-proc-board: Enable OSPI1 on J721E
  2025-05-05 12:38 ` Nishanth Menon
@ 2025-05-05 12:53   ` Kumar, Udit
  0 siblings, 0 replies; 3+ messages in thread
From: Kumar, Udit @ 2025-05-05 12:53 UTC (permalink / raw)
  To: Nishanth Menon, Prasanth Babu Mantena
  Cc: devicetree, linux-arm-kernel, vigneshr, kristo, robh, krzk+dt,
	conor+dt, linux-kernel, u-kumar1

Hi Prasanth

On 5/5/2025 6:08 PM, Nishanth Menon wrote:
> On 16:57-20250505, Prasanth Babu Mantena wrote:
>> J721E SoM has MT25QU512AB Serial NOR flash connected to
>> OSPI1 controller. Enable ospi1 node in device tree.
>>
>> Signed-off-by: Prasanth Babu Mantena <p-mantena@ti.com>
>> ---
>> Test log : https://gist.github.com/PrasanthBabuMantena/9dda540dce88282117de7e0e945e24ca
>>   arch/arm64/boot/dts/ti/k3-j721e-common-proc-board.dts | 1 +
>>   1 file changed, 1 insertion(+)
>>
>> diff --git a/arch/arm64/boot/dts/ti/k3-j721e-common-proc-board.dts b/arch/arm64/boot/dts/ti/k3-j721e-common-proc-board.dts
>> index e3d0ef6913b2..3112b351c052 100644
>> --- a/arch/arm64/boot/dts/ti/k3-j721e-common-proc-board.dts
>> +++ b/arch/arm64/boot/dts/ti/k3-j721e-common-proc-board.dts
>> @@ -571,6 +571,7 @@ &usb1 {
>>   };
>>   
>>   &ospi1 {
>> +	status = "okay";
> Follow Documentation/devicetree/bindings/dts-coding-style.rst

Also, please use Fixes tag

Fixes: cb27354b38f3b ("arm64: dts: ti: k3-j721e: Add DT nodes for few 
peripherials"


>
>>   	pinctrl-names = "default";
>>   	pinctrl-0 = <&mcu_fss0_ospi1_pins_default>;
>>   
>> -- 
>> 2.34.1
>>

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2025-05-05 12:53 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-05-05 11:27 [PATCH] arm64: dts: ti: k3-j721e-common-proc-board: Enable OSPI1 on J721E Prasanth Babu Mantena
2025-05-05 12:38 ` Nishanth Menon
2025-05-05 12:53   ` Kumar, Udit

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox