[PATCH] mips: dts: ingenic: Remove unneeded probe-type properties

Geert Uytterhoeven geert+renesas at glider.be
Wed Aug 30 08:11:55 PDT 2023


The "probe-type" property was only needed when used with the
(long obsolete) "direct-mapped" compatible value.

Signed-off-by: Geert Uytterhoeven <geert+renesas at glider.be>
---
 arch/mips/boot/dts/ingenic/jz4725b.dtsi | 1 -
 arch/mips/boot/dts/ingenic/jz4770.dtsi  | 1 -
 2 files changed, 2 deletions(-)

diff --git a/arch/mips/boot/dts/ingenic/jz4725b.dtsi b/arch/mips/boot/dts/ingenic/jz4725b.dtsi
index acbbe8c4664c110e..c5c5a094c37d2e08 100644
--- a/arch/mips/boot/dts/ingenic/jz4725b.dtsi
+++ b/arch/mips/boot/dts/ingenic/jz4725b.dtsi
@@ -366,7 +366,6 @@ bch: ecc-controller at 130d0000 {
 
 	rom: memory at 1fc00000 {
 		compatible = "mtd-rom";
-		probe-type = "map_rom";
 		reg = <0x1fc00000 0x2000>;
 
 		bank-width = <4>;
diff --git a/arch/mips/boot/dts/ingenic/jz4770.dtsi b/arch/mips/boot/dts/ingenic/jz4770.dtsi
index 9c0099919db7aba9..504e895e916e57bf 100644
--- a/arch/mips/boot/dts/ingenic/jz4770.dtsi
+++ b/arch/mips/boot/dts/ingenic/jz4770.dtsi
@@ -461,7 +461,6 @@ usb_otg: usb at 13440000 {
 
 	rom: memory at 1fc00000 {
 		compatible = "mtd-rom";
-		probe-type = "map_rom";
 		reg = <0x1fc00000 0x2000>;
 
 		bank-width = <4>;
-- 
2.34.1




More information about the linux-mtd mailing list