From: Corentin Labbe <clabbe@xxxxxxxxxxxx> Date: Wed, 30 Oct 2019 11:54:51 +0100 Subject: [PATCH v3 0/3] ARM64: dts: allwinner: Add devicetree for pine H64 modelA Hello Pineh64 have two existing model (A and B) with some hardware difference and so need two different DT file. But the current situation has only one file for both. This serie fix this situation by being more clear on which DT file is needed for both model. Regards Change since v2: - Added the HDMI connector node to model A Changes since v1: - Added the first patch for stating which model support the sun50i-h6-pine-h64.dts Corentin Labbe (3): ARM64: dts: sun50i-h6-pine-h64: state that the DT supports the modelB ARM64: dts: sun50i-h6-pine-h64: add the hdmi_connector label ARM64: dts: allwinner: add pineh64 model A .../devicetree/bindings/arm/sunxi.yaml | 9 ++++-- arch/arm64/boot/dts/allwinner/Makefile | 1 + .../allwinner/sun50i-h6-pine-h64-modelA.dts | 30 +++++++++++++++++++ .../boot/dts/allwinner/sun50i-h6-pine-h64.dts | 6 ++-- 4 files changed, 41 insertions(+), 5 deletions(-) create mode 100644 arch/arm64/boot/dts/allwinner/sun50i-h6-pine-h64-modelA.dts -- 2.23.0