From: Peng Fan <[email protected]> Add i.MX95 CM7 node for remoteproc usage.
Signed-off-by: Peng Fan <[email protected]> --- arch/arm/dts/imx95-u-boot.dtsi | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/arch/arm/dts/imx95-u-boot.dtsi b/arch/arm/dts/imx95-u-boot.dtsi index 591cb317508..6dec159752b 100644 --- a/arch/arm/dts/imx95-u-boot.dtsi +++ b/arch/arm/dts/imx95-u-boot.dtsi @@ -96,6 +96,10 @@ }; }; }; + + imx95-cm7 { + compatible = "fsl,imx95-cm7"; + }; }; &A55_0 { -- 2.51.0

