From: Rob Herring <robh@kernel.org>
To: Alexander Reimelt <alexander.reimelt@posteo.de>
Cc: conor+dt@kernel.org, krzysztof.kozlowski+dt@linaro.org,
devicetree@vger.kernel.org, linux-kernel@vger.kernel.org,
robh+dt@kernel.org, andersson@kernel.org, pvorel@suse.cz,
linux-arm-msm@vger.kernel.org, konrad.dybcio@linaro.org
Subject: Re: [PATCH 0/2] arm64: Add basic support for LG H815
Date: Wed, 03 Apr 2024 09:15:56 -0500 [thread overview]
Message-ID: <171215356311.3499103.14484942655821414502.robh@kernel.org> (raw)
In-Reply-To: <20240403104415.30636-1-alexander.reimelt@posteo.de>
On Wed, 03 Apr 2024 10:43:28 +0000, Alexander Reimelt wrote:
> 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
>
>
>
My bot found new DTB warnings on the .dts files added or changed in this
series.
Some warnings may be from an existing SoC .dtsi. Or perhaps the warnings
are fixed by another series. Ultimately, it is up to the platform
maintainer whether these warnings are acceptable or not. No need to reply
unless the platform maintainer has comments.
If you already ran DT checks and didn't see these error(s), then
make sure dt-schema is up to date:
pip3 install dtschema --upgrade
New warnings running 'make CHECK_DTBS=y qcom/msm8992-lg-h815.dtb' for 20240403104415.30636-1-alexander.reimelt@posteo.de:
arch/arm64/boot/dts/qcom/msm8992-lg-h815.dtb: usb@f92f8800: 'interrupt-names' is a required property
from schema $id: http://devicetree.org/schemas/usb/qcom,dwc3.yaml#
arch/arm64/boot/dts/qcom/msm8992-lg-h815.dtb: usb@f92f8800: 'oneOf' conditional failed, one must be fixed:
'interrupts' is a required property
'interrupts-extended' is a required property
from schema $id: http://devicetree.org/schemas/usb/qcom,dwc3.yaml#
next prev parent reply other threads:[~2024-04-03 14:15 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-04-03 10:43 [PATCH 0/2] arm64: Add basic support for LG H815 Alexander Reimelt
2024-04-03 10:43 ` [PATCH 1/2] dt-bindings: arm: qcom: Add LG G4 (h815) Alexander Reimelt
2024-04-03 17:16 ` Rob Herring
2024-04-03 17:55 ` Petr Vorel
2024-04-03 10:43 ` [PATCH 2/2] arm64: dts: qcom: Add basic support for LG G4 (H815) Alexander Reimelt
2024-04-03 10:57 ` Dmitry Baryshkov
2024-04-03 17:37 ` Krzysztof Kozlowski
2024-04-03 17:59 ` Petr Vorel
2024-04-03 18:43 ` Petr Vorel
2024-04-03 14:15 ` Rob Herring [this message]
2024-05-30 13:57 ` [PATCH v2 0/2] arm64: Add basic support for LG H815 Alexander Reimelt
2024-05-30 13:57 ` [PATCH v2 1/2] dt-bindings: arm: qcom: Add LG G4 (h815) Alexander Reimelt
2024-05-30 14:49 ` Petr Vorel
2024-05-31 8:17 ` Krzysztof Kozlowski
2024-05-30 13:57 ` [PATCH v2 2/2] arm64: dts: qcom: msm8992-lg-h815: Initial support for LG G4 (H815) Alexander Reimelt
2024-06-18 13:32 ` Konrad Dybcio
2024-05-30 16:54 ` [PATCH v2 0/2] arm64: Add basic support for LG H815 Dmitry Baryshkov
2024-06-04 15:28 ` Rob Herring (Arm)
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=171215356311.3499103.14484942655821414502.robh@kernel.org \
--to=robh@kernel.org \
--cc=alexander.reimelt@posteo.de \
--cc=andersson@kernel.org \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=konrad.dybcio@linaro.org \
--cc=krzysztof.kozlowski+dt@linaro.org \
--cc=linux-arm-msm@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=pvorel@suse.cz \
--cc=robh+dt@kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox