[dev-5.7 v1 3/4] dts: npcm7xx: remove direct read mapping in FIU
Tomer Maimon
tmaimon77 at gmail.com
Sun Sep 13 19:51:25 AEST 2020
Remove direct read mapping in FIU for disable direct read
because SPI-NOR core dosen't support it.
Signed-off-by: Tomer Maimon <tmaimon77 at gmail.com>
---
arch/arm/boot/dts/nuvoton-common-npcm7xx.dtsi | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/arch/arm/boot/dts/nuvoton-common-npcm7xx.dtsi b/arch/arm/boot/dts/nuvoton-common-npcm7xx.dtsi
index bd7daa334f6c..a7fabf7b1a3b 100644
--- a/arch/arm/boot/dts/nuvoton-common-npcm7xx.dtsi
+++ b/arch/arm/boot/dts/nuvoton-common-npcm7xx.dtsi
@@ -230,7 +230,7 @@
compatible = "nuvoton,npcm750-fiu";
#address-cells = <1>;
#size-cells = <0>;
- reg = <0xfb000000 0x1000>, <0x80000000 0x10000000>;
+ reg = <0xfb000000 0x1000>;
reg-names = "control", "memory";
clocks = <&clk NPCM7XX_CLK_SPI0>;
clock-names = "clk_spi0";
@@ -241,7 +241,7 @@
compatible = "nuvoton,npcm750-fiu";
#address-cells = <1>;
#size-cells = <0>;
- reg = <0xc0000000 0x1000>, <0xA0000000 0x20000000>;
+ reg = <0xc0000000 0x1000>;
reg-names = "control", "memory";
clocks = <&clk NPCM7XX_CLK_SPI3>;
clock-names = "clk_spi3";
@@ -254,7 +254,7 @@
compatible = "nuvoton,npcm750-fiu";
#address-cells = <1>;
#size-cells = <0>;
- reg = <0xfb001000 0x1000>, <0xf8000000 0x2000000>;
+ reg = <0xfb001000 0x1000>;
reg-names = "control", "memory";
clocks = <&clk NPCM7XX_CLK_SPIX>;
clock-names = "clk_spix";
--
2.22.0
More information about the openbmc
mailing list