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; };