Message ID | 20220805234411.303055-1-tom@tom-fitzhenry.me.uk (mailing list archive) |
---|---|
Headers | show |
Series | Add support for the Pine64 PinePhone Pro phone | expand |
Hi, On 06/08/2022 00:44, Tom Fitzhenry wrote: > PinePhone Pro is a RK3399 based phone produced by Pine64. Please CC phone-devel@vger.kernel.org for phone related patches > > Add a basic DTS for it. This is a working base that will allow myself and > others to add more nodes. > > Changes since v1: > * Simplified the DT to a minimal base. > * Introduced the RK3399-T OPPs. > > Samuel Dionne-Riel (1): > arm64: dts: rockchip: Add RK3399-T opp > > 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 | 385 ++++++++++++++++++ > .../arm64/boot/dts/rockchip/rk3399-t-opp.dtsi | 118 ++++++ > 4 files changed, 509 insertions(+) > create mode 100644 arch/arm64/boot/dts/rockchip/rk3399-pinephone-pro.dts > create mode 100644 arch/arm64/boot/dts/rockchip/rk3399-t-opp.dtsi >