Hello, These patches add initial support for the LG H815. They are enough to boot the device on postmarketOS and have some basic functionality. Connecting to the device over USB networking via ssh, buttons, SD-Card, eMMC and regulators work. The dtb_checker shows some warnings, but they come from the msm8994.dtsi. For CPU bring up lk2nd is required. The DMA controller module fails to load and from time to time the SMD clock driver fails. But I hope to prevent duplicate work and make it more accessible. Best regards Alex Alexander Reimelt (2): dt-bindings: arm: qcom: Add LG G4 (h815) arm64: dts: qcom: Add basic support for LG G4 (H815) .../devicetree/bindings/arm/qcom.yaml | 1 + arch/arm64/boot/dts/qcom/Makefile | 1 + arch/arm64/boot/dts/qcom/msm8992-lg-h815.dts | 422 ++++++++++++++++++ 3 files changed, 424 insertions(+) create mode 100644 arch/arm64/boot/dts/qcom/msm8992-lg-h815.dts -- 2.44.0