Hi Joris, On Wed, Jan 29, 2020 at 5:16 PM Joris Offouga <offougajo...@gmail.com> wrote: >
Please always provide a commit log. > Signed-off-by: Joris Offouga <offougajo...@gmail.com> > --- > arch/arm/dts/imx7s-warp-u-boot.dtsi | 10 ++++++++++ > arch/arm/dts/imx7s-warp.dts | 9 --------- > 2 files changed, 10 insertions(+), 9 deletions(-) > create mode 100644 arch/arm/dts/imx7s-warp-u-boot.dtsi > > diff --git a/arch/arm/dts/imx7s-warp-u-boot.dtsi > b/arch/arm/dts/imx7s-warp-u-boot.dtsi > new file mode 100644 > index 0000000000..65da3a0d23 > --- /dev/null > +++ b/arch/arm/dts/imx7s-warp-u-boot.dtsi > @@ -0,0 +1,10 @@ > +/ { > + aliases { > + mmc0 = &usdhc3; > + usb0 = &usbotg1; > + }; > + > + chosen { > + stdoutpath = &uart1; This should be stdout-path instead. Actually I think it is better to have the Linux upstream dts to have the stdout-path entry. Care to send a patch for that? Thanks