2020-07-03 19:51:48

by Ondřej Jirman

[permalink] [raw]
Subject: [PATCH 0/3] Add support for Pine64 PinePhone HW Revision 1.2

This series adds an initial support for Pine64 PinePhone 1.2.

The differences against 1.1 and 1.0 are larger. So far this
series describes the magnetometer interrupt that is wired
correctly on 1.2 and backlight differences.

There are also a lot of changes in how modem gpios are exposed,
and in HDMI/USB bridge and USB power in this revision. Those
will be expressed later, when the base dtsi gains support for
these things.

Please take a look.

thank you and regards,
Ondrej Jirman

Ondrej Jirman (3):
dt-bindings: arm: sunxi: Add PinePhone 1.2 bindings
arm64: dts: allwinner: Add support for PinePhone revision 1.2
arm64: dts: sun50i-pinephone: dldo4 must not be >= 1.8V

.../devicetree/bindings/arm/sunxi.yaml | 5 +++
arch/arm64/boot/dts/allwinner/Makefile | 1 +
.../allwinner/sun50i-a64-pinephone-1.2.dts | 40 +++++++++++++++++++
.../dts/allwinner/sun50i-a64-pinephone.dtsi | 4 +-
4 files changed, 48 insertions(+), 2 deletions(-)
create mode 100644 arch/arm64/boot/dts/allwinner/sun50i-a64-pinephone-1.2.dts

--
2.27.0


2020-07-03 19:51:56

by Ondřej Jirman

[permalink] [raw]
Subject: [PATCH 1/3] dt-bindings: arm: sunxi: Add PinePhone 1.2 bindings

Document board compatible names for Pine64 PinePhone 1.2.

Signed-off-by: Ondrej Jirman <[email protected]>
---
Documentation/devicetree/bindings/arm/sunxi.yaml | 5 +++++
1 file changed, 5 insertions(+)

diff --git a/Documentation/devicetree/bindings/arm/sunxi.yaml b/Documentation/devicetree/bindings/arm/sunxi.yaml
index 87817ff0cd35..efc9118233b4 100644
--- a/Documentation/devicetree/bindings/arm/sunxi.yaml
+++ b/Documentation/devicetree/bindings/arm/sunxi.yaml
@@ -657,6 +657,11 @@ properties:
- const: pine64,pinephone-1.1
- const: allwinner,sun50i-a64

+ - description: Pine64 PinePhone (1.2)
+ items:
+ - const: pine64,pinephone-1.2
+ - const: allwinner,sun50i-a64
+
- description: Pine64 PineTab
items:
- const: pine64,pinetab
--
2.27.0