arm64: dts: ti: k3-j784s4-evm: Add Support for UFS peripheral
authorUdit Kumar <u-kumar1@ti.com>
Tue, 25 Jul 2023 13:36:07 +0000 (19:06 +0530)
committerNishanth Menon <nm@ti.com>
Wed, 2 Aug 2023 04:46:10 +0000 (23:46 -0500)
J784S4 EVM board has 32GB Non-Volatile UFS Memory.
So enabling UFS at board level.

UFS flash details are documented in board data sheet[1]
Section 1.2 Key Features and Interfaces.

[1] https://www.ti.com/lit/pdf/spruj62

Cc: Chai Wenle <Wenle.Chai@windriver.com>
Tested-by: Chai Wenle <Wenle.Chai@windriver.com>
Signed-off-by: Udit Kumar <u-kumar1@ti.com>
Reviewed-by: Vignesh Raghavendra <vigneshr@ti.com>
Link: https://lore.kernel.org/r/20230725133607.2021379-3-u-kumar1@ti.com
Signed-off-by: Nishanth Menon <nm@ti.com>
arch/arm64/boot/dts/ti/k3-j784s4-evm.dts

index 7ad152a..1e38a8f 100644 (file)
        pinctrl-0 = <&main_uart8_pins_default>;
 };
 
+&ufs_wrapper {
+       status = "okay";
+};
+
 &fss {
        status = "okay";
 };