From: Rob Herring <robh@kernel.org>
To: Akash Gajjar <Akash_Gajjar@mentor.com>
Cc: heiko@sntech.de, Deepak_das@mentor.com,
Pragnesh_patel@mentor.com, Rob Herring <robh+dt@kernel.org>,
Mark Rutland <mark.rutland@arm.com>, Levin Du <djw@t-chip.com.cn>,
Klaus Goger <klaus.goger@theobroma-systems.com>,
Ezequiel Garcia <ezequiel@collabora.com>,
Arnd Bergmann <arnd@arndb.de>,
Masahiro Yamada <yamada.masahiro@socionext.com>,
Philippe Ombredanne <pombredanne@nexb.com>,
Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
Shohei Maruyama <cheat.sc.linux@outlook.com>,
Pierre-Hugues Husson <phh@phh.me>,
Enric Balletbo i Serra <enric.balletbo@collabora.com>,
Shawn Lin <shawn.lin@rock-chips.com>,
devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
linux-rockchip@lists.infradead.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH v3] arm64: dts: rockchip: add initial dts support for Rockpro64
Date: Thu, 27 Sep 2018 15:02:51 -0500 [thread overview]
Message-ID: <20180927200251.GA4060@bogus> (raw)
In-Reply-To: <1537943105-21247-1-git-send-email-Akash_Gajjar@mentor.com>
On Wed, 26 Sep 2018 11:54:57 +0530, Akash Gajjar wrote:
> Rockpro64 is a rockchip RK3399 based board from pine64.org.
> This patch adds basic device node support for Rockpro64 board and make it able
> to bring up.
>
> Peripheral Works
> - Sdcard
> - USB 2.0, 3.0
> - Leds
> - Ethernet
> - Debug console
>
> Not working:
> - USB Type-C
>
> Signed-off-by: Akash Gajjar <Akash_Gajjar@mentor.com>
> ---
> changes for v2
> - Added support for usb 2.0, 3.0
> - Added fusb302 node and its regulator support
> - Cleanup pinctrl node
> - Remove backlight, pcie, sound codec node inherited from firefly-rk3399 dts
> changes for v3
> - Added copyright properly
> - Typo correction in commit message
>
> Documentation/devicetree/bindings/arm/rockchip.txt | 4 +
> arch/arm64/boot/dts/rockchip/Makefile | 1 +
> arch/arm64/boot/dts/rockchip/rk3399-rockpro64.dts | 692 +++++++++++++++++++++
> 3 files changed, 697 insertions(+)
> create mode 100644 arch/arm64/boot/dts/rockchip/rk3399-rockpro64.dts
>
Reviewed-by: Rob Herring <robh@kernel.org>
WARNING: multiple messages have this Message-ID (diff)
From: robh@kernel.org (Rob Herring)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v3] arm64: dts: rockchip: add initial dts support for Rockpro64
Date: Thu, 27 Sep 2018 15:02:51 -0500 [thread overview]
Message-ID: <20180927200251.GA4060@bogus> (raw)
In-Reply-To: <1537943105-21247-1-git-send-email-Akash_Gajjar@mentor.com>
On Wed, 26 Sep 2018 11:54:57 +0530, Akash Gajjar wrote:
> Rockpro64 is a rockchip RK3399 based board from pine64.org.
> This patch adds basic device node support for Rockpro64 board and make it able
> to bring up.
>
> Peripheral Works
> - Sdcard
> - USB 2.0, 3.0
> - Leds
> - Ethernet
> - Debug console
>
> Not working:
> - USB Type-C
>
> Signed-off-by: Akash Gajjar <Akash_Gajjar@mentor.com>
> ---
> changes for v2
> - Added support for usb 2.0, 3.0
> - Added fusb302 node and its regulator support
> - Cleanup pinctrl node
> - Remove backlight, pcie, sound codec node inherited from firefly-rk3399 dts
> changes for v3
> - Added copyright properly
> - Typo correction in commit message
>
> Documentation/devicetree/bindings/arm/rockchip.txt | 4 +
> arch/arm64/boot/dts/rockchip/Makefile | 1 +
> arch/arm64/boot/dts/rockchip/rk3399-rockpro64.dts | 692 +++++++++++++++++++++
> 3 files changed, 697 insertions(+)
> create mode 100644 arch/arm64/boot/dts/rockchip/rk3399-rockpro64.dts
>
Reviewed-by: Rob Herring <robh@kernel.org>
next prev parent reply other threads:[~2018-09-27 20:02 UTC|newest]
Thread overview: 55+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <Akash_Gajjar@mentor.com>
2018-07-22 15:46 ` [PATCH] arm64: activate spi flash on pine64 LTS board Akash Gajjar
2018-07-22 15:46 ` Akash Gajjar
2018-07-24 12:51 ` Maxime Ripard
2018-07-24 12:51 ` Maxime Ripard
2018-07-26 6:51 ` [PATCH] arm64: dts: allwinner: " Akash Gajjar
2018-07-26 6:51 ` Akash Gajjar
2018-07-26 6:51 ` Akash Gajjar
2018-07-26 7:29 ` Maxime Ripard
2018-07-26 7:29 ` Maxime Ripard
2018-07-26 7:31 ` Maxime Ripard
2018-07-26 7:31 ` Maxime Ripard
2018-07-26 8:00 ` Emmanuel Vadot
2018-07-26 8:00 ` Emmanuel Vadot
2018-08-01 7:43 ` [PATCH] arm64: dts: allwinner: a64: add csi regulator to sopine dts Akash Gajjar
2018-08-01 7:43 ` Akash Gajjar
2018-08-01 7:43 ` Akash Gajjar
2018-08-07 2:52 ` Chen-Yu Tsai
2018-08-07 2:52 ` Chen-Yu Tsai
2018-09-14 12:09 ` [PATCH] arm64: dts: rockchip: add initial dts support for Rockpro64 board Akash Gajjar
2018-09-14 12:09 ` Akash Gajjar
2018-09-14 12:09 ` Akash Gajjar
2018-09-14 17:53 ` Heiko Stuebner
2018-09-14 17:53 ` Heiko Stuebner
2018-09-15 9:03 ` agajjar
2018-09-15 9:03 ` agajjar
2018-09-15 9:03 ` agajjar
2018-09-15 18:47 ` Heiko Stuebner
2018-09-15 18:47 ` Heiko Stuebner
2018-09-17 5:44 ` Rob Herring
2018-09-17 5:44 ` Rob Herring
2018-09-26 6:24 ` [PATCH v3] arm64: dts: rockchip: add initial dts support for Rockpro64 Akash Gajjar
2018-09-26 6:24 ` Akash Gajjar
2018-09-26 6:24 ` Akash Gajjar
2018-09-26 9:44 ` Deepak Das
2018-09-26 9:44 ` Deepak Das
2018-09-26 9:44 ` Deepak Das
2018-09-26 11:35 ` Heiko Stuebner
2018-09-26 11:35 ` Heiko Stuebner
2018-09-27 20:02 ` Rob Herring [this message]
2018-09-27 20:02 ` Rob Herring
2018-09-19 14:43 [PATCH] arm64: dts: rockchip: add initial dts support for Rockpro64 board Akash Gajjar
2018-09-19 14:43 ` Akash Gajjar
2018-09-19 14:43 ` Akash Gajjar
2018-09-20 6:25 ` Deepak Das
2018-09-20 6:25 ` Deepak Das
2018-09-20 6:25 ` Deepak Das
2018-09-24 13:05 ` Heiko Stuebner
2018-09-24 13:05 ` Heiko Stuebner
2018-09-25 11:24 ` Rob Herring
2018-09-25 11:24 ` Rob Herring
-- strict thread matches above, loose matches on Subject: below --
2018-09-19 14:45 [PATCH] arm64: dts: rockchip: update pinmux setting in rk3399.dtsi Akash Gajjar
2018-09-19 14:45 ` Akash Gajjar
2018-09-19 14:45 ` Akash Gajjar
2018-09-24 12:58 ` Heiko Stuebner
2018-09-24 12:58 ` 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=20180927200251.GA4060@bogus \
--to=robh@kernel.org \
--cc=Akash_Gajjar@mentor.com \
--cc=Deepak_das@mentor.com \
--cc=Pragnesh_patel@mentor.com \
--cc=arnd@arndb.de \
--cc=cheat.sc.linux@outlook.com \
--cc=devicetree@vger.kernel.org \
--cc=djw@t-chip.com.cn \
--cc=enric.balletbo@collabora.com \
--cc=ezequiel@collabora.com \
--cc=gregkh@linuxfoundation.org \
--cc=heiko@sntech.de \
--cc=klaus.goger@theobroma-systems.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-rockchip@lists.infradead.org \
--cc=mark.rutland@arm.com \
--cc=phh@phh.me \
--cc=pombredanne@nexb.com \
--cc=robh+dt@kernel.org \
--cc=shawn.lin@rock-chips.com \
--cc=yamada.masahiro@socionext.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.