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


Groups > linux.kernel > #1658320

Re: [PATCH 4/5] ARM: sun8i: a83t: Add dt node for the syscon control module

From Chen-Yu Tsai <wens@csie.org>
Newsgroups linux.kernel
Subject Re: [PATCH 4/5] ARM: sun8i: a83t: Add dt node for the syscon control module
Date 2017-06-06 05:00 +0200
Message-ID <tPcSS-2TW-3@gated-at.bofh.it> (permalink)
References <tP5Ro-6ZT-7@gated-at.bofh.it> <tP5Ro-6ZT-23@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


On Tue, Jun 6, 2017 at 3:21 AM, Corentin Labbe
<clabbe.montjoie@gmail.com> wrote:
> This patch add the dt node for the syscon register present on the
> Allwinner A83T
>
> Signed-off-by: Corentin Labbe <clabbe.montjoie@gmail.com>
> ---
>  arch/arm/boot/dts/sun8i-a83t.dtsi | 6 ++++++
>  1 file changed, 6 insertions(+)
>
> diff --git a/arch/arm/boot/dts/sun8i-a83t.dtsi b/arch/arm/boot/dts/sun8i-a83t.dtsi
> index 1dc4cfe81534..ae559dc42caa 100644
> --- a/arch/arm/boot/dts/sun8i-a83t.dtsi
> +++ b/arch/arm/boot/dts/sun8i-a83t.dtsi
> @@ -163,6 +163,12 @@
>                 #size-cells = <1>;
>                 ranges;
>
> +               syscon: syscon@1c00000 {
> +                       compatible = "syscon",
> +                               "allwinner,sun8i-a83t-system-controller";

syscon is the most generic compatible string here.
It should be the last one in the list.

Otherwise,

Reviewed-by: Chen-Yu Tsai <wens@csie.org>

> +                       reg = <0x01c00000 0x1000>;
> +               };
> +
>                 dma: dma-controller@1c02000 {
>                         compatible = "allwinner,sun8i-a83t-dma";
>                         reg = <0x01c02000 0x1000>;
> --
> 2.13.0
>

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


Thread

[PATCH 0/5] ARM: sunxi: Enable dwmac-sun8i on more boards Corentin Labbe <clabbe.montjoie@gmail.com> - 2017-06-05 21:30 +0200
  [PATCH 3/5] ARM: sun50i: orangepi-pc2: Enable dwmac-sun8i Corentin Labbe <clabbe.montjoie@gmail.com> - 2017-06-05 21:30 +0200
  [PATCH 5/5] ARM: sun8i: a83t: add dwmac-sun8i ethernet driver Corentin Labbe <clabbe.montjoie@gmail.com> - 2017-06-05 21:30 +0200
    Re: [PATCH 5/5] ARM: sun8i: a83t: add dwmac-sun8i ethernet driver Chen-Yu Tsai <wens@csie.org> - 2017-06-06 16:00 +0200
  [PATCH 2/5] ARM: sun8i: bananapi-m2-plus: Enable dwmac-sun8i Corentin Labbe <clabbe.montjoie@gmail.com> - 2017-06-05 21:30 +0200
  [PATCH 4/5] ARM: sun8i: a83t: Add dt node for the syscon control module Corentin Labbe <clabbe.montjoie@gmail.com> - 2017-06-05 21:30 +0200
    Re: [PATCH 4/5] ARM: sun8i: a83t: Add dt node for the syscon control module Chen-Yu Tsai <wens@csie.org> - 2017-06-06 05:00 +0200
  [PATCH 1/5] ARM: sun8i: orangepi-plus: Enable dwmac-sun8i Corentin Labbe <clabbe.montjoie@gmail.com> - 2017-06-05 21:30 +0200
  Re: [PATCH 0/5] ARM: sunxi: Enable dwmac-sun8i on more boards Maxime Ripard <maxime.ripard@free-electrons.com> - 2017-06-06 20:00 +0200

csiph-web