Message ID | 62c4e6be12771f3120f67a328a51ac360dc468d2.1657826188.git.msuchanek@suse.de (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | [1/2] mtd: spi-nor: When a flash memory is missing do not report an error | expand |
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 3706216ffb40..4f782b1bdf27 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>;
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> --- Link: https://lore.kernel.org/all/20200929083025.2089-1-msuchanek@suse.de/ arch/arm/boot/dts/sun8i-h2-plus-orangepi-zero.dts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)