Hi Tom, On Mon, Oct 13, 2025 at 09:55:46AM -0600, Tom Rini wrote: >On Mon, Oct 13, 2025 at 10:49:25AM +0800, Peng Fan (OSS) wrote: >> From: Peng Fan <[email protected]> >> >> Add CM7/4 nodes for i.MX8MQ/M/N/P. >> >> Reviewed-by: Ye Li <[email protected]> >> Signed-off-by: Peng Fan <[email protected]> >> --- >> arch/arm/dts/imx8mm-u-boot.dtsi | 4 ++++ >> arch/arm/dts/imx8mn-u-boot.dtsi | 4 ++++ >> arch/arm/dts/imx8mp-u-boot.dtsi | 4 ++++ >> arch/arm/dts/imx8mq-u-boot.dtsi | 4 ++++ >> 4 files changed, 16 insertions(+) > >Why is this in the u-boot.dtsi? We have
I am preparing the Linux dts patches and will send out for reviewing. Before those lands into Linux dts, we need that in imx8m*-u-boot.dtsi. After linux side done, we could clean up the imx8m*-u-boot.dtsi >dts/upstream/Bindings/remoteproc/fsl,imx-rproc.yaml and so your updates >here should be compatible with that, yes? Yes. Per the dt-bindings, only compatible is required and that is what this patch added. Thanks Peng > >-- >Tom

