Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1451396
| From | Gregory CLEMENT <gregory.clement@free-electrons.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH 06/18] ARM: mvebu: a390: add missing compatibility string and add missing bracket |
| Date | 2016-07-27 18:20 +0200 |
| Message-ID | <rZzIT-1FV-63@gated-at.bofh.it> (permalink) |
| References | <rXlAl-7uo-3@gated-at.bofh.it> <rXlAm-7uo-37@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
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
Back to linux.kernel | Previous | Next | Find similar | Unroll thread
Re: [PATCH 06/18] ARM: mvebu: a390: add missing compatibility string and add missing bracket Gregory CLEMENT <gregory.clement@free-electrons.com> - 2016-07-27 18:20 +0200
csiph-web