mbox series

[0/2] Add HTC One (M8) support

Message ID 20240603-m8-support-v1-0-c7b6a1941ed2@me.ssier.org (mailing list archive)
Headers show
Series Add HTC One (M8) support | expand

Message

Alexandre Messier via B4 Relay June 3, 2024, 6:28 a.m. UTC
Add an initial device tree to support the HTC One (M8) smartphone,
aka "htc,m8".

Signed-off-by: Alexandre Messier <alex@me.ssier.org>
---
Alexandre Messier (2):
      dt-bindings: arm: qcom: add HTC One (M8)
      ARM: dts: qcom: Add initial support for HTC One (M8)

 Documentation/devicetree/bindings/arm/qcom.yaml   |   1 +
 arch/arm/boot/dts/qcom/Makefile                   |   1 +
 arch/arm/boot/dts/qcom/qcom-msm8974pro-htc-m8.dts | 353 ++++++++++++++++++++++
 3 files changed, 355 insertions(+)
---
base-commit: 1613e604df0cd359cf2a7fbd9be7a0bcfacfabd0
change-id: 20240603-m8-support-9458b378f168

Best regards,

Comments

Rob Herring (Arm) June 4, 2024, 3:28 p.m. UTC | #1
On Mon, 03 Jun 2024 02:28:55 -0400, Alexandre Messier wrote:
> Add an initial device tree to support the HTC One (M8) smartphone,
> aka "htc,m8".
> 
> Signed-off-by: Alexandre Messier <alex@me.ssier.org>
> ---
> Alexandre Messier (2):
>       dt-bindings: arm: qcom: add HTC One (M8)
>       ARM: dts: qcom: Add initial support for HTC One (M8)
> 
>  Documentation/devicetree/bindings/arm/qcom.yaml   |   1 +
>  arch/arm/boot/dts/qcom/Makefile                   |   1 +
>  arch/arm/boot/dts/qcom/qcom-msm8974pro-htc-m8.dts | 353 ++++++++++++++++++++++
>  3 files changed, 355 insertions(+)
> ---
> base-commit: 1613e604df0cd359cf2a7fbd9be7a0bcfacfabd0
> change-id: 20240603-m8-support-9458b378f168
> 
> Best regards,
> --
> Alexandre Messier <alex@me.ssier.org>
> 
> 
> 


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/qcom-msm8974pro-htc-m8.dtb' for 20240603-m8-support-v1-0-c7b6a1941ed2@me.ssier.org:

arch/arm/boot/dts/qcom/qcom-msm8974pro-htc-m8.dtb: l2-cache: Unevaluated properties are not allowed ('qcom,saw' was unexpected)
	from schema $id: http://devicetree.org/schemas/cache.yaml#
Bjorn Andersson June 6, 2024, 3:20 a.m. UTC | #2
On Mon, 03 Jun 2024 02:28:55 -0400, Alexandre Messier wrote:
> Add an initial device tree to support the HTC One (M8) smartphone,
> aka "htc,m8".
> 
> 

Applied, thanks!

[2/2] ARM: dts: qcom: Add initial support for HTC One (M8)
      commit: 0e8a41e511c98f5f5796c0dca8ff983d1c967b93

Best regards,