mbox series

[v3,0/2] arm64: Add basic support for LG H815

Message ID 20240727201413.114317-1-alexander.reimelt@posteo.de (mailing list archive)
Headers show
Series arm64: Add basic support for LG H815 | expand

Message

Alexander Reimelt July 27, 2024, 8:04 p.m. UTC
Hello,

Changes in v3:
- use 0x0 consistently
- pad to 8 digits
- drop compatible = "framebuffer" because it's unused
- drop chosen

Thanks again for your time.

v2: https://lore.kernel.org/linux-devicetree/20240530135922.23326-1-alexander.reimelt@posteo.de/

Alexander Reimelt (2):
  dt-bindings: arm: qcom: Add LG G4 (h815)
  arm64: dts: qcom: msm8992-lg-h815: Initial 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  | 231 ++++++++++++++++++
 3 files changed, 233 insertions(+)
 create mode 100644 arch/arm64/boot/dts/qcom/msm8992-lg-h815.dts

Comments

Rob Herring (Arm) July 29, 2024, 6:52 p.m. UTC | #1
On Sat, 27 Jul 2024 20:04:48 +0000, Alexander Reimelt wrote:
> Hello,
> 
> Changes in v3:
> - use 0x0 consistently
> - pad to 8 digits
> - drop compatible = "framebuffer" because it's unused
> - drop chosen
> 
> Thanks again for your time.
> 
> v2: https://lore.kernel.org/linux-devicetree/20240530135922.23326-1-alexander.reimelt@posteo.de/
> 
> Alexander Reimelt (2):
>   dt-bindings: arm: qcom: Add LG G4 (h815)
>   arm64: dts: qcom: msm8992-lg-h815: Initial 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  | 231 ++++++++++++++++++
>  3 files changed, 233 insertions(+)
>  create mode 100644 arch/arm64/boot/dts/qcom/msm8992-lg-h815.dts
> 
> --
> 2.45.2
> 
> 
> 


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 20240727201413.114317-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#
Bjorn Andersson Aug. 1, 2024, 3:19 a.m. UTC | #2
On Sat, 27 Jul 2024 20:04:48 +0000, Alexander Reimelt wrote:
> Changes in v3:
> - use 0x0 consistently
> - pad to 8 digits
> - drop compatible = "framebuffer" because it's unused
> - drop chosen
> 
> Thanks again for your time.
> 
> [...]

Applied, thanks!

[1/2] dt-bindings: arm: qcom: Add LG G4 (h815)
      commit: d2e577267cc29841d9f316ff65494d1892fed13c
[2/2] arm64: dts: qcom: msm8992-lg-h815: Initial support for LG G4 (H815)
      commit: ed3c955cab3a9d5a9bce4756e4bd3390f9c23e1f

Best regards,