This patchset splits sm8250-samsung-r8q.dts and adds sm8250-samsung-common.dtsi, which contains common definitions for Samsung devices that use the same SoC - the S20, Tab S7 and Note 20 series. With that, also add a DTS for x1q board, which is the Samsung Galaxy S20. Thanks, Eric Eric Gonçalves (3): arm64: dts: qcom: sm8250-samsung-r8q: Move common parts to dtsi dt-bindings: arm: qcom: document x1q board binding arm64: dts: qcom: add initial support for Samsung Galaxy S20 .../devicetree/bindings/arm/qcom.yaml | 1 + arch/arm64/boot/dts/qcom/Makefile | 1 + .../boot/dts/qcom/sm8250-samsung-common.dtsi | 204 ++++++++++++++++++ .../boot/dts/qcom/sm8250-samsung-r8q.dts | 42 ++-- .../boot/dts/qcom/sm8250-samsung-x1q.dts | 26 +++ 5 files changed, 245 insertions(+), 29 deletions(-) create mode 100644 arch/arm64/boot/dts/qcom/sm8250-samsung-common.dtsi create mode 100644 arch/arm64/boot/dts/qcom/sm8250-samsung-x1q.dts -- 2.50.1