Message ID | 20240809-topic-sl7-v1-0-2090433d8dfc@quicinc.com (mailing list archive) |
---|---|
Headers | show |
Series | X1E Surface Laptop 7 support | expand |
On Fri, 09 Aug 2024 03:43:19 +0200, Konrad Dybcio wrote: > This series brings support for X Elite-based Surface Laptop 7 devices. > > See patch 4 for a more detailed status explanation > > Signed-off-by: Konrad Dybcio <quic_kdybcio@quicinc.com> > --- > Konrad Dybcio (4): > dt-bindings: arm: qcom: Add Surface Laptop 7 devices > firmware: qcom: scm: Allow QSEECOM on Surface Laptop 7 models > arm64: dts: qcom: x1e80100: Add UART2 > arm64: dts: qcom: Add support for X1-based Surface Laptop 7 devices > > Documentation/devicetree/bindings/arm/qcom.yaml | 2 + > arch/arm64/boot/dts/qcom/Makefile | 2 + > .../boot/dts/qcom/x1e80100-microsoft-romulus.dtsi | 818 +++++++++++++++++++++ > .../boot/dts/qcom/x1e80100-microsoft-romulus13.dts | 13 + > .../boot/dts/qcom/x1e80100-microsoft-romulus15.dts | 13 + > arch/arm64/boot/dts/qcom/x1e80100-pmics.dtsi | 8 + > arch/arm64/boot/dts/qcom/x1e80100.dtsi | 52 ++ > drivers/firmware/qcom/qcom_scm.c | 2 + > 8 files changed, 910 insertions(+) > --- > base-commit: 1e391b34f6aa043c7afa40a2103163a0ef06d179 > change-id: 20240809-topic-sl7-db3eef0ada6d > > Best regards, > -- > Konrad Dybcio <quic_kdybcio@quicinc.com> > > > 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/x1e80100-microsoft-romulus13.dtb qcom/x1e80100-microsoft-romulus15.dtb' for 20240809-topic-sl7-v1-0-2090433d8dfc@quicinc.com: arch/arm64/boot/dts/qcom/x1e80100-microsoft-romulus15.dtb: domain-idle-states: cluster-sleep-0: 'idle-state-name' does not match any of the regexes: 'pinctrl-[0-9]+' from schema $id: http://devicetree.org/schemas/power/domain-idle-state.yaml# arch/arm64/boot/dts/qcom/x1e80100-microsoft-romulus15.dtb: domain-idle-states: cluster-sleep-1: 'idle-state-name' does not match any of the regexes: 'pinctrl-[0-9]+' from schema $id: http://devicetree.org/schemas/power/domain-idle-state.yaml# arch/arm64/boot/dts/qcom/x1e80100-microsoft-romulus13.dtb: domain-idle-states: cluster-sleep-0: 'idle-state-name' does not match any of the regexes: 'pinctrl-[0-9]+' from schema $id: http://devicetree.org/schemas/power/domain-idle-state.yaml# arch/arm64/boot/dts/qcom/x1e80100-microsoft-romulus13.dtb: domain-idle-states: cluster-sleep-1: 'idle-state-name' does not match any of the regexes: 'pinctrl-[0-9]+' from schema $id: http://devicetree.org/schemas/power/domain-idle-state.yaml# arch/arm64/boot/dts/qcom/x1e80100-microsoft-romulus15.dtb: pci@1bf8000: Unevaluated properties are not allowed ('vddpe-3v3-supply' was unexpected) from schema $id: http://devicetree.org/schemas/pci/qcom,pcie-x1e80100.yaml# arch/arm64/boot/dts/qcom/x1e80100-microsoft-romulus13.dtb: pci@1bf8000: Unevaluated properties are not allowed ('vddpe-3v3-supply' was unexpected) from schema $id: http://devicetree.org/schemas/pci/qcom,pcie-x1e80100.yaml# arch/arm64/boot/dts/qcom/x1e80100-microsoft-romulus15.dtb: usb@a2f8800: interrupt-names: ['pwr_event', 'dp_hs_phy_irq', 'dm_hs_phy_irq'] is too short from schema $id: http://devicetree.org/schemas/usb/qcom,dwc3.yaml# arch/arm64/boot/dts/qcom/x1e80100-microsoft-romulus13.dtb: usb@a2f8800: interrupt-names: ['pwr_event', 'dp_hs_phy_irq', 'dm_hs_phy_irq'] is too short from schema $id: http://devicetree.org/schemas/usb/qcom,dwc3.yaml#
This series brings support for X Elite-based Surface Laptop 7 devices. See patch 4 for a more detailed status explanation Signed-off-by: Konrad Dybcio <quic_kdybcio@quicinc.com> --- Konrad Dybcio (4): dt-bindings: arm: qcom: Add Surface Laptop 7 devices firmware: qcom: scm: Allow QSEECOM on Surface Laptop 7 models arm64: dts: qcom: x1e80100: Add UART2 arm64: dts: qcom: Add support for X1-based Surface Laptop 7 devices Documentation/devicetree/bindings/arm/qcom.yaml | 2 + arch/arm64/boot/dts/qcom/Makefile | 2 + .../boot/dts/qcom/x1e80100-microsoft-romulus.dtsi | 818 +++++++++++++++++++++ .../boot/dts/qcom/x1e80100-microsoft-romulus13.dts | 13 + .../boot/dts/qcom/x1e80100-microsoft-romulus15.dts | 13 + arch/arm64/boot/dts/qcom/x1e80100-pmics.dtsi | 8 + arch/arm64/boot/dts/qcom/x1e80100.dtsi | 52 ++ drivers/firmware/qcom/qcom_scm.c | 2 + 8 files changed, 910 insertions(+) --- base-commit: 1e391b34f6aa043c7afa40a2103163a0ef06d179 change-id: 20240809-topic-sl7-db3eef0ada6d Best regards,