diff options
| author | Udit Kumar <[email protected]> | 2023-07-25 19:06:07 +0530 |
|---|---|---|
| committer | Nishanth Menon <[email protected]> | 2023-08-01 23:46:10 -0500 |
| commit | 5d55545cc2da8ad320b73705b26a5c0a837b20da (patch) | |
| tree | fcad85ad9919f54e433899e9cc80809241f5db80 | |
| parent | f33f5e4c801b7f1838f05aae81eaed8189a1eac4 (diff) | |
arm64: dts: ti: k3-j784s4-evm: Add Support for UFS peripheral
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 <[email protected]>
Tested-by: Chai Wenle <[email protected]>
Signed-off-by: Udit Kumar <[email protected]>
Reviewed-by: Vignesh Raghavendra <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Nishanth Menon <[email protected]>
| -rw-r--r-- | arch/arm64/boot/dts/ti/k3-j784s4-evm.dts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/ti/k3-j784s4-evm.dts b/arch/arm64/boot/dts/ti/k3-j784s4-evm.dts index 7ad152a1b90f..1e38a8f1bec5 100644 --- a/arch/arm64/boot/dts/ti/k3-j784s4-evm.dts +++ b/arch/arm64/boot/dts/ti/k3-j784s4-evm.dts @@ -430,6 +430,10 @@ pinctrl-0 = <&main_uart8_pins_default>; }; +&ufs_wrapper { + status = "okay"; +}; + &fss { status = "okay"; }; |