2023-10-11 17:03:02

by Luca Weiss

[permalink] [raw]
Subject: [PATCH 0/3] Add support for HTC One Mini 2 smartphone

Add support for this smartphone from HTC which is based on the MSM8926
SoC and codenamed "memul".

Depends on, runtime-only, bootloader enables watchdog so we need to pet
it to stay alive:
https://lore.kernel.org/linux-arm-msm/[email protected]/T/

Depends on, for dt-bindings & Makefile change, could also be re-ordered:
https://lore.kernel.org/linux-arm-msm/[email protected]/T/

(Technically a resend of msg-id
<[email protected]> where I missed adding
most email addresses, sorry)

Signed-off-by: Luca Weiss <[email protected]>
---
Luca Weiss (3):
dt-bindings: vendor-prefixes: document HTC Corporation
dt-bindings: arm: qcom: Add HTC One Mini 2
ARM: dts: qcom: Add support for HTC One Mini 2

Documentation/devicetree/bindings/arm/qcom.yaml | 1 +
.../devicetree/bindings/vendor-prefixes.yaml | 2 +
arch/arm/boot/dts/qcom/Makefile | 1 +
arch/arm/boot/dts/qcom/qcom-msm8926-htc-memul.dts | 337 +++++++++++++++++++++
4 files changed, 341 insertions(+)
---
base-commit: 4a914c105417214fb38cd124317f174247c0a426
change-id: 20231002-htc-memul-742a8517d24b

Best regards,
--
Luca Weiss <[email protected]>


2023-10-11 17:03:11

by Luca Weiss

[permalink] [raw]
Subject: [PATCH 2/3] dt-bindings: arm: qcom: Add HTC One Mini 2

Document the compatible for the MSM8926-based HTC One Mini 2 smartphone.

Signed-off-by: Luca Weiss <[email protected]>
---
Documentation/devicetree/bindings/arm/qcom.yaml | 1 +
1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/arm/qcom.yaml b/Documentation/devicetree/bindings/arm/qcom.yaml
index 2a607b1595c9..1b7f094aa100 100644
--- a/Documentation/devicetree/bindings/arm/qcom.yaml
+++ b/Documentation/devicetree/bindings/arm/qcom.yaml
@@ -192,6 +192,7 @@ properties:

- items:
- enum:
+ - htc,memul
- microsoft,superman-lte
- microsoft,tesla
- const: qcom,msm8926

--
2.42.0

2023-10-11 18:06:36

by Krzysztof Kozlowski

[permalink] [raw]
Subject: Re: [PATCH 2/3] dt-bindings: arm: qcom: Add HTC One Mini 2

On 11/10/2023 19:02, Luca Weiss wrote:
> Document the compatible for the MSM8926-based HTC One Mini 2 smartphone.
>
> Signed-off-by: Luca Weiss <[email protected]>

Acked-by: Krzysztof Kozlowski <[email protected]>

Best regards,
Krzysztof