am437x-cm-t43 and am43x-epos-evm are currently missing a u-boot.dtsi overlay file. Add these in preparation for OF_UPSTREAM to include am4372-u-boot.dtsi.
Signed-off-by: Markus Schneider-Pargmann (TI) <[email protected]> --- arch/arm/dts/am437x-cm-t43-u-boot.dtsi | 21 +++++++++++++++++++++ arch/arm/dts/am43x-epos-evm-u-boot.dtsi | 21 +++++++++++++++++++++ 2 files changed, 42 insertions(+) diff --git a/arch/arm/dts/am437x-cm-t43-u-boot.dtsi b/arch/arm/dts/am437x-cm-t43-u-boot.dtsi new file mode 100644 index 000000000000..bb40317cb28c --- /dev/null +++ b/arch/arm/dts/am437x-cm-t43-u-boot.dtsi @@ -0,0 +1,21 @@ +// SPDX-License-Identifier: GPL-2.0+ + +#include "am4372-u-boot.dtsi" + +/ { + ocp { + bootph-pre-ram; + }; +}; + +&uart0 { + bootph-pre-ram; +}; + +&i2c0 { + bootph-pre-ram; +}; + +&mmc1 { + bootph-pre-ram; +}; diff --git a/arch/arm/dts/am43x-epos-evm-u-boot.dtsi b/arch/arm/dts/am43x-epos-evm-u-boot.dtsi new file mode 100644 index 000000000000..bb40317cb28c --- /dev/null +++ b/arch/arm/dts/am43x-epos-evm-u-boot.dtsi @@ -0,0 +1,21 @@ +// SPDX-License-Identifier: GPL-2.0+ + +#include "am4372-u-boot.dtsi" + +/ { + ocp { + bootph-pre-ram; + }; +}; + +&uart0 { + bootph-pre-ram; +}; + +&i2c0 { + bootph-pre-ram; +}; + +&mmc1 { + bootph-pre-ram; +}; -- 2.55.0
