forked from pool/u-boot
- Update to 2024.04: * Full changelog available at: https://source.denx.de/u-boot/u-boot/-/compare/v2024.01...v2024.04 - Patch queue updated from https://github.com/openSUSE/u-boot.git tumbleweed-2024.04 * Patches dropped: 0017-rpi5-add-initial-memory-map-for-bcm.patch 0018-rpi5-Use-devicetree-as-alternative-.patch 0019-rpi5-Use-devicetree-to-retrieve-boa.patch 0020-bcm2835-Dynamically-calculate-bytes.patch 0021-mmc-bcmstb-Add-support-for-bcm2712-.patch 0022-configs-rpi_arm64-enable-SDHCI-BCMS.patch 0023-configs-rpi_arm64-build-position-in.patch OBS-URL: https://build.opensuse.org/request/show/1165560 OBS-URL: https://build.opensuse.org/package/show/hardware:boot/u-boot?expand=0&rev=208
30 lines
1.0 KiB
Diff
30 lines
1.0 KiB
Diff
From d09f40c7973b145e5bae547b5ba99b04f39e41d9 Mon Sep 17 00:00:00 2001
|
|
From: Michal Suchanek <msuchanek@suse.de>
|
|
Date: Mon, 28 Sep 2020 23:02:01 +0200
|
|
Subject: [PATCH] sunxi: dts: OrangePi Zero: Enable SPI flash.
|
|
|
|
This flash is optional but new boards do have it, and on boards that
|
|
don't the pins are routed to the flash pads anyway.
|
|
|
|
Signed-off-by: Michal Suchanek <msuchanek@suse.de>
|
|
Signed-off-by: Matthias Brugger <mbrugger@suse.com>
|
|
---
|
|
arch/arm/dts/sun8i-h2-plus-orangepi-zero.dts | 4 ++--
|
|
1 file changed, 2 insertions(+), 2 deletions(-)
|
|
|
|
diff --git a/arch/arm/dts/sun8i-h2-plus-orangepi-zero.dts b/arch/arm/dts/sun8i-h2-plus-orangepi-zero.dts
|
|
index c3660f72d9..80c1e66b38 100644
|
|
--- a/arch/arm/dts/sun8i-h2-plus-orangepi-zero.dts
|
|
+++ b/arch/arm/dts/sun8i-h2-plus-orangepi-zero.dts
|
|
@@ -164,8 +164,8 @@
|
|
};
|
|
|
|
&spi0 {
|
|
- /* Disable SPI NOR by default: it optional on Orange Pi Zero boards */
|
|
- status = "disabled";
|
|
+ /* Enable SPI NOR by default: it optional on Orange Pi Zero boards */
|
|
+ status = "okay";
|
|
|
|
flash@0 {
|
|
#address-cells = <1>;
|