diff options
| author | Sinthu Raja <[email protected]> | 2021-11-02 19:59:45 +0530 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2022-02-16 14:19:30 -0500 |
| commit | bc2972bd9a03ebe267072864b44ff046cafbf747 (patch) | |
| tree | 765642dc153ec807e77c10eb7a070999c6460cb5 | |
| parent | 51f660120fa907ac8e393cfe11618e58e356ae1d (diff) | |
arm: dts: k3-j721e-r5-sk: Update R5 DT to pick the new DDR config
A new lpddr4 configuration is introduced for J7 SK with 4266 MTs data
rate. Therefore, update the R5 DTS file to point to the new DDR config
file.
Signed-off-by: Sinthu Raja <[email protected]>
| -rw-r--r-- | arch/arm/dts/k3-j721e-r5-sk.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/dts/k3-j721e-r5-sk.dts b/arch/arm/dts/k3-j721e-r5-sk.dts index abce864fff4..d894dcb991f 100644 --- a/arch/arm/dts/k3-j721e-r5-sk.dts +++ b/arch/arm/dts/k3-j721e-r5-sk.dts @@ -6,7 +6,7 @@ /dts-v1/; #include "k3-j721e.dtsi" -#include "k3-j721e-ddr-evm-lp4-4266.dtsi" +#include "k3-j721e-ddr-sk-lp4-4266.dtsi" #include "k3-j721e-ddr.dtsi" / { |
