Linux-Rockchip Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Shawn Lin <shawn.lin-NgiFYW8Wbx6Ta72+1OMJgUB+6BGkLq7r@public.gmane.org>
To: linux-rockchip-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org
Cc: shawn.lin-NgiFYW8Wbx6Ta72+1OMJgUB+6BGkLq7r@public.gmane.org
Subject: Re: [PATCH 6/6] ARM64: dts: rockchip: add core dtsi file for rk3399
Date: Thu, 18 Feb 2016 10:18:18 +0800	[thread overview]
Message-ID: <56C529EA.2000601@kernel-upstream.org> (raw)
In-Reply-To: <56C521C9.4050906-TNX95d0MmH7DzftRWevZcw@public.gmane.org>

On 2016/2/18 9:43, Jianqun Xu wrote:
>
>
> 在 17/02/2016 15:00, Heiko Stuebner 写道:
>> Hi Jianqun,
>>
>> Am Mittwoch, 17. Februar 2016, 10:01:16 schrieb jianqun.xu:
>>> From: Xu Jianqun <jay.xu@rock-chips.com>
>>>
>>> Add dtsi file for Rockchip rk3399 SoCs, which includes some
>>> general nodes such as cpu, pmu, cru, gic, amba and so on.
>>>
>>> Change-Id: Ie3b824e8ead967d4cb119d73222b7a198478c29c
>>

-------------8<----------------

>>> +    amba {
>>> +        compatible = "arm,amba-bus";
>>> +        #address-cells = <2>;
>>> +        #size-cells = <2>;
>>> +        ranges;
>>> +
>>> +        dmac_bus: dma-controller@ff6d0000 {
>>> +            compatible = "arm,pl330", "arm,primecell";
>>> +            reg = <0x0 0xff6d0000 0x0 0x4000>;
>>> +            interrupts = <GIC_SPI 5 IRQ_TYPE_LEVEL_HIGH>,
>>> +                     <GIC_SPI 6 IRQ_TYPE_LEVEL_HIGH>;
>>> +            #dma-cells = <1>;
>>> +            clocks = <&cru ACLK_DMAC_BUS>;
>>> +            clock-names = "apb_pclk";
>>
>> has the FLUSHP bug gotten fixed? That would be cool.
>>
> Since amba node is added by my colleague, I will double check it, thanks
>>

FLUSHP bug gotten fixed since rk3228, of course for rk3399. :)

>>> +        };
>>
>> rest looks nice on first glance :-)
>>
>>
>> Heiko
>>
>>
>>
>
>
> _______________________________________________
> Linux-rockchip mailing list
> Linux-rockchip@lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/linux-rockchip


_______________________________________________
Linux-rockchip mailing list
Linux-rockchip@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-rockchip

  parent reply	other threads:[~2016-02-18  2:18 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-02-17  1:53 [PATCH 0/6] Add core dtsi for rk3399 from Rockchip jianqun.xu
     [not found] ` <1455673992-16469-1-git-send-email-jay.xu-TNX95d0MmH7DzftRWevZcw@public.gmane.org>
2016-02-17  1:53   ` [PATCH 1/6] clk: rockchip: add dt-binding header for rk3399 jianqun.xu
2016-02-17  1:53   ` [PATCH 2/6] spi: rockchip: add bindings for rk3399 spi jianqun.xu
2016-02-18 14:37     ` Rob Herring
2016-02-17  2:01   ` [PATCH 6/6] ARM64: dts: rockchip: add core dtsi file for rk3399 jianqun.xu
     [not found]     ` <1455674476-16655-1-git-send-email-jay.xu-TNX95d0MmH7DzftRWevZcw@public.gmane.org>
2016-02-17  7:00       ` Heiko Stuebner
2016-02-18  1:43         ` Jianqun Xu
     [not found]           ` <56C521C9.4050906-TNX95d0MmH7DzftRWevZcw@public.gmane.org>
2016-02-18  2:18             ` Shawn Lin [this message]
2016-02-17 11:27       ` Marc Zyngier
2016-02-17 11:46       ` Mark Rutland
2016-02-18  1:07         ` Jianqun Xu
2016-02-17  1:53 ` [PATCH 3/6] ASoC: rockchip: add bindings for rk3399 i2s jianqun.xu
     [not found]   ` <1455673992-16469-4-git-send-email-jay.xu-TNX95d0MmH7DzftRWevZcw@public.gmane.org>
2016-02-17 11:03     ` Mark Brown
     [not found]       ` <20160217110306.GJ7544-GFdadSzt00ze9xe1eoZjHA@public.gmane.org>
2016-02-18 14:37         ` Rob Herring
2016-02-18 14:59           ` Mark Brown
2016-02-18 14:36   ` Rob Herring
2016-02-17  1:53 ` [PATCH 4/6] pinctrl: rockchip: add bindings for rk3399 pinctrl jianqun.xu
2016-02-17  6:47   ` Heiko Stuebner
2016-02-17  7:23     ` Jianqun Xu
2016-02-17  1:54 ` [PATCH 5/6] dt-bindings: add documentation of rk3399 clock controller jianqun.xu
2016-02-18 14:36   ` Rob Herring
2016-02-19  0:48     ` Jianqun Xu
     [not found]       ` <56C6664F.8070600-TNX95d0MmH7DzftRWevZcw@public.gmane.org>
2016-02-19  0:53         ` Heiko Stuebner
2016-02-19  1:05           ` Jianqun Xu
2016-02-17  2:04 ` [PATCH 1/6] clk: rockchip: add dt-binding header for rk3399 jianqun.xu
  -- strict thread matches above, loose matches on Subject: below --
2016-02-19  1:56 [PATCH v4 0/6] Add core dtsi for rk3399 from Rockchip jianqun.xu
     [not found] ` <1455846978-4272-1-git-send-email-jay.xu-TNX95d0MmH7DzftRWevZcw@public.gmane.org>
2016-02-19  2:03   ` [PATCH 6/6] ARM64: dts: rockchip: add core dtsi file for rk3399 jianqun.xu

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=56C529EA.2000601@kernel-upstream.org \
    --to=shawn.lin-ngifyw8wbx6ta72+1omjgub+6bgklq7r@public.gmane.org \
    --cc=linux-rockchip-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox