Re: [PATCH] fdt/sunxi: Remove OF_STDOUT_PATH

2021-02-18 Thread Simon Glass
Hi Andre, On Thu, 18 Feb 2021 at 09:03, Andre Przywara wrote: > > On Wed, 17 Feb 2021 21:45:29 -0700 > Simon Glass wrote: > > Hi Simon, > > > On Sun, 14 Feb 2021 at 05:35, Andre Przywara wrote: > > > > > > OF_STDOUT_PATH was meant to hold the devicetree path to the serial > > > console, to be

Re: [PATCH] fdt/sunxi: Remove OF_STDOUT_PATH

2021-02-18 Thread Andre Przywara
On Wed, 17 Feb 2021 21:45:29 -0700 Simon Glass wrote: Hi Simon, > On Sun, 14 Feb 2021 at 05:35, Andre Przywara wrote: > > > > OF_STDOUT_PATH was meant to hold the devicetree path to the serial > > console, to be put into the linux,stdout-path property of the chosen node. > > > > The only user

Re: [PATCH] fdt/sunxi: Remove OF_STDOUT_PATH

2021-02-17 Thread Simon Glass
On Sun, 14 Feb 2021 at 05:35, Andre Przywara wrote: > > OF_STDOUT_PATH was meant to hold the devicetree path to the serial > console, to be put into the linux,stdout-path property of the chosen node. > > The only user of that was sunxi, and it was actually wrong for years > there: the paths

Re: [PATCH] fdt/sunxi: Remove OF_STDOUT_PATH

2021-02-14 Thread Tom Rini
On Sun, Feb 14, 2021 at 12:33:58PM +, Andre Przywara wrote: > OF_STDOUT_PATH was meant to hold the devicetree path to the serial > console, to be put into the linux,stdout-path property of the chosen node. > > The only user of that was sunxi, and it was actually wrong for years > there: the

[PATCH] fdt/sunxi: Remove OF_STDOUT_PATH

2021-02-14 Thread Andre Przywara
OF_STDOUT_PATH was meant to hold the devicetree path to the serial console, to be put into the linux,stdout-path property of the chosen node. The only user of that was sunxi, and it was actually wrong for years there: the paths hardcoded in sunxi_common.h were not matching the DTs, evident by the