public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: 陈亮 <cl@rock-chips.com>
To: Sudeep Holla <sudeep.holla@arm.com>, heiko@sntech.de
Cc: mark.rutland@arm.com, wsa@the-dreams.de,
	linux-iio@vger.kernel.org, catalin.marinas@arm.com,
	shawn.lin@rock-chips.com, will.deacon@arm.com,
	kever.yang@rock-chips.com, dianders@chromium.org,
	yamada.masahiro@socionext.com, tony.xie@rock-chips.com,
	linux-i2c@vger.kernel.org, pmeerw@pmeerw.net, lars@metafoo.de,
	zhengxing@rock-chips.com, khilman@baylibre.com,
	linux-rockchip@lists.infradead.org, jay.xu@rock-chips.com,
	wxt@rock-chips.com, huangtao@rock-chips.com,
	devicetree@vger.kernel.org, zhangqing@rock-chips.com,
	paweljarosz3691@gmail.com, arnd@arndb.de, yhx@rock-chips.com,
	knaack.h@gmx.de, robh+dt@kernel.org, matthias.bgg@gmail.com,
	rocky.hao@rock-chips.com, linux-arm-kernel@lists.infradead.org,
	linux-kernel@vger.kernel.org, david.wu@rock-chips.com,
	fabio.estevam@nxp.com, andy.yan@rock-chips.com,
	akpm@linux-foundation.org, shawnguo@kernel.org, afaerber@suse.de,
	jic23@kernel.org
Subject: Re: [PATCH v2 4/6] arm64: dts: rockchip: add core dtsi file for RK3328 SoCs
Date: Thu, 23 Mar 2017 10:15:20 +0800	[thread overview]
Message-ID: <58D32FB8.9070909@rock-chips.com> (raw)
In-Reply-To: <7240249b-690a-5800-0b46-fb93a49e2af1@arm.com>

Hi,

在 2017年03月23日 02:09, Sudeep Holla 写道:
>
> On 16/03/17 13:17, cl@rock-chips.com wrote:
>> From: Liang Chen <cl@rock-chips.com>
>>
>> This patch adds core dtsi file for Rockchip RK3328 SoCs.
>>
>> Signed-off-by: Liang Chen <cl@rock-chips.com>
>> ---
>>   arch/arm64/boot/dts/rockchip/rk3328.dtsi | 1362 ++++++++++++++++++++++++++++++
>>   1 file changed, 1362 insertions(+)
>>   create mode 100644 arch/arm64/boot/dts/rockchip/rk3328.dtsi
>>
>> diff --git a/arch/arm64/boot/dts/rockchip/rk3328.dtsi b/arch/arm64/boot/dts/rockchip/rk3328.dtsi
>> new file mode 100644
>> index 0000000..a92955c
>> --- /dev/null
>> +++ b/arch/arm64/boot/dts/rockchip/rk3328.dtsi
> [...]
>
>> +	cpus {
>> +		#address-cells = <2>;
>> +		#size-cells = <0>;
>> +
>> +		cpu0: cpu@0 {
>> +			device_type = "cpu";
>> +			compatible = "arm,cortex-a53", "arm,armv8";
>> +			reg = <0x0 0x0>;
>> +			enable-method = "psci";
>> +			clocks = <&cru ARMCLK>;
> Why "clocks" property is present only for cpu0 ?
>
I will add "clocks" property for each cpu node next version, thanks for 
the comment.

  reply	other threads:[~2017-03-23  2:16 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-03-16 13:17 [PATCH v2 0/6] initialize dtsi file and dts file for RK3328 SoCs cl
2017-03-16 13:17 ` [PATCH v2 1/6] dt-bindings: iio: rockchip-saradc: add support for rk3328 cl
2017-03-16 13:36   ` Heiko Stuebner
2017-03-24  2:13   ` Rob Herring
2017-03-16 13:17 ` [PATCH v2 2/6] dt-bindings: i2c: rk3x: " cl
2017-03-16 13:37   ` Heiko Stuebner
2017-03-22  9:10   ` Wolfram Sang
2017-03-16 13:17 ` [PATCH v2 3/6] dt-bindings: soc: rockchip: grf: " cl
2017-03-24  2:14   ` Rob Herring
2017-03-16 13:17 ` [PATCH v2 4/6] arm64: dts: rockchip: add core dtsi file for RK3328 SoCs cl
2017-03-21  8:55   ` Heiko Stübner
2017-03-22 10:23     ` Elaine Zhang
2017-03-22 11:06       ` Heiko Stübner
2017-03-23  2:06     ` 陈亮
2017-03-23  9:16       ` Heiko Stübner
2017-03-23  3:33     ` 陈亮
2017-03-24  6:31       ` 陈亮
2017-03-24  7:12         ` Heiko Stübner
2017-03-22 18:09   ` Sudeep Holla
2017-03-23  2:15     ` 陈亮 [this message]
2017-03-16 13:22 ` [PATCH v2 5/6] arm64: dts: rockchip: add dts file for RK3328 cl
2017-03-16 13:23 ` [PATCH v2 6/6] dt-bindings: document rockchip rk3328-evb board cl
2017-03-24  2:15   ` Rob Herring

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=58D32FB8.9070909@rock-chips.com \
    --to=cl@rock-chips.com \
    --cc=afaerber@suse.de \
    --cc=akpm@linux-foundation.org \
    --cc=andy.yan@rock-chips.com \
    --cc=arnd@arndb.de \
    --cc=catalin.marinas@arm.com \
    --cc=david.wu@rock-chips.com \
    --cc=devicetree@vger.kernel.org \
    --cc=dianders@chromium.org \
    --cc=fabio.estevam@nxp.com \
    --cc=heiko@sntech.de \
    --cc=huangtao@rock-chips.com \
    --cc=jay.xu@rock-chips.com \
    --cc=jic23@kernel.org \
    --cc=kever.yang@rock-chips.com \
    --cc=khilman@baylibre.com \
    --cc=knaack.h@gmx.de \
    --cc=lars@metafoo.de \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-i2c@vger.kernel.org \
    --cc=linux-iio@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-rockchip@lists.infradead.org \
    --cc=mark.rutland@arm.com \
    --cc=matthias.bgg@gmail.com \
    --cc=paweljarosz3691@gmail.com \
    --cc=pmeerw@pmeerw.net \
    --cc=robh+dt@kernel.org \
    --cc=rocky.hao@rock-chips.com \
    --cc=shawn.lin@rock-chips.com \
    --cc=shawnguo@kernel.org \
    --cc=sudeep.holla@arm.com \
    --cc=tony.xie@rock-chips.com \
    --cc=will.deacon@arm.com \
    --cc=wsa@the-dreams.de \
    --cc=wxt@rock-chips.com \
    --cc=yamada.masahiro@socionext.com \
    --cc=yhx@rock-chips.com \
    --cc=zhangqing@rock-chips.com \
    --cc=zhengxing@rock-chips.com \
    /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