All of lore.kernel.org
 help / color / mirror / Atom feed
From: Tom Fitzhenry <tom@tom-fitzhenry.me.uk>
To: Rob Herring <robh+dt@kernel.org>,
	Krzysztof Kozlowski <krzk+dt@kernel.org>,
	Heiko Stuebner <heiko@sntech.de>,
	linux-rockchip@lists.infradead.org
Cc: devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
	linux-kernel@vger.kernel.org,
	Samuel Holland <samuel@sholland.org>, Ondrej Jirman <x@xff.cz>,
	Martijn Braam <martijn@brixit.nl>,
	Tom Fitzhenry <tom@tom-fitzhenry.me.uk>
Subject: [PATCH 0/2] Add support for Pine64 PinePhonePro Linux phone
Date: Sun, 29 May 2022 13:17:03 +1000	[thread overview]
Message-ID: <20220529031705.278631-1-tom@tom-fitzhenry.me.uk> (raw)

This series adds initial support for Pine64 PinePhonePro.

Tom Fitzhenry (2):
  dt-bindings: arm: rockchip: Add PinePhone Pro bindings
  arm64: dts: rockchip: Add initial support for Pine64 PinePhone Pro

 .../devicetree/bindings/arm/rockchip.yaml     |   5 +
 arch/arm64/boot/dts/rockchip/Makefile         |   1 +
 .../dts/rockchip/rk3399-pinephone-pro.dts     | 939 ++++++++++++++++++
 3 files changed, 945 insertions(+)
 create mode 100644 arch/arm64/boot/dts/rockchip/rk3399-pinephone-pro.dts

-- 
2.36.0


WARNING: multiple messages have this Message-ID (diff)
From: Tom Fitzhenry <tom@tom-fitzhenry.me.uk>
To: Rob Herring <robh+dt@kernel.org>,
	Krzysztof Kozlowski <krzk+dt@kernel.org>,
	Heiko Stuebner <heiko@sntech.de>,
	linux-rockchip@lists.infradead.org
Cc: devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
	linux-kernel@vger.kernel.org,
	Samuel Holland <samuel@sholland.org>, Ondrej Jirman <x@xff.cz>,
	Martijn Braam <martijn@brixit.nl>,
	Tom Fitzhenry <tom@tom-fitzhenry.me.uk>
Subject: [PATCH 0/2] Add support for Pine64 PinePhonePro Linux phone
Date: Sun, 29 May 2022 13:17:03 +1000	[thread overview]
Message-ID: <20220529031705.278631-1-tom@tom-fitzhenry.me.uk> (raw)

This series adds initial support for Pine64 PinePhonePro.

Tom Fitzhenry (2):
  dt-bindings: arm: rockchip: Add PinePhone Pro bindings
  arm64: dts: rockchip: Add initial support for Pine64 PinePhone Pro

 .../devicetree/bindings/arm/rockchip.yaml     |   5 +
 arch/arm64/boot/dts/rockchip/Makefile         |   1 +
 .../dts/rockchip/rk3399-pinephone-pro.dts     | 939 ++++++++++++++++++
 3 files changed, 945 insertions(+)
 create mode 100644 arch/arm64/boot/dts/rockchip/rk3399-pinephone-pro.dts

-- 
2.36.0


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

WARNING: multiple messages have this Message-ID (diff)
From: Tom Fitzhenry <tom@tom-fitzhenry.me.uk>
To: Rob Herring <robh+dt@kernel.org>,
	Krzysztof Kozlowski <krzk+dt@kernel.org>,
	Heiko Stuebner <heiko@sntech.de>,
	linux-rockchip@lists.infradead.org
Cc: devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
	linux-kernel@vger.kernel.org,
	Samuel Holland <samuel@sholland.org>, Ondrej Jirman <x@xff.cz>,
	Martijn Braam <martijn@brixit.nl>,
	Tom Fitzhenry <tom@tom-fitzhenry.me.uk>
Subject: [PATCH 0/2] Add support for Pine64 PinePhonePro Linux phone
Date: Sun, 29 May 2022 13:17:03 +1000	[thread overview]
Message-ID: <20220529031705.278631-1-tom@tom-fitzhenry.me.uk> (raw)

This series adds initial support for Pine64 PinePhonePro.

Tom Fitzhenry (2):
  dt-bindings: arm: rockchip: Add PinePhone Pro bindings
  arm64: dts: rockchip: Add initial support for Pine64 PinePhone Pro

 .../devicetree/bindings/arm/rockchip.yaml     |   5 +
 arch/arm64/boot/dts/rockchip/Makefile         |   1 +
 .../dts/rockchip/rk3399-pinephone-pro.dts     | 939 ++++++++++++++++++
 3 files changed, 945 insertions(+)
 create mode 100644 arch/arm64/boot/dts/rockchip/rk3399-pinephone-pro.dts

-- 
2.36.0


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

             reply	other threads:[~2022-05-29  3:18 UTC|newest]

Thread overview: 30+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-05-29  3:17 Tom Fitzhenry [this message]
2022-05-29  3:17 ` [PATCH 0/2] Add support for Pine64 PinePhonePro Linux phone Tom Fitzhenry
2022-05-29  3:17 ` Tom Fitzhenry
2022-05-29  3:17 ` [PATCH 1/2] dt-bindings: arm: rockchip: Add PinePhone Pro bindings Tom Fitzhenry
2022-05-29  3:17   ` Tom Fitzhenry
2022-05-29  3:17   ` Tom Fitzhenry
2022-05-29 14:23   ` Krzysztof Kozlowski
2022-05-29 14:23     ` Krzysztof Kozlowski
2022-05-29 14:23     ` Krzysztof Kozlowski
2022-06-15 13:28   ` Pavel Machek
2022-06-15 13:28     ` Pavel Machek
2022-06-15 13:28     ` Pavel Machek
2022-05-29  3:17 ` [PATCH 2/2] arm64: dts: rockchip: Add initial support for Pine64 PinePhone Pro Tom Fitzhenry
2022-05-29  3:17   ` Tom Fitzhenry
2022-05-29  3:17   ` Tom Fitzhenry
2022-05-29  3:45   ` Tom Fitzhenry
2022-05-29  3:45     ` Tom Fitzhenry
2022-05-29  3:45     ` Tom Fitzhenry
2022-05-29 11:33   ` Ondřej Jirman
2022-05-29 11:33     ` Ondřej Jirman
2022-05-29 11:33     ` Ondřej Jirman
2022-05-29 11:53     ` Tom Fitzhenry
2022-05-29 11:53       ` Tom Fitzhenry
2022-05-29 11:53       ` Tom Fitzhenry
2022-05-29 14:26   ` Krzysztof Kozlowski
2022-05-29 14:26     ` Krzysztof Kozlowski
2022-05-29 14:26     ` Krzysztof Kozlowski
2022-06-15 13:28   ` Pavel Machek
2022-06-15 13:28     ` Pavel Machek
2022-06-15 13:28     ` Pavel Machek

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=20220529031705.278631-1-tom@tom-fitzhenry.me.uk \
    --to=tom@tom-fitzhenry.me.uk \
    --cc=devicetree@vger.kernel.org \
    --cc=heiko@sntech.de \
    --cc=krzk+dt@kernel.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-rockchip@lists.infradead.org \
    --cc=martijn@brixit.nl \
    --cc=robh+dt@kernel.org \
    --cc=samuel@sholland.org \
    --cc=x@xff.cz \
    /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.