Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1296071

Re: [PATCH v2 2/9] ARM: mvebu: kirkwood: Add compatible property to "partitions" node

From Gregory CLEMENT <gregory.clement@free-electrons.com>
Newsgroups linux.kernel
Subject Re: [PATCH v2 2/9] ARM: mvebu: kirkwood: Add compatible property to "partitions" node
Date 2015-12-21 18:00 +0100
Message-ID <qIbYu-zb-3@gated-at.bofh.it> (permalink)
References <qI62J-5iw-9@gated-at.bofh.it> <qI62J-5iw-19@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


Hi Geert,
 
 On lun., déc. 21 2015, Geert Uytterhoeven <geert+renesas@glider.be> wrote:

> As of commit e488ca9f8d4f62c2 ("doc: dt: mtd: partitions: add compatible
> property to "partitions" node"), the "partitions" subnode of an SPI
> FLASH device node must have a compatible property. The partitions are no
> longer detected if it is not present.
>
> Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>

Applied on mvebu/dt

Thanks,

Gregory

> ---
> v2:
>   - New.
> ---
>  arch/arm/boot/dts/kirkwood-pogoplug-series-4.dts | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/arch/arm/boot/dts/kirkwood-pogoplug-series-4.dts b/arch/arm/boot/dts/kirkwood-pogoplug-series-4.dts
> index 1db6f2c506cce320..8082d64266a37c33 100644
> --- a/arch/arm/boot/dts/kirkwood-pogoplug-series-4.dts
> +++ b/arch/arm/boot/dts/kirkwood-pogoplug-series-4.dts
> @@ -131,6 +131,7 @@
>  	chip-delay = <40>;
>  	status = "okay";
>  	partitions {
> +		compatible = "fixed-partitions";
>  		#address-cells = <1>;
>  		#size-cells = <1>;
>  
> -- 
> 1.9.1
>

-- 
Gregory Clement, Free Electrons
Kernel, drivers, real-time and embedded Linux
development, consulting, training and support.
http://free-electrons.com
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

[PATCH v2 0/9] ARM: dts: Add compatible property to "partitions" node Geert Uytterhoeven <geert+renesas@glider.be> - 2015-12-21 11:40 +0100
  [PATCH v2 3/9] ARM: shmobile: bockw dts: Add compatible property to "partitions" node Geert Uytterhoeven <geert+renesas@glider.be> - 2015-12-21 11:40 +0100
  [PATCH v2 7/9] ARM: shmobile: gose dts: Add compatible property to "partitions" node Geert Uytterhoeven <geert+renesas@glider.be> - 2015-12-21 11:40 +0100
  [PATCH v2 4/9] ARM: shmobile: lager dts: Add compatible property to "partitions" node Geert Uytterhoeven <geert+renesas@glider.be> - 2015-12-21 11:40 +0100
  [PATCH v2 2/9] ARM: mvebu: kirkwood: Add compatible property to "partitions" node Geert Uytterhoeven <geert+renesas@glider.be> - 2015-12-21 11:40 +0100
    Re: [PATCH v2 2/9] ARM: mvebu: kirkwood: Add compatible property to "partitions" node Gregory CLEMENT <gregory.clement@free-electrons.com> - 2015-12-21 18:00 +0100
  [PATCH v2 1/9] ARM: mvebu: ix4-300d: Add compatible property to "partitions" node Geert Uytterhoeven <geert+renesas@glider.be> - 2015-12-21 11:40 +0100
    Re: [PATCH v2 1/9] ARM: mvebu: ix4-300d: Add compatible property to "partitions" node Gregory CLEMENT <gregory.clement@free-electrons.com> - 2015-12-21 17:50 +0100
      Re: [PATCH v2 1/9] ARM: mvebu: ix4-300d: Add compatible property to  "partitions" node Olof Johansson <olof@lixom.net> - 2015-12-22 22:30 +0100
        Re: [PATCH v2 1/9] ARM: mvebu: ix4-300d: Add compatible property to "partitions" node Gregory CLEMENT <gregory.clement@free-electrons.com> - 2015-12-23 12:20 +0100
  [PATCH v2 6/9] ARM: shmobile: porter dts: Add compatible property to "partitions" node Geert Uytterhoeven <geert+renesas@glider.be> - 2015-12-21 11:40 +0100
  [PATCH v2 5/9] ARM: shmobile: koelsch dts: Add compatible property to "partitions" node Geert Uytterhoeven <geert+renesas@glider.be> - 2015-12-21 11:40 +0100
  Re: [PATCH v2 0/9] ARM: dts: Add compatible property to "partitions"  node Olof Johansson <olof@lixom.net> - 2015-12-22 22:30 +0100
    Re: [PATCH v2 0/9] ARM: dts: Add compatible property to "partitions" node Gregory CLEMENT <gregory.clement@free-electrons.com> - 2015-12-23 12:10 +0100
      Re: [PATCH v2 0/9] ARM: dts: Add compatible property to "partitions" node Geert Uytterhoeven <geert@linux-m68k.org> - 2015-12-23 15:30 +0100
  Re: [PATCH v2 0/9] ARM: dts: Add compatible property to "partitions"  node Simon Horman <horms@verge.net.au> - 2015-12-28 06:10 +0100
    Re: [PATCH v2 0/9] ARM: dts: Add compatible property to "partitions" node Geert Uytterhoeven <geert@linux-m68k.org> - 2015-12-28 11:20 +0100

csiph-web