Messages in this thread Patch in this message |  | | From | Jens Glathe via B4 Relay <> | | Date | Sat, 30 Nov 2024 20:08:52 +0100 | | Subject | [PATCH v2 1/4] dt-bindings: arm: qcom: Add HP Omnibook X 14 |
| |
From: Jens Glathe <jens.glathe@oldschoolsolutions.biz>
Add compatible values for the HP Omnibook X Laptop 14-fe0750ng, using "hp,omnibook-x14"
The laptop is based on the Snapdragon X Elite (x1e80100) SoC.
PDF link: https://www8.hp.com/h20195/V2/GetPDF.aspx/c08989140
Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Signed-off-by: Jens Glathe <jens.glathe@oldschoolsolutions.biz> --- 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 ca39903935104..62e197a1e7603 100644 --- a/Documentation/devicetree/bindings/arm/qcom.yaml +++ b/Documentation/devicetree/bindings/arm/qcom.yaml @@ -1103,6 +1103,7 @@ properties: - enum: - asus,vivobook-s15 - dell,xps13-9345 + - hp,omnibook-x14 - lenovo,yoga-slim7x - microsoft,romulus13 - microsoft,romulus15 -- 2.43.0
|  |