Message ID | 75d57f5e6dd25d5e8eff1260d289e905bb5cfad2.1693408196.git.geert+renesas@glider.be (mailing list archive) |
---|---|
State | Accepted |
Commit | 04318868abaa82f7c6e9e0ce323aa5460b7fc9da |
Headers | show |
Series | mips: dts: ingenic: Remove unneeded probe-type properties | expand |
On Wed, Aug 30, 2023 at 05:11:55PM +0200, Geert Uytterhoeven wrote: > 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> > --- > 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@130d0000 { > > 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 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@13440000 { > > rom: memory@1fc00000 { > compatible = "mtd-rom"; > - probe-type = "map_rom"; > reg = <0x1fc00000 0x2000>; > > bank-width = <4>; > -- > 2.34.1 > applied to mips-next. Thomas.
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@130d0000 { 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 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@13440000 { rom: memory@1fc00000 { compatible = "mtd-rom"; - probe-type = "map_rom"; reg = <0x1fc00000 0x2000>; bank-width = <4>;
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> --- arch/mips/boot/dts/ingenic/jz4725b.dtsi | 1 - arch/mips/boot/dts/ingenic/jz4770.dtsi | 1 - 2 files changed, 2 deletions(-)