All of lore.kernel.org
 help / color / mirror / Atom feed
From: "jay.xu@rock-chips.com" <jay.xu@rock-chips.com>
To: Heiko Stuebner <heiko@sntech.de>
Cc: "mark.rutland" <mark.rutland@arm.com>,
	robh+dt <robh+dt@kernel.org>, 张志杰(创新) <zhangzj@rock-chips.com>,
	"manivannan.sadhasivam" <manivannan.sadhasivam@linaro.org>,
	linux-rockchip <linux-rockchip@lists.infradead.org>,
	linux-arm-kernel <linux-arm-kernel@lists.infradead.org>,
	linux-kernel <linux-kernel@vger.kernel.org>,
	devicetree <devicetree@vger.kernel.org>
Subject: Re: Re: [PATCH v3 1/1] arm64: dts: rockchip: add core dtsi file for RK3399Pro SoCs
Date: Mon, 24 Jun 2019 09:57:09 +0800	[thread overview]
Message-ID: <2019062409570947233513@rock-chips.com> (raw)
In-Reply-To: 3309819.J5kelTtX6q@phil

[-- Attachment #1: Type: text/plain, Size: 2093 bytes --]

Hi, Keiko and Manivannan:

Sorry late to reply since I missed this mail after a long leave time.



jay.xu@rock-chips.com
 
From: Heiko Stuebner
Date: 2019-06-14 17:52
To: Jianqun Xu
CC: mark.rutland; robh+dt; zhangzj; manivannan.sadhasivam; linux-rockchip; linux-arm-kernel; linux-kernel; devicetree
Subject: Re: [PATCH v3 1/1] arm64: dts: rockchip: add core dtsi file for RK3399Pro SoCs
Hi Jianqun,
 
Am Donnerstag, 30. Mai 2019, 02:08:48 CEST schrieb Jianqun Xu:
> This patch adds core dtsi file for Rockchip RK3399Pro SoCs,
> include rk3399.dtsi. Also enable pciei0/pcie_phy for AP to
> talk to NPU part inside SoC.
> 
> Signed-off-by: Jianqun Xu <jay.xu@rock-chips.com>
 
could you add the necessary pinctrl entry, as suggested by Manivannan?
Hi, there is no pinctrl for ep-gpios, which used as GPIO, they will set by gpio driver
mux to GPIO defaultly.
 
Thanks
Heiko
 
> ---
> changes since v2:
> - only enable pcie0 and pcie_phy nodes, thanks for Heiko and manivannan
> 
> changes since v1:
> - remove dfi and dmc
> 
>  arch/arm64/boot/dts/rockchip/rk3399pro.dtsi | 22 +++++++++++++++++++++
>  1 file changed, 22 insertions(+)
>  create mode 100644 arch/arm64/boot/dts/rockchip/rk3399pro.dtsi
> 
> diff --git a/arch/arm64/boot/dts/rockchip/rk3399pro.dtsi b/arch/arm64/boot/dts/rockchip/rk3399pro.dtsi
> new file mode 100644
> index 000000000000..bb5ebf6608b9
> --- /dev/null
> +++ b/arch/arm64/boot/dts/rockchip/rk3399pro.dtsi
> @@ -0,0 +1,22 @@
> +// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
> +// Copyright (c) 2019 Fuzhou Rockchip Electronics Co., Ltd.
> +
> +#include "rk3399.dtsi"
> +
> +/ {
> + compatible = "rockchip,rk3399pro";
> +};
> +
> +/* Default to enabled since AP talk to NPU part over pcie */
> +&pcie_phy {
> + status = "okay";
> +};
> +
> +/* Default to enabled since AP talk to NPU part over pcie */
> +&pcie0 {
> + ep-gpios = <&gpio0 RK_PB4 GPIO_ACTIVE_HIGH>;
> + num-lanes = <4>;
> + pinctrl-names = "default";
> + pinctrl-0 = <&pcie_clkreqn_cpm>;
> + status = "okay";
> +};
> 
 
 
 
 
 

[-- Attachment #2: Type: text/html, Size: 4501 bytes --]

  reply	other threads:[~2019-06-24  1:57 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-05-28  4:48 [PATCH 1/1] arm64: dts: rockchip: add core dtsi file for RK3399Pro SoCs Jianqun Xu
2019-05-28  4:48 ` Jianqun Xu
2019-05-28  4:48 ` Jianqun Xu
2019-05-29  7:47 ` [PATCH v2 " Jianqun Xu
2019-05-29  7:47   ` Jianqun Xu
2019-05-29  8:06   ` Heiko Stübner
2019-05-29  8:06     ` Heiko Stübner
2019-05-29 23:55     ` jay.xu
2019-05-29 12:27   ` Manivannan Sadhasivam
2019-05-29 23:59     ` jay.xu
2019-05-30  0:08   ` [PATCH v3 " Jianqun Xu
2019-05-30  0:08     ` Jianqun Xu
2019-05-31  3:24     ` Manivannan Sadhasivam
2019-05-31  3:24       ` Manivannan Sadhasivam
2019-05-31  3:24       ` Manivannan Sadhasivam
2019-06-14  9:52     ` Heiko Stuebner
2019-06-14  9:52       ` Heiko Stuebner
2019-06-24  1:57       ` jay.xu [this message]
2019-06-26 22:23     ` Heiko Stuebner
2019-06-26 22:23       ` Heiko Stuebner

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=2019062409570947233513@rock-chips.com \
    --to=jay.xu@rock-chips.com \
    --cc=devicetree@vger.kernel.org \
    --cc=heiko@sntech.de \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-rockchip@lists.infradead.org \
    --cc=manivannan.sadhasivam@linaro.org \
    --cc=mark.rutland@arm.com \
    --cc=robh+dt@kernel.org \
    --cc=zhangzj@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.