* [PATCH 06/18] ARM: mvebu: a390: add missing compatibility string and add missing bracket
[not found] <1469105055-25181-1-git-send-email-jaz@semihalf.com>
@ 2016-07-21 12:44 ` Grzegorz Jaszczyk
2016-07-27 16:13 ` Gregory CLEMENT
0 siblings, 1 reply; 2+ messages in thread
From: Grzegorz Jaszczyk @ 2016-07-21 12:44 UTC (permalink / raw)
To: devicetree, linux-kernel, linux-arm-kernel
Cc: robh+dt, mark.rutland, jason, andrew, sebastian.hesselbarth,
linux, thomas.petazzoni, gregory.clement, mw, jaz, alior, stable
The armada-390.dtsi was broken since the first patch which adds Device Tree
files for Armada 39x SoC was introduced.
Signed-off-by: Grzegorz Jaszczyk <jaz@semihalf.com>
Cc: <stable@vger.kernel.org> # 4.0+
Fixes 538da83 ("ARM: mvebu: add Device Tree files for Armada 39x SoC and board")
---
arch/arm/boot/dts/armada-390.dtsi | 3 +++
1 file changed, 3 insertions(+)
diff --git a/arch/arm/boot/dts/armada-390.dtsi b/arch/arm/boot/dts/armada-390.dtsi
index 094e39c..6cd18d8 100644
--- a/arch/arm/boot/dts/armada-390.dtsi
+++ b/arch/arm/boot/dts/armada-390.dtsi
@@ -47,6 +47,8 @@
#include "armada-39x.dtsi"
/ {
+ compatible = "marvell,armada390";
+
soc {
internal-regs {
pinctrl@18000 {
@@ -54,4 +56,5 @@
reg = <0x18000 0x20>;
};
};
+ };
};
--
1.8.3.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH 06/18] ARM: mvebu: a390: add missing compatibility string and add missing bracket
2016-07-21 12:44 ` [PATCH 06/18] ARM: mvebu: a390: add missing compatibility string and add missing bracket Grzegorz Jaszczyk
@ 2016-07-27 16:13 ` Gregory CLEMENT
0 siblings, 0 replies; 2+ messages in thread
From: Gregory CLEMENT @ 2016-07-27 16:13 UTC (permalink / raw)
To: Grzegorz Jaszczyk
Cc: devicetree, linux-kernel, linux-arm-kernel, robh+dt, mark.rutland,
jason, andrew, sebastian.hesselbarth, linux, thomas.petazzoni, mw,
alior, stable
Hi Grzegorz,
On jeu., juil. 21 2016, Grzegorz Jaszczyk <jaz@semihalf.com> wrote:
> The armada-390.dtsi was broken since the first patch which adds Device Tree
> files for Armada 39x SoC was introduced.
>
> Signed-off-by: Grzegorz Jaszczyk <jaz@semihalf.com>
> Cc: <stable@vger.kernel.org> # 4.0+
> Fixes 538da83 ("ARM: mvebu: add Device Tree files for Armada 39x SoC and board")
Change the title prefix to "ARM: dts: mvebu:". Alos usually we use
armada-390 instead of a390 to match the file name.
Acked-by: Gregory CLEMENT <gregory.clement@free-electrons.com>
Thanks,
Gregory
> ---
> arch/arm/boot/dts/armada-390.dtsi | 3 +++
> 1 file changed, 3 insertions(+)
>
> diff --git a/arch/arm/boot/dts/armada-390.dtsi b/arch/arm/boot/dts/armada-390.dtsi
> index 094e39c..6cd18d8 100644
> --- a/arch/arm/boot/dts/armada-390.dtsi
> +++ b/arch/arm/boot/dts/armada-390.dtsi
> @@ -47,6 +47,8 @@
> #include "armada-39x.dtsi"
>
> / {
> + compatible = "marvell,armada390";
> +
> soc {
> internal-regs {
> pinctrl@18000 {
> @@ -54,4 +56,5 @@
> reg = <0x18000 0x20>;
> };
> };
> + };
> };
> --
> 1.8.3.1
>
--
Gregory Clement, Free Electrons
Kernel, drivers, real-time and embedded Linux
development, consulting, training and support.
http://free-electrons.com
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2016-07-27 16:14 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <1469105055-25181-1-git-send-email-jaz@semihalf.com>
2016-07-21 12:44 ` [PATCH 06/18] ARM: mvebu: a390: add missing compatibility string and add missing bracket Grzegorz Jaszczyk
2016-07-27 16:13 ` Gregory CLEMENT
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).