* [GIT PULL] Renesas ARM Based SoC DT Fixes for v4.5
@ 2016-01-11 4:32 Simon Horman
2016-01-11 4:32 ` [PATCH 1/6] ARM: dts: bockw: Add compatible property to "partitions" node Simon Horman
` (6 more replies)
0 siblings, 7 replies; 8+ messages in thread
From: Simon Horman @ 2016-01-11 4:32 UTC (permalink / raw)
To: linux-arm-kernel
Hi Olof, Hi Kevin, Hi Arnd,
Please consider these Renesas ARM based SoC DT fixes for v4.5.
This pull request is based on the
"Third Round of Renesas ARM Based SoC DT Updates for v4.5",
tagged as renesas-dt3-for-v4.5, which you have already pulled.
This adds the required property to partitions nodes for the device trees
of Renesas ARM Based SoC which have such a node added in patches queued up
for v4.5.
The following changes since commit d01c8bec91414f2110370dfcb9dd33fc0e573cee:
ARM: shmobile: r8a779x: use SoC-specific usb-dmac compatibility strings (2015-12-17 10:10:54 +0900)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git tags/renesas-dt-fixes-for-v4.5
for you to fetch changes up to 8bc403b78ffb774d8dc944abb0826c46c0dca09d:
ARM: dts: silk: Add compatible property to "partitions" node (2016-01-07 08:39:06 +1100)
----------------------------------------------------------------
Renesas ARM Based SoC DT Fixes for v4.5
* Add compatible property to "partitions" node
As of commit e488ca9f8d4f62c2 ("doc: dt: mtd: partitions: add compatible
property to "partitions" node"), which is in v4.4-rc6, 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.
----------------------------------------------------------------
Geert Uytterhoeven (6):
ARM: dts: bockw: Add compatible property to "partitions" node
ARM: dts: lager: Add compatible property to "partitions" node
ARM: dts: koelsch: Add compatible property to "partitions" node
ARM: dts: porter: Add compatible property to "partitions" node
ARM: dts: gose: Add compatible property to "partitions" node
ARM: dts: silk: Add compatible property to "partitions" node
arch/arm/boot/dts/r8a7778-bockw.dts | 1 +
arch/arm/boot/dts/r8a7790-lager.dts | 1 +
arch/arm/boot/dts/r8a7791-koelsch.dts | 1 +
arch/arm/boot/dts/r8a7791-porter.dts | 1 +
arch/arm/boot/dts/r8a7793-gose.dts | 1 +
arch/arm/boot/dts/r8a7794-silk.dts | 1 +
6 files changed, 6 insertions(+)
^ permalink raw reply [flat|nested] 8+ messages in thread
* [PATCH 1/6] ARM: dts: bockw: Add compatible property to "partitions" node
2016-01-11 4:32 [GIT PULL] Renesas ARM Based SoC DT Fixes for v4.5 Simon Horman
@ 2016-01-11 4:32 ` Simon Horman
2016-01-11 4:32 ` [PATCH 2/6] ARM: dts: lager: " Simon Horman
` (5 subsequent siblings)
6 siblings, 0 replies; 8+ messages in thread
From: Simon Horman @ 2016-01-11 4:32 UTC (permalink / raw)
To: linux-arm-kernel
From: Geert Uytterhoeven <geert+renesas@glider.be>
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>
Acked-by: Brian Norris <computersforpeace@gmail.com>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
---
arch/arm/boot/dts/r8a7778-bockw.dts | 1 +
1 file changed, 1 insertion(+)
diff --git a/arch/arm/boot/dts/r8a7778-bockw.dts b/arch/arm/boot/dts/r8a7778-bockw.dts
index b1aa02599229..a52b359e2ae2 100644
--- a/arch/arm/boot/dts/r8a7778-bockw.dts
+++ b/arch/arm/boot/dts/r8a7778-bockw.dts
@@ -199,6 +199,7 @@
m25p,fast-read;
partitions {
+ compatible = "fixed-partitions";
#address-cells = <1>;
#size-cells = <1>;
--
2.7.0.rc3.207.g0ac5344
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [PATCH 2/6] ARM: dts: lager: Add compatible property to "partitions" node
2016-01-11 4:32 [GIT PULL] Renesas ARM Based SoC DT Fixes for v4.5 Simon Horman
2016-01-11 4:32 ` [PATCH 1/6] ARM: dts: bockw: Add compatible property to "partitions" node Simon Horman
@ 2016-01-11 4:32 ` Simon Horman
2016-01-11 4:32 ` [PATCH 3/6] ARM: dts: koelsch: " Simon Horman
` (4 subsequent siblings)
6 siblings, 0 replies; 8+ messages in thread
From: Simon Horman @ 2016-01-11 4:32 UTC (permalink / raw)
To: linux-arm-kernel
From: Geert Uytterhoeven <geert+renesas@glider.be>
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>
Acked-by: Brian Norris <computersforpeace@gmail.com>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
---
arch/arm/boot/dts/r8a7790-lager.dts | 1 +
1 file changed, 1 insertion(+)
diff --git a/arch/arm/boot/dts/r8a7790-lager.dts b/arch/arm/boot/dts/r8a7790-lager.dts
index 44ba69b974a2..052dcee4790d 100644
--- a/arch/arm/boot/dts/r8a7790-lager.dts
+++ b/arch/arm/boot/dts/r8a7790-lager.dts
@@ -449,6 +449,7 @@
m25p,fast-read;
partitions {
+ compatible = "fixed-partitions";
#address-cells = <1>;
#size-cells = <1>;
--
2.7.0.rc3.207.g0ac5344
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [PATCH 3/6] ARM: dts: koelsch: Add compatible property to "partitions" node
2016-01-11 4:32 [GIT PULL] Renesas ARM Based SoC DT Fixes for v4.5 Simon Horman
2016-01-11 4:32 ` [PATCH 1/6] ARM: dts: bockw: Add compatible property to "partitions" node Simon Horman
2016-01-11 4:32 ` [PATCH 2/6] ARM: dts: lager: " Simon Horman
@ 2016-01-11 4:32 ` Simon Horman
2016-01-11 4:33 ` [PATCH 4/6] ARM: dts: porter: " Simon Horman
` (3 subsequent siblings)
6 siblings, 0 replies; 8+ messages in thread
From: Simon Horman @ 2016-01-11 4:32 UTC (permalink / raw)
To: linux-arm-kernel
From: Geert Uytterhoeven <geert+renesas@glider.be>
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>
Acked-by: Brian Norris <computersforpeace@gmail.com>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
---
arch/arm/boot/dts/r8a7791-koelsch.dts | 1 +
1 file changed, 1 insertion(+)
diff --git a/arch/arm/boot/dts/r8a7791-koelsch.dts b/arch/arm/boot/dts/r8a7791-koelsch.dts
index c94a0fb807a2..45256f3cc835 100644
--- a/arch/arm/boot/dts/r8a7791-koelsch.dts
+++ b/arch/arm/boot/dts/r8a7791-koelsch.dts
@@ -489,6 +489,7 @@
m25p,fast-read;
partitions {
+ compatible = "fixed-partitions";
#address-cells = <1>;
#size-cells = <1>;
--
2.7.0.rc3.207.g0ac5344
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [PATCH 4/6] ARM: dts: porter: Add compatible property to "partitions" node
2016-01-11 4:32 [GIT PULL] Renesas ARM Based SoC DT Fixes for v4.5 Simon Horman
` (2 preceding siblings ...)
2016-01-11 4:32 ` [PATCH 3/6] ARM: dts: koelsch: " Simon Horman
@ 2016-01-11 4:33 ` Simon Horman
2016-01-11 4:33 ` [PATCH 5/6] ARM: dts: gose: " Simon Horman
` (2 subsequent siblings)
6 siblings, 0 replies; 8+ messages in thread
From: Simon Horman @ 2016-01-11 4:33 UTC (permalink / raw)
To: linux-arm-kernel
From: Geert Uytterhoeven <geert+renesas@glider.be>
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>
Acked-by: Brian Norris <computersforpeace@gmail.com>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
---
arch/arm/boot/dts/r8a7791-porter.dts | 1 +
1 file changed, 1 insertion(+)
diff --git a/arch/arm/boot/dts/r8a7791-porter.dts b/arch/arm/boot/dts/r8a7791-porter.dts
index 71ba7b6b3a33..6713b1ea732b 100644
--- a/arch/arm/boot/dts/r8a7791-porter.dts
+++ b/arch/arm/boot/dts/r8a7791-porter.dts
@@ -200,6 +200,7 @@
m25p,fast-read;
partitions {
+ compatible = "fixed-partitions";
#address-cells = <1>;
#size-cells = <1>;
--
2.7.0.rc3.207.g0ac5344
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [PATCH 5/6] ARM: dts: gose: Add compatible property to "partitions" node
2016-01-11 4:32 [GIT PULL] Renesas ARM Based SoC DT Fixes for v4.5 Simon Horman
` (3 preceding siblings ...)
2016-01-11 4:33 ` [PATCH 4/6] ARM: dts: porter: " Simon Horman
@ 2016-01-11 4:33 ` Simon Horman
2016-01-11 4:33 ` [PATCH 6/6] ARM: dts: silk: " Simon Horman
2016-01-11 13:24 ` [GIT PULL] Renesas ARM Based SoC DT Fixes for v4.5 Arnd Bergmann
6 siblings, 0 replies; 8+ messages in thread
From: Simon Horman @ 2016-01-11 4:33 UTC (permalink / raw)
To: linux-arm-kernel
From: Geert Uytterhoeven <geert+renesas@glider.be>
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>
Acked-by: Brian Norris <computersforpeace@gmail.com>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
---
arch/arm/boot/dts/r8a7793-gose.dts | 1 +
1 file changed, 1 insertion(+)
diff --git a/arch/arm/boot/dts/r8a7793-gose.dts b/arch/arm/boot/dts/r8a7793-gose.dts
index 3e3122490650..baa59fe84298 100644
--- a/arch/arm/boot/dts/r8a7793-gose.dts
+++ b/arch/arm/boot/dts/r8a7793-gose.dts
@@ -115,6 +115,7 @@
m25p,fast-read;
partitions {
+ compatible = "fixed-partitions";
#address-cells = <1>;
#size-cells = <1>;
--
2.7.0.rc3.207.g0ac5344
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [PATCH 6/6] ARM: dts: silk: Add compatible property to "partitions" node
2016-01-11 4:32 [GIT PULL] Renesas ARM Based SoC DT Fixes for v4.5 Simon Horman
` (4 preceding siblings ...)
2016-01-11 4:33 ` [PATCH 5/6] ARM: dts: gose: " Simon Horman
@ 2016-01-11 4:33 ` Simon Horman
2016-01-11 13:24 ` [GIT PULL] Renesas ARM Based SoC DT Fixes for v4.5 Arnd Bergmann
6 siblings, 0 replies; 8+ messages in thread
From: Simon Horman @ 2016-01-11 4:33 UTC (permalink / raw)
To: linux-arm-kernel
From: Geert Uytterhoeven <geert+renesas@glider.be>
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>
Acked-by: Brian Norris <computersforpeace@gmail.com>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
---
arch/arm/boot/dts/r8a7794-silk.dts | 1 +
1 file changed, 1 insertion(+)
diff --git a/arch/arm/boot/dts/r8a7794-silk.dts b/arch/arm/boot/dts/r8a7794-silk.dts
index 5a8dcac37c8e..5153e3af25d9 100644
--- a/arch/arm/boot/dts/r8a7794-silk.dts
+++ b/arch/arm/boot/dts/r8a7794-silk.dts
@@ -204,6 +204,7 @@
m25p,fast-read;
partitions {
+ compatible = "fixed-partitions";
#address-cells = <1>;
#size-cells = <1>;
--
2.7.0.rc3.207.g0ac5344
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [GIT PULL] Renesas ARM Based SoC DT Fixes for v4.5
2016-01-11 4:32 [GIT PULL] Renesas ARM Based SoC DT Fixes for v4.5 Simon Horman
` (5 preceding siblings ...)
2016-01-11 4:33 ` [PATCH 6/6] ARM: dts: silk: " Simon Horman
@ 2016-01-11 13:24 ` Arnd Bergmann
6 siblings, 0 replies; 8+ messages in thread
From: Arnd Bergmann @ 2016-01-11 13:24 UTC (permalink / raw)
To: linux-arm-kernel
On Monday 11 January 2016 13:32:51 Simon Horman wrote:
> Hi Olof, Hi Kevin, Hi Arnd,
>
> Please consider these Renesas ARM based SoC DT fixes for v4.5.
>
> This pull request is based on the
> "Third Round of Renesas ARM Based SoC DT Updates for v4.5",
> tagged as renesas-dt3-for-v4.5, which you have already pulled.
>
> This adds the required property to partitions nodes for the device trees
> of Renesas ARM Based SoC which have such a node added in patches queued up
> for v4.5.
>
> The following changes since commit d01c8bec91414f2110370dfcb9dd33fc0e573cee:
>
> ARM: shmobile: r8a779x: use SoC-specific usb-dmac compatibility strings (2015-12-17 10:10:54 +0900)
>
> are available in the git repository at:
>
> git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git tags/renesas-dt-fixes-for-v4.5
>
> for you to fetch changes up to 8bc403b78ffb774d8dc944abb0826c46c0dca09d:
>
> ARM: dts: silk: Add compatible property to "partitions" node (2016-01-07 08:39:06 +1100)
>
> ----------------------------------------------------------------
> Renesas ARM Based SoC DT Fixes for v4.5
>
> * Add compatible property to "partitions" node
>
> As of commit e488ca9f8d4f62c2 ("doc: dt: mtd: partitions: add compatible
> property to "partitions" node"), which is in v4.4-rc6, 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.
Pulled into next/dt, thanks!
Arnd
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2016-01-11 13:24 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-01-11 4:32 [GIT PULL] Renesas ARM Based SoC DT Fixes for v4.5 Simon Horman
2016-01-11 4:32 ` [PATCH 1/6] ARM: dts: bockw: Add compatible property to "partitions" node Simon Horman
2016-01-11 4:32 ` [PATCH 2/6] ARM: dts: lager: " Simon Horman
2016-01-11 4:32 ` [PATCH 3/6] ARM: dts: koelsch: " Simon Horman
2016-01-11 4:33 ` [PATCH 4/6] ARM: dts: porter: " Simon Horman
2016-01-11 4:33 ` [PATCH 5/6] ARM: dts: gose: " Simon Horman
2016-01-11 4:33 ` [PATCH 6/6] ARM: dts: silk: " Simon Horman
2016-01-11 13:24 ` [GIT PULL] Renesas ARM Based SoC DT Fixes for v4.5 Arnd Bergmann
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).