diff options
| author | Brian Sune <[email protected]> | 2025-11-10 13:00:40 +0800 |
|---|---|---|
| committer | Tien Fong Chee <[email protected]> | 2025-12-01 14:02:01 +0800 |
| commit | e291277689f62e2e9170d8e130d876de6161b363 (patch) | |
| tree | 5d32328d26726e4207308b91e31127f05aa9cf03 | |
| parent | 6beb48a3952b59e7b8b613ecf29e75d87d796f60 (diff) | |
sync socfpga common u-boot dts
The dtsi for socfpga common should
turn on L2 and memory and no reason not
to do so
Signed-off-by: Brian Sune <[email protected]>
Reviewed-by: Tien Fong Chee <[email protected]>
| -rw-r--r-- | arch/arm/dts/socfpga-common-u-boot.dtsi | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm/dts/socfpga-common-u-boot.dtsi b/arch/arm/dts/socfpga-common-u-boot.dtsi index eb3d1039314..695242bec21 100644 --- a/arch/arm/dts/socfpga-common-u-boot.dtsi +++ b/arch/arm/dts/socfpga-common-u-boot.dtsi @@ -5,6 +5,10 @@ * Copyright (c) 2019 Simon Goldschmidt */ /{ + memory { + bootph-all; + }; + soc { bootph-all; }; @@ -14,6 +18,10 @@ bootph-all; }; +&L2 { + bootph-all; +}; + &rst { bootph-all; }; |
