All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] dt-bindings: Add doc for Pine64 Pinebook Pro
@ 2020-01-16 22:56 ` Emmanuel Vadot
  0 siblings, 0 replies; 32+ messages in thread
From: Emmanuel Vadot @ 2020-01-16 22:56 UTC (permalink / raw)
  To: robh+dt-DgEjT+Ai2ygdnm+yROfE0A, mark.rutland-5wv7dgnIgG8,
	heiko-4mtYJXux2i+zQB+pC5nmwQ, dianders-F7+t8E8rja9g9hUCZPvPmw,
	andy.yan-TNX95d0MmH7DzftRWevZcw, robin.murphy-5wv7dgnIgG8,
	mka-F7+t8E8rja9g9hUCZPvPmw,
	jagan-dyjBcgdgk7Pe9wHmmfpqLFaTQe2KTcn/,
	nick-XW3xCAIBE2TQT0dZR+AlfA, kever.yang-TNX95d0MmH7DzftRWevZcw,
	m.reichl-SRyzfwRm/0rPTwkrwQOX7A, aballier-aBrp7R+bbdUdnm+yROfE0A,
	pbrobinson-Re5JQEeQqe8AvxtiuMwx3w, vicencb-Re5JQEeQqe8AvxtiuMwx3w
  Cc: devicetree-u79uwXL29TY76Z2rM5mHXA,
	linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r,
	linux-rockchip-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA, Emmanuel Vadot

Add a compatible for Pine64 Pinebook Pro

Signed-off-by: Emmanuel Vadot <manu-h+KGxgPPiopAfugRpC6u6w@public.gmane.org>
---
 Documentation/devicetree/bindings/arm/rockchip.yaml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/Documentation/devicetree/bindings/arm/rockchip.yaml b/Documentation/devicetree/bindings/arm/rockchip.yaml
index d9847b306b83..2f6b72b084a4 100644
--- a/Documentation/devicetree/bindings/arm/rockchip.yaml
+++ b/Documentation/devicetree/bindings/arm/rockchip.yaml
@@ -412,6 +412,11 @@ properties:
           - const: pine64,rockpro64
           - const: rockchip,rk3399
 
+      - description: Pine64 PinebookPro
+        items:
+          - const: pine64,pinebook-pro
+          - const: rockchip,rk3399
+
       - description: Radxa Rock
         items:
           - const: radxa,rock
-- 
2.24.1

^ permalink raw reply related	[flat|nested] 32+ messages in thread
* [PATCH 0/2] Add support for the pine64 Pinebook Pro
@ 2020-02-27 18:06 Tobias Schramm
  2020-02-27 18:06   ` Tobias Schramm
  0 siblings, 1 reply; 32+ messages in thread
From: Tobias Schramm @ 2020-02-27 18:06 UTC (permalink / raw)
  To: Rob Herring, Mark Rutland, Heiko Stuebner, Andy Yan
  Cc: Douglas Anderson, Jagan Teki, Markus Reichl, Alexis Ballier,
	Matthias Kaehlcke, Nick Xie, Kever Yang, Vivek Unune,
	Katsuhiro Suzuki, Tobias Schramm, devicetree, linux-arm-kernel,
	linux-rockchip, linux-kernel, anarsoul

This patchset adds an initial dts and compatible string for the rk3399
based Pinebook Pro 14" laptop.

Contrary to the Rockchip BSP dts proposed mid January this dts has a
power tree reflecting the actual schematic of the device and features
full display, audio and WiFi/Bluetooth support.

Tobias Schramm (2):
  dt-bindings: Add doc for pine64 Pinebook Pro
  arm64: dts: rockchip: Add initial support for Pinebook Pro

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

-- 
2.24.1

^ permalink raw reply	[flat|nested] 32+ messages in thread

end of thread, other threads:[~2020-02-28 15:15 UTC | newest]

Thread overview: 32+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-01-16 22:56 [PATCH 1/2] dt-bindings: Add doc for Pine64 Pinebook Pro Emmanuel Vadot
2020-01-16 22:56 ` Emmanuel Vadot
2020-01-16 22:56 ` Emmanuel Vadot
2020-01-16 22:56 ` [PATCH 2/2] arm64: dts: rockchip: Add initial support for " Emmanuel Vadot
2020-01-16 22:56   ` Emmanuel Vadot
     [not found]   ` <20200116225617.6318-2-manu-h+KGxgPPiopAfugRpC6u6w@public.gmane.org>
2020-01-18 10:42     ` Johan Jonker
2020-01-19 20:17     ` Heiko Stübner
2020-01-19 20:17       ` Heiko Stübner
2020-01-19 20:17       ` Heiko Stübner
2020-01-19 21:31       ` Emmanuel Vadot
2020-01-19 21:31         ` Emmanuel Vadot
2020-01-19 21:31         ` Emmanuel Vadot
2020-01-21 14:13     ` Tobias Schramm
2020-01-21 14:13       ` Tobias Schramm
2020-01-21 14:13       ` Tobias Schramm
2020-01-21 14:21       ` Heiko Stuebner
2020-01-21 14:21         ` Heiko Stuebner
2020-01-20 11:24 ` [PATCH 1/2] dt-bindings: Add doc for Pine64 " Johan Jonker
2020-01-20 11:24   ` Johan Jonker
     [not found] ` <20200116225617.6318-1-manu-h+KGxgPPiopAfugRpC6u6w@public.gmane.org>
2020-01-22 16:08   ` Rob Herring
2020-01-22 16:08     ` Rob Herring
2020-01-22 16:08     ` Rob Herring
  -- strict thread matches above, loose matches on Subject: below --
2020-02-27 18:06 [PATCH 0/2] Add support for the pine64 " Tobias Schramm
2020-02-27 18:06 ` [PATCH 2/2] arm64: dts: rockchip: Add initial support for " Tobias Schramm
2020-02-27 18:06   ` Tobias Schramm
     [not found]   ` <20200227180630.166982-3-t.schramm-x9ov/VOV9nNAfugRpC6u6w@public.gmane.org>
2020-02-28 14:19     ` Heiko Stübner
2020-02-28 14:19       ` Heiko Stübner
2020-02-28 14:19       ` Heiko Stübner
2020-02-28 14:57       ` Tobias Schramm
2020-02-28 14:57         ` Tobias Schramm
     [not found]         ` <37190f26-48aa-dcad-d4b1-8a534ba1360e-x9ov/VOV9nNAfugRpC6u6w@public.gmane.org>
2020-02-28 15:15           ` Heiko Stübner
2020-02-28 15:15             ` Heiko Stübner
2020-02-28 15:15             ` Heiko Stübner

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.