From: Brian Sune Date: Mon, 10 Nov 2025 05:00:40 +0000 (+0800) Subject: sync socfpga common u-boot dts X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e291277689f62e2e9170d8e130d876de6161b363;p=pandora-u-boot.git 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 Reviewed-by: Tien Fong Chee --- 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; };