linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ARM: dts: sun8i: h2+: Enable optional SPI flash on Orange Pi Zero board
@ 2020-09-29  8:30 Michal Suchanek
  2020-10-08 15:13 ` Maxime Ripard
  0 siblings, 1 reply; 8+ messages in thread
From: Michal Suchanek @ 2020-09-29  8:30 UTC (permalink / raw)
  To: linux-arm-kernel
  Cc: Michal Suchanek, Rob Herring, Maxime Ripard, Chen-Yu Tsai,
	devicetree, linux-kernel

The flash is present on all new boards and users went out of their way
to add it on the old ones.

Enabling it makes a more reasonable default.

Signed-off-by: Michal Suchanek <msuchanek@suse.de>
---
 arch/arm/boot/dts/sun8i-h2-plus-orangepi-zero.dts | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/arm/boot/dts/sun8i-h2-plus-orangepi-zero.dts b/arch/arm/boot/dts/sun8i-h2-plus-orangepi-zero.dts
index f19ed981da9d..061d295bbba7 100644
--- a/arch/arm/boot/dts/sun8i-h2-plus-orangepi-zero.dts
+++ b/arch/arm/boot/dts/sun8i-h2-plus-orangepi-zero.dts
@@ -163,8 +163,8 @@ &ohci1 {
 };
 
 &spi0 {
-	/* Disable SPI NOR by default: it optional on Orange Pi Zero boards */
-	status = "disabled";
+	/* Enable optional SPI NOR by default */
+	status = "okay";
 
 	flash@0 {
 		#address-cells = <1>;
-- 
2.28.0


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* Re: [PATCH] ARM: dts: sun8i: h2+: Enable optional SPI flash on Orange Pi Zero board
  2020-09-29  8:30 [PATCH] ARM: dts: sun8i: h2+: Enable optional SPI flash on Orange Pi Zero board Michal Suchanek
@ 2020-10-08 15:13 ` Maxime Ripard
  2020-10-08 16:02   ` Michal Suchánek
  0 siblings, 1 reply; 8+ messages in thread
From: Maxime Ripard @ 2020-10-08 15:13 UTC (permalink / raw)
  To: Michal Suchanek
  Cc: linux-arm-kernel, Rob Herring, Chen-Yu Tsai, devicetree, linux-kernel

[-- Attachment #1: Type: text/plain, Size: 1245 bytes --]

Hi,

On Tue, Sep 29, 2020 at 10:30:25AM +0200, Michal Suchanek wrote:
> The flash is present on all new boards and users went out of their way
> to add it on the old ones.
> 
> Enabling it makes a more reasonable default.
> 
> Signed-off-by: Michal Suchanek <msuchanek@suse.de>
> ---
>  arch/arm/boot/dts/sun8i-h2-plus-orangepi-zero.dts | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/arch/arm/boot/dts/sun8i-h2-plus-orangepi-zero.dts b/arch/arm/boot/dts/sun8i-h2-plus-orangepi-zero.dts
> index f19ed981da9d..061d295bbba7 100644
> --- a/arch/arm/boot/dts/sun8i-h2-plus-orangepi-zero.dts
> +++ b/arch/arm/boot/dts/sun8i-h2-plus-orangepi-zero.dts
> @@ -163,8 +163,8 @@ &ohci1 {
>  };
>  
>  &spi0 {
> -	/* Disable SPI NOR by default: it optional on Orange Pi Zero boards */
> -	status = "disabled";
> +	/* Enable optional SPI NOR by default */
> +	status = "okay";
>  
>  	flash@0 {
>  		#address-cells = <1>;

Unfortunately, it's optional, so there's really no reason to enable it
all the time. If it's troublesome to users, then the distros or vendors
should make the changes necessary to the hardware, bootloader or their
documentation to make it easier for those users.

Maxime

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 228 bytes --]

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [PATCH] ARM: dts: sun8i: h2+: Enable optional SPI flash on Orange Pi Zero board
  2020-10-08 15:13 ` Maxime Ripard
@ 2020-10-08 16:02   ` Michal Suchánek
  2020-10-08 17:14     ` Maxime Ripard
  0 siblings, 1 reply; 8+ messages in thread
From: Michal Suchánek @ 2020-10-08 16:02 UTC (permalink / raw)
  To: Maxime Ripard
  Cc: linux-arm-kernel, Rob Herring, Chen-Yu Tsai, devicetree, linux-kernel

On Thu, Oct 08, 2020 at 05:13:15PM +0200, Maxime Ripard wrote:
> Hi,
> 
> On Tue, Sep 29, 2020 at 10:30:25AM +0200, Michal Suchanek wrote:
> > The flash is present on all new boards and users went out of their way
> > to add it on the old ones.
> > 
> > Enabling it makes a more reasonable default.
> > 
> > Signed-off-by: Michal Suchanek <msuchanek@suse.de>
> > ---
> >  arch/arm/boot/dts/sun8i-h2-plus-orangepi-zero.dts | 4 ++--
> >  1 file changed, 2 insertions(+), 2 deletions(-)
> > 
> > diff --git a/arch/arm/boot/dts/sun8i-h2-plus-orangepi-zero.dts b/arch/arm/boot/dts/sun8i-h2-plus-orangepi-zero.dts
> > index f19ed981da9d..061d295bbba7 100644
> > --- a/arch/arm/boot/dts/sun8i-h2-plus-orangepi-zero.dts
> > +++ b/arch/arm/boot/dts/sun8i-h2-plus-orangepi-zero.dts
> > @@ -163,8 +163,8 @@ &ohci1 {
> >  };
> >  
> >  &spi0 {
> > -	/* Disable SPI NOR by default: it optional on Orange Pi Zero boards */
> > -	status = "disabled";
> > +	/* Enable optional SPI NOR by default */
> > +	status = "okay";
> >  
> >  	flash@0 {
> >  		#address-cells = <1>;
> 
> Unfortunately, it's optional, so there's really no reason to enable it
> all the time. If it's troublesome to users, then the distros or vendors
> should make the changes necessary to the hardware, bootloader or their
> documentation to make it easier for those users.

I don't understand the reasoning. Why must it be disabled when optional?

By the same reasoning there is no reason to disable it all the time.
Also the boards that do not have the flsh are either broken or obsolete.
So most of the time enabling the flash chip is the right thing.

Or do we need two DTBs like sun8i-h2-plus-orangepi-zero.dts and
sun8i-h2-plus-orangepi-zero-no-spi-nor.dts

There is no way to change the setting on a runnig system, the pins are
routed to the flash pads anyway so are not usable for anything else. The
only thing that happens on boards that do not have the flash is kernel
probing it and complaining that the ID 00 00 00 is not valid SPI NOR
flash memory ID.

Thanks

Michal

Thanks

Michal

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [PATCH] ARM: dts: sun8i: h2+: Enable optional SPI flash on Orange Pi Zero board
  2020-10-08 16:02   ` Michal Suchánek
@ 2020-10-08 17:14     ` Maxime Ripard
  2020-10-08 17:40       ` Michal Suchánek
  0 siblings, 1 reply; 8+ messages in thread
From: Maxime Ripard @ 2020-10-08 17:14 UTC (permalink / raw)
  To: Michal Suchánek
  Cc: linux-arm-kernel, Rob Herring, Chen-Yu Tsai, devicetree, linux-kernel

[-- Attachment #1: Type: text/plain, Size: 3493 bytes --]

On Thu, Oct 08, 2020 at 06:02:19PM +0200, Michal Suchánek wrote:
> On Thu, Oct 08, 2020 at 05:13:15PM +0200, Maxime Ripard wrote:
> > Hi,
> > 
> > On Tue, Sep 29, 2020 at 10:30:25AM +0200, Michal Suchanek wrote:
> > > The flash is present on all new boards and users went out of their way
> > > to add it on the old ones.
> > > 
> > > Enabling it makes a more reasonable default.
> > > 
> > > Signed-off-by: Michal Suchanek <msuchanek@suse.de>
> > > ---
> > >  arch/arm/boot/dts/sun8i-h2-plus-orangepi-zero.dts | 4 ++--
> > >  1 file changed, 2 insertions(+), 2 deletions(-)
> > > 
> > > diff --git a/arch/arm/boot/dts/sun8i-h2-plus-orangepi-zero.dts b/arch/arm/boot/dts/sun8i-h2-plus-orangepi-zero.dts
> > > index f19ed981da9d..061d295bbba7 100644
> > > --- a/arch/arm/boot/dts/sun8i-h2-plus-orangepi-zero.dts
> > > +++ b/arch/arm/boot/dts/sun8i-h2-plus-orangepi-zero.dts
> > > @@ -163,8 +163,8 @@ &ohci1 {
> > >  };
> > >  
> > >  &spi0 {
> > > -	/* Disable SPI NOR by default: it optional on Orange Pi Zero boards */
> > > -	status = "disabled";
> > > +	/* Enable optional SPI NOR by default */
> > > +	status = "okay";
> > >  
> > >  	flash@0 {
> > >  		#address-cells = <1>;
> > 
> > Unfortunately, it's optional, so there's really no reason to enable it
> > all the time. If it's troublesome to users, then the distros or vendors
> > should make the changes necessary to the hardware, bootloader or their
> > documentation to make it easier for those users.
> 
> I don't understand the reasoning. Why must it be disabled when optional?

Think about it the other way around. If we enable everything that is
optional, we're going to have a multitude of conflicts everywhere, and
without a clear decision as to who is "best" and thus how we should
resolve it.

On a separate platform, recently I've been using a VGA bridge for the
RaspberryPi that takes the UART pins as well. It's definitely optional,
should I enable it by default? At the same time, enabling by default the
UART is just as arbitrary and will result in people using the VGA bridge
to complain about their regression (rightfully so).

So, really, if it's optional, it means that it not always there. If it's
not always there, it's meant to be supported by an overlay.

> By the same reasoning there is no reason to disable it all the time.

I'm not sure I follow you here. The least common denominator is that
it's not there, so it's not enabled.

> Also the boards that do not have the flsh are either broken or
> obsolete.

Making general statements without arguments doesn't really make it true
though. Plenty of boards to have flash and are neither broken nor
obsolete.

> So most of the time enabling the flash chip is the right thing.
> 
> Or do we need two DTBs like sun8i-h2-plus-orangepi-zero.dts and
> sun8i-h2-plus-orangepi-zero-no-spi-nor.dts

No, you need sun8i-h2-plus-orangepi-zero plus an overlay for the
SPI-NOR.

> There is no way to change the setting on a runnig system, the pins are
> routed to the flash pads anyway so are not usable for anything else. The
> only thing that happens on boards that do not have the flash is kernel
> probing it and complaining that the ID 00 00 00 is not valid SPI NOR
> flash memory ID.

We have people reporting bugs about completely innocuous error messages
without any side effects already. An error about a missing or broken
storage device will surely raise some eyebrows.

Maxime

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 228 bytes --]

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [PATCH] ARM: dts: sun8i: h2+: Enable optional SPI flash on Orange Pi Zero board
  2020-10-08 17:14     ` Maxime Ripard
@ 2020-10-08 17:40       ` Michal Suchánek
  2020-10-12 15:35         ` Maxime Ripard
  0 siblings, 1 reply; 8+ messages in thread
From: Michal Suchánek @ 2020-10-08 17:40 UTC (permalink / raw)
  To: Maxime Ripard
  Cc: linux-arm-kernel, Rob Herring, Chen-Yu Tsai, devicetree, linux-kernel

On Thu, Oct 08, 2020 at 07:14:54PM +0200, Maxime Ripard wrote:
> On Thu, Oct 08, 2020 at 06:02:19PM +0200, Michal Suchánek wrote:
> > On Thu, Oct 08, 2020 at 05:13:15PM +0200, Maxime Ripard wrote:
> > > Hi,
> > > 
> > > On Tue, Sep 29, 2020 at 10:30:25AM +0200, Michal Suchanek wrote:
> > > > The flash is present on all new boards and users went out of their way
> > > > to add it on the old ones.
> > > > 
> > > > Enabling it makes a more reasonable default.
> > > > 
> > > > Signed-off-by: Michal Suchanek <msuchanek@suse.de>
> > > > ---
> > > >  arch/arm/boot/dts/sun8i-h2-plus-orangepi-zero.dts | 4 ++--
> > > >  1 file changed, 2 insertions(+), 2 deletions(-)
> > > > 
> > > > diff --git a/arch/arm/boot/dts/sun8i-h2-plus-orangepi-zero.dts b/arch/arm/boot/dts/sun8i-h2-plus-orangepi-zero.dts
> > > > index f19ed981da9d..061d295bbba7 100644
> > > > --- a/arch/arm/boot/dts/sun8i-h2-plus-orangepi-zero.dts
> > > > +++ b/arch/arm/boot/dts/sun8i-h2-plus-orangepi-zero.dts
> > > > @@ -163,8 +163,8 @@ &ohci1 {
> > > >  };
> > > >  
> > > >  &spi0 {
> > > > -	/* Disable SPI NOR by default: it optional on Orange Pi Zero boards */
> > > > -	status = "disabled";
> > > > +	/* Enable optional SPI NOR by default */
> > > > +	status = "okay";
> > > >  
> > > >  	flash@0 {
> > > >  		#address-cells = <1>;
> > > 
> > > Unfortunately, it's optional, so there's really no reason to enable it
> > > all the time. If it's troublesome to users, then the distros or vendors
> > > should make the changes necessary to the hardware, bootloader or their
> > > documentation to make it easier for those users.
> > 
> > I don't understand the reasoning. Why must it be disabled when optional?
> 
> Think about it the other way around. If we enable everything that is
> optional, we're going to have a multitude of conflicts everywhere, and
> without a clear decision as to who is "best" and thus how we should
> resolve it.
Conflicts with what?

The SPI0 bus is routed the the flash memory pads. Either there is the
flash mounted or there are free pads. Nothing else on the board uses
these pins. You could possily solder something else there but that's
definitely not part of the board.
> 
> On a separate platform, recently I've been using a VGA bridge for the
> RaspberryPi that takes the UART pins as well. It's definitely optional,
> should I enable it by default? At the same time, enabling by default the
> UART is just as arbitrary and will result in people using the VGA bridge
> to complain about their regression (rightfully so).

That's completely different situation. That bridge is probably not even
part of the board.

> 
> So, really, if it's optional, it means that it not always there. If it's
> not always there, it's meant to be supported by an overlay.
> 
> > By the same reasoning there is no reason to disable it all the time.
> 
> I'm not sure I follow you here. The least common denominator is that
> it's not there, so it's not enabled.

You have two options - have a flash mounted or not. You ask why enable
flash when it is not always present. By the same logic I can ask why
disable it when it is not always absent. Enabling is the more useful
option because it degrades gracefully in the case it is not present. It
does not work the other way around.

> 
> > Also the boards that do not have the flsh are either broken or
> > obsolete.
> 
> Making general statements without arguments doesn't really make it true
> though. Plenty of boards to have flash and are neither broken nor
> obsolete.
Cannot parse this.
> 
> > So most of the time enabling the flash chip is the right thing.
> > 
> > Or do we need two DTBs like sun8i-h2-plus-orangepi-zero.dts and
> > sun8i-h2-plus-orangepi-zero-no-spi-nor.dts
> 
> No, you need sun8i-h2-plus-orangepi-zero plus an overlay for the
> SPI-NOR.
The flash is part of the board. There is no need for an overlay. And
overlays don't exist.

> 
> > There is no way to change the setting on a runnig system, the pins are
> > routed to the flash pads anyway so are not usable for anything else. The
> > only thing that happens on boards that do not have the flash is kernel
> > probing it and complaining that the ID 00 00 00 is not valid SPI NOR
> > flash memory ID.
> 
> We have people reporting bugs about completely innocuous error messages
> without any side effects already. An error about a missing or broken
> storage device will surely raise some eyebrows.

I am sure poeple who have an old Orange Pi Zero know that it is missing
the flash memory.

Thanks

Michal

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [PATCH] ARM: dts: sun8i: h2+: Enable optional SPI flash on Orange Pi Zero board
  2020-10-08 17:40       ` Michal Suchánek
@ 2020-10-12 15:35         ` Maxime Ripard
  2020-10-12 17:03           ` Michal Suchánek
  0 siblings, 1 reply; 8+ messages in thread
From: Maxime Ripard @ 2020-10-12 15:35 UTC (permalink / raw)
  To: Michal Suchánek
  Cc: linux-arm-kernel, Rob Herring, Chen-Yu Tsai, devicetree, linux-kernel

[-- Attachment #1: Type: text/plain, Size: 5553 bytes --]

On Thu, Oct 08, 2020 at 07:40:44PM +0200, Michal Suchánek wrote:
> On Thu, Oct 08, 2020 at 07:14:54PM +0200, Maxime Ripard wrote:
> > On Thu, Oct 08, 2020 at 06:02:19PM +0200, Michal Suchánek wrote:
> > > On Thu, Oct 08, 2020 at 05:13:15PM +0200, Maxime Ripard wrote:
> > > > Hi,
> > > > 
> > > > On Tue, Sep 29, 2020 at 10:30:25AM +0200, Michal Suchanek wrote:
> > > > > The flash is present on all new boards and users went out of their way
> > > > > to add it on the old ones.
> > > > > 
> > > > > Enabling it makes a more reasonable default.
> > > > > 
> > > > > Signed-off-by: Michal Suchanek <msuchanek@suse.de>
> > > > > ---
> > > > >  arch/arm/boot/dts/sun8i-h2-plus-orangepi-zero.dts | 4 ++--
> > > > >  1 file changed, 2 insertions(+), 2 deletions(-)
> > > > > 
> > > > > diff --git a/arch/arm/boot/dts/sun8i-h2-plus-orangepi-zero.dts b/arch/arm/boot/dts/sun8i-h2-plus-orangepi-zero.dts
> > > > > index f19ed981da9d..061d295bbba7 100644
> > > > > --- a/arch/arm/boot/dts/sun8i-h2-plus-orangepi-zero.dts
> > > > > +++ b/arch/arm/boot/dts/sun8i-h2-plus-orangepi-zero.dts
> > > > > @@ -163,8 +163,8 @@ &ohci1 {
> > > > >  };
> > > > >  
> > > > >  &spi0 {
> > > > > -	/* Disable SPI NOR by default: it optional on Orange Pi Zero boards */
> > > > > -	status = "disabled";
> > > > > +	/* Enable optional SPI NOR by default */
> > > > > +	status = "okay";
> > > > >  
> > > > >  	flash@0 {
> > > > >  		#address-cells = <1>;
> > > > 
> > > > Unfortunately, it's optional, so there's really no reason to enable it
> > > > all the time. If it's troublesome to users, then the distros or vendors
> > > > should make the changes necessary to the hardware, bootloader or their
> > > > documentation to make it easier for those users.
> > > 
> > > I don't understand the reasoning. Why must it be disabled when optional?
> > 
> > Think about it the other way around. If we enable everything that is
> > optional, we're going to have a multitude of conflicts everywhere, and
> > without a clear decision as to who is "best" and thus how we should
> > resolve it.
> Conflicts with what?
> 
> The SPI0 bus is routed the the flash memory pads. Either there is the
> flash mounted or there are free pads. Nothing else on the board uses
> these pins. You could possily solder something else there but that's
> definitely not part of the board.
> > 
> > On a separate platform, recently I've been using a VGA bridge for the
> > RaspberryPi that takes the UART pins as well. It's definitely optional,
> > should I enable it by default? At the same time, enabling by default the
> > UART is just as arbitrary and will result in people using the VGA bridge
> > to complain about their regression (rightfully so).
> 
> That's completely different situation. That bridge is probably not even
> part of the board.
> 
> > 
> > So, really, if it's optional, it means that it not always there. If it's
> > not always there, it's meant to be supported by an overlay.
> > 
> > > By the same reasoning there is no reason to disable it all the time.
> > 
> > I'm not sure I follow you here. The least common denominator is that
> > it's not there, so it's not enabled.
> 
> You have two options - have a flash mounted or not. You ask why enable
> flash when it is not always present. By the same logic I can ask why
> disable it when it is not always absent. Enabling is the more useful
> option because it degrades gracefully in the case it is not present. It
> does not work the other way around.
> 
> > 
> > > Also the boards that do not have the flsh are either broken or
> > > obsolete.
> > 
> > Making general statements without arguments doesn't really make it true
> > though. Plenty of boards to have flash and are neither broken nor
> > obsolete.
>
> Cannot parse this.

"Plenty of boards do not have flash and are neither broken nor obsolete"

> > 
> > > So most of the time enabling the flash chip is the right thing.
> > > 
> > > Or do we need two DTBs like sun8i-h2-plus-orangepi-zero.dts and
> > > sun8i-h2-plus-orangepi-zero-no-spi-nor.dts
> > 
> > No, you need sun8i-h2-plus-orangepi-zero plus an overlay for the
> > SPI-NOR.
>
> The flash is part of the board.

Not always though.

> There is no need for an overlay.

Overlays are here to deal with the "not always though" situation...

> And overlays don't exist.

If you want to believe that, please go ahead.

But there's support for it in libfdt, and you can either apply them
directly through the U-Boot command line, or bundle them in a FIT image.

Plenty of support for something that doesn't exist.

> > 
> > > There is no way to change the setting on a runnig system, the pins are
> > > routed to the flash pads anyway so are not usable for anything else. The
> > > only thing that happens on boards that do not have the flash is kernel
> > > probing it and complaining that the ID 00 00 00 is not valid SPI NOR
> > > flash memory ID.
> > 
> > We have people reporting bugs about completely innocuous error messages
> > without any side effects already. An error about a missing or broken
> > storage device will surely raise some eyebrows.
> 
> I am sure poeple who have an old Orange Pi Zero know that it is missing
> the flash memory.

Do you really expect every single user on an Orange Pi Zero to know
exactly the revision it has and whether or not it's been bundled with a
SPI flash if it's the older ones (with the proper definition of older
ones)?

Maxime

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 228 bytes --]

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [PATCH] ARM: dts: sun8i: h2+: Enable optional SPI flash on Orange Pi Zero board
  2020-10-12 15:35         ` Maxime Ripard
@ 2020-10-12 17:03           ` Michal Suchánek
  2020-10-19 10:08             ` Maxime Ripard
  0 siblings, 1 reply; 8+ messages in thread
From: Michal Suchánek @ 2020-10-12 17:03 UTC (permalink / raw)
  To: Maxime Ripard
  Cc: linux-arm-kernel, Rob Herring, Chen-Yu Tsai, devicetree, linux-kernel

On Mon, Oct 12, 2020 at 05:35:07PM +0200, Maxime Ripard wrote:
> On Thu, Oct 08, 2020 at 07:40:44PM +0200, Michal Suchánek wrote:
> > On Thu, Oct 08, 2020 at 07:14:54PM +0200, Maxime Ripard wrote:
> > > On Thu, Oct 08, 2020 at 06:02:19PM +0200, Michal Suchánek wrote:
> > > > On Thu, Oct 08, 2020 at 05:13:15PM +0200, Maxime Ripard wrote:
> > > > > Hi,
> > > > > 
> > > > > On Tue, Sep 29, 2020 at 10:30:25AM +0200, Michal Suchanek wrote:
> > > > > > The flash is present on all new boards and users went out of their way
> > > > > > to add it on the old ones.
> > > > > > 
> > > > > > Enabling it makes a more reasonable default.
> > > > > > 
> > > > > > Signed-off-by: Michal Suchanek <msuchanek@suse.de>
> > > > > > ---
> > > > > >  arch/arm/boot/dts/sun8i-h2-plus-orangepi-zero.dts | 4 ++--
> > > > > >  1 file changed, 2 insertions(+), 2 deletions(-)
> > > > > > 
> > > > > > diff --git a/arch/arm/boot/dts/sun8i-h2-plus-orangepi-zero.dts b/arch/arm/boot/dts/sun8i-h2-plus-orangepi-zero.dts
> > > > > > index f19ed981da9d..061d295bbba7 100644
> > > > > > --- a/arch/arm/boot/dts/sun8i-h2-plus-orangepi-zero.dts
> > > > > > +++ b/arch/arm/boot/dts/sun8i-h2-plus-orangepi-zero.dts
> > > > > > @@ -163,8 +163,8 @@ &ohci1 {
> > > > > >  };
> > > > > >  
> > > > > >  &spi0 {
> > > > > > -	/* Disable SPI NOR by default: it optional on Orange Pi Zero boards */
> > > > > > -	status = "disabled";
> > > > > > +	/* Enable optional SPI NOR by default */
> > > > > > +	status = "okay";
> > > > > >  
> > > > > >  	flash@0 {
> > > > > >  		#address-cells = <1>;
> > > > > 
> > > > > Unfortunately, it's optional, so there's really no reason to enable it
> > > > > all the time. If it's troublesome to users, then the distros or vendors
> > > > > should make the changes necessary to the hardware, bootloader or their
> > > > > documentation to make it easier for those users.
> > > > 
> > > > I don't understand the reasoning. Why must it be disabled when optional?
> > > 
> > > Think about it the other way around. If we enable everything that is
> > > optional, we're going to have a multitude of conflicts everywhere, and
> > > without a clear decision as to who is "best" and thus how we should
> > > resolve it.
> > Conflicts with what?
> > 
> > The SPI0 bus is routed the the flash memory pads. Either there is the
> > flash mounted or there are free pads. Nothing else on the board uses
> > these pins. You could possily solder something else there but that's
> > definitely not part of the board.
> > > 
> > > On a separate platform, recently I've been using a VGA bridge for the
> > > RaspberryPi that takes the UART pins as well. It's definitely optional,
> > > should I enable it by default? At the same time, enabling by default the
> > > UART is just as arbitrary and will result in people using the VGA bridge
> > > to complain about their regression (rightfully so).
> > 
> > That's completely different situation. That bridge is probably not even
> > part of the board.
> > 
> > > 
> > > So, really, if it's optional, it means that it not always there. If it's
> > > not always there, it's meant to be supported by an overlay.
> > > 
> > > > By the same reasoning there is no reason to disable it all the time.
> > > 
> > > I'm not sure I follow you here. The least common denominator is that
> > > it's not there, so it's not enabled.
> > 
> > You have two options - have a flash mounted or not. You ask why enable
> > flash when it is not always present. By the same logic I can ask why
> > disable it when it is not always absent. Enabling is the more useful
> > option because it degrades gracefully in the case it is not present. It
> > does not work the other way around.
> > 
> > > 
> > > > Also the boards that do not have the flsh are either broken or
> > > > obsolete.
> > > 
> > > Making general statements without arguments doesn't really make it true
> > > though. Plenty of boards to have flash and are neither broken nor
> > > obsolete.
> >
> > Cannot parse this.
> 
> "Plenty of boards do not have flash and are neither broken nor obsolete"
The product description of Orange Pi Zero clearly states there is a
flash memory: http://www.orangepi.org/orangepizero/

When you order an Orange Pi Zero it comes with a flash memory. That is
not what the device tree describes. The device tree is supposed to
descrbe the hardware. If it does not it is broken.

If you have a board without a flash memory I do not know what it is but
it is clearly not an Orange Pi Zero because it comes with one.
> 
> > > 
> > > > So most of the time enabling the flash chip is the right thing.
> > > > 
> > > > Or do we need two DTBs like sun8i-h2-plus-orangepi-zero.dts and
> > > > sun8i-h2-plus-orangepi-zero-no-spi-nor.dts
> > > 
> > > No, you need sun8i-h2-plus-orangepi-zero plus an overlay for the
> > > SPI-NOR.
> >
> > The flash is part of the board.
> 
> Not always though.
No, it always comes with one. You must be speaking of a different board
then.
> 
> > There is no need for an overlay.
> 
> Overlays are here to deal with the "not always though" situation...
There are no overlays in the kernel. Please show me tho code in the
kernel for handling overlays.
> 
> > And overlays don't exist.
> 
> If you want to believe that, please go ahead.
> 
> But there's support for it in libfdt, and you can either apply them
> directly through the U-Boot command line, or bundle them in a FIT image.
And as you state the user ususally does not know which version of the Pi
they have. How are they supposed to know that they should apply an
overlay through u-boot commandline (if they even get to see one) or
bundle them in a FIT image (if they are even using a FIT image).

I am doing neither. I boot a standard distribution kernel from EFI grub.

I understand that it would be nice to support two almost identical
boards with a single device tree. However, if an error about missing
flash memory is not acceptable, and the kernel does not support enabling
the flash memory dynamically we need two device trees then.
> 
> Plenty of support for something that doesn't exist.
> 
> > > 
> > > > There is no way to change the setting on a runnig system, the pins are
> > > > routed to the flash pads anyway so are not usable for anything else. The
> > > > only thing that happens on boards that do not have the flash is kernel
> > > > probing it and complaining that the ID 00 00 00 is not valid SPI NOR
> > > > flash memory ID.
> > > 
> > > We have people reporting bugs about completely innocuous error messages
> > > without any side effects already. An error about a missing or broken
> > > storage device will surely raise some eyebrows.
> > 
> > I am sure poeple who have an old Orange Pi Zero know that it is missing
> > the flash memory.
> 
> Do you really expect every single user on an Orange Pi Zero to know
> exactly the revision it has and whether or not it's been bundled with a
> SPI flash if it's the older ones (with the proper definition of older
> ones)?

And how is the user supposed to tell when the flash is disabled and thre
is no way to enable it?

Thanks

Michal

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [PATCH] ARM: dts: sun8i: h2+: Enable optional SPI flash on Orange Pi Zero board
  2020-10-12 17:03           ` Michal Suchánek
@ 2020-10-19 10:08             ` Maxime Ripard
  0 siblings, 0 replies; 8+ messages in thread
From: Maxime Ripard @ 2020-10-19 10:08 UTC (permalink / raw)
  To: Michal Suchánek
  Cc: linux-arm-kernel, Rob Herring, Chen-Yu Tsai, devicetree, linux-kernel

[-- Attachment #1: Type: text/plain, Size: 3325 bytes --]

On Mon, Oct 12, 2020 at 07:03:25PM +0200, Michal Suchánek wrote:
> > > > 
> > > > > Also the boards that do not have the flsh are either broken or
> > > > > obsolete.
> > > > 
> > > > Making general statements without arguments doesn't really make it true
> > > > though. Plenty of boards to have flash and are neither broken nor
> > > > obsolete.
> > >
> > > Cannot parse this.
> > 
> > "Plenty of boards do not have flash and are neither broken nor obsolete"
> The product description of Orange Pi Zero clearly states there is a
> flash memory: http://www.orangepi.org/orangepizero/
> 
> When you order an Orange Pi Zero it comes with a flash memory. That is
> not what the device tree describes. The device tree is supposed to
> descrbe the hardware. If it does not it is broken.
> 
> If you have a board without a flash memory I do not know what it is but
> it is clearly not an Orange Pi Zero because it comes with one.

If you're buying it today, yes. If you take a random Orange Pi Zero that
has been sold at any point in time, you cannot make that statement.

> > > > 
> > > > > So most of the time enabling the flash chip is the right thing.
> > > > > 
> > > > > Or do we need two DTBs like sun8i-h2-plus-orangepi-zero.dts and
> > > > > sun8i-h2-plus-orangepi-zero-no-spi-nor.dts
> > > > 
> > > > No, you need sun8i-h2-plus-orangepi-zero plus an overlay for the
> > > > SPI-NOR.
> > >
> > > The flash is part of the board.
> > 
> > Not always though.
> No, it always comes with one. You must be speaking of a different board
> then.
> > 
> > > There is no need for an overlay.
> > 
> > Overlays are here to deal with the "not always though" situation...
>
> There are no overlays in the kernel. Please show me tho code in the
> kernel for handling overlays.

You're the one that mentioned the kernel here, but here you are:
https://elixir.bootlin.com/linux/v5.9.1/source/include/linux/of.h#L1455

And a driver using it:
https://elixir.bootlin.com/linux/v5.9.1/source/drivers/gpu/drm/rcar-du/rcar_du_of.c#L44

> > > And overlays don't exist.
> > 
> > If you want to believe that, please go ahead.
> > 
> > But there's support for it in libfdt, and you can either apply them
> > directly through the U-Boot command line, or bundle them in a FIT image.
>
> And as you state the user ususally does not know which version of the Pi
> they have. How are they supposed to know that they should apply an
> overlay through u-boot commandline (if they even get to see one)

Documentation?

> bundle them in a FIT image (if they are even using a FIT image).

That would be the distro's job, not the user's.

> I am doing neither. I boot a standard distribution kernel from EFI
> grub.
> 
> I understand that it would be nice to support two almost identical
> boards with a single device tree. However, if an error about missing
> flash memory is not acceptable, and the kernel does not support
> enabling the flash memory dynamically we need two device trees then.

You keep moving the goalposts, but U-boot is perfectly able to apply an
overlay automatically at boot without the user's intervention. We're
already making it select various DTs for the pine64 and pine64+ to have
a single image for both, or for the pinephone variants.

Maxime

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 228 bytes --]

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2020-10-19 10:08 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-29  8:30 [PATCH] ARM: dts: sun8i: h2+: Enable optional SPI flash on Orange Pi Zero board Michal Suchanek
2020-10-08 15:13 ` Maxime Ripard
2020-10-08 16:02   ` Michal Suchánek
2020-10-08 17:14     ` Maxime Ripard
2020-10-08 17:40       ` Michal Suchánek
2020-10-12 15:35         ` Maxime Ripard
2020-10-12 17:03           ` Michal Suchánek
2020-10-19 10:08             ` Maxime Ripard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).