diff options
author | Geert Uytterhoeven | 2023-08-30 17:11:55 +0200 |
---|---|---|
committer | Thomas Bogendoerfer | 2023-10-06 10:12:10 +0200 |
commit | 04318868abaa82f7c6e9e0ce323aa5460b7fc9da (patch) | |
tree | 71802a66b1987a0e2ce034fa9aee85928c1189fe /arch/mips | |
parent | 595b2c5917d89f5aeeecb4c74e29c0ecfabdc7e9 (diff) |
mips: dts: ingenic: Remove unneeded probe-type properties
The "probe-type" property was only needed when used with the
(long obsolete) "direct-mapped" compatible value.
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
Diffstat (limited to 'arch/mips')
-rw-r--r-- | arch/mips/boot/dts/ingenic/jz4725b.dtsi | 1 | ||||
-rw-r--r-- | arch/mips/boot/dts/ingenic/jz4770.dtsi | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/arch/mips/boot/dts/ingenic/jz4725b.dtsi b/arch/mips/boot/dts/ingenic/jz4725b.dtsi index acbbe8c4664c..c5c5a094c37d 100644 --- a/arch/mips/boot/dts/ingenic/jz4725b.dtsi +++ b/arch/mips/boot/dts/ingenic/jz4725b.dtsi @@ -366,7 +366,6 @@ rom: memory@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 9c0099919db7..504e895e916e 100644 --- a/arch/mips/boot/dts/ingenic/jz4770.dtsi +++ b/arch/mips/boot/dts/ingenic/jz4770.dtsi @@ -461,7 +461,6 @@ rom: memory@1fc00000 { compatible = "mtd-rom"; - probe-type = "map_rom"; reg = <0x1fc00000 0x2000>; bank-width = <4>; |