Message ID | 20240623-msm8916-lg-initial-v1-0-6fbcf714d69b@trvn.ru (mailing list archive) |
---|---|
Headers | show |
Series | Introduce msm8916 based LG devices | expand |
On Sun, 23 Jun 2024 14:26:29 +0500, Nikita Travkin wrote: > This series introduces two msm8916-based LG devices: > > - LG Leon LTE (c50) > - LG LG K10 (m216) > > The devices only have basic support for now. > > Signed-off-by: Nikita Travkin <nikita@trvn.ru> > --- > Anton Bambura (1): > arm64: dts: qcom: msm8916-lg-c50: add initial dts for LG Leon LTE > > Cristian Cozzolino (1): > arm64: dts: qcom: msm8916-lg-m216: Add initial device tree > > Nikita Travkin (1): > dt-bindings: arm: qcom: Add msm8916 based LG devices > > Documentation/devicetree/bindings/arm/qcom.yaml | 2 + > arch/arm64/boot/dts/qcom/Makefile | 2 + > arch/arm64/boot/dts/qcom/msm8916-lg-c50.dts | 140 +++++++++++++ > arch/arm64/boot/dts/qcom/msm8916-lg-m216.dts | 251 ++++++++++++++++++++++++ > 4 files changed, 395 insertions(+) > --- > base-commit: f76698bd9a8ca01d3581236082d786e9a6b72bb7 > change-id: 20240621-msm8916-lg-initial-8d4a399ec3c2 > > Best regards, > -- > Nikita Travkin <nikita@trvn.ru> > > > 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/msm8916-lg-c50.dtb qcom/msm8916-lg-m216.dtb' for 20240623-msm8916-lg-initial-v1-0-6fbcf714d69b@trvn.ru: arch/arm64/boot/dts/qcom/msm8916-lg-c50.dtb: /soc@0/audio-codec@771c000: failed to match any schema with compatible: ['qcom,msm8916-wcd-digital-codec'] arch/arm64/boot/dts/qcom/msm8916-lg-m216.dtb: /soc@0/audio-codec@771c000: failed to match any schema with compatible: ['qcom,msm8916-wcd-digital-codec'] arch/arm64/boot/dts/qcom/msm8916-lg-m216.dtb: /soc@0/i2c@78b9000/touchscreen@34: failed to match any schema with compatible: ['melfas,mip4_ts'] arch/arm64/boot/dts/qcom/msm8916-lg-c50.dtb: /soc@0/power-manager@b088000: failed to match any schema with compatible: ['qcom,msm8916-acc'] arch/arm64/boot/dts/qcom/msm8916-lg-c50.dtb: /soc@0/power-manager@b098000: failed to match any schema with compatible: ['qcom,msm8916-acc'] arch/arm64/boot/dts/qcom/msm8916-lg-c50.dtb: /soc@0/power-manager@b0a8000: failed to match any schema with compatible: ['qcom,msm8916-acc'] arch/arm64/boot/dts/qcom/msm8916-lg-c50.dtb: /soc@0/power-manager@b0b8000: failed to match any schema with compatible: ['qcom,msm8916-acc'] arch/arm64/boot/dts/qcom/msm8916-lg-m216.dtb: /soc@0/power-manager@b088000: failed to match any schema with compatible: ['qcom,msm8916-acc'] arch/arm64/boot/dts/qcom/msm8916-lg-m216.dtb: /soc@0/power-manager@b098000: failed to match any schema with compatible: ['qcom,msm8916-acc'] arch/arm64/boot/dts/qcom/msm8916-lg-m216.dtb: /soc@0/power-manager@b0a8000: failed to match any schema with compatible: ['qcom,msm8916-acc'] arch/arm64/boot/dts/qcom/msm8916-lg-m216.dtb: /soc@0/power-manager@b0b8000: failed to match any schema with compatible: ['qcom,msm8916-acc']
On Sun, 23 Jun 2024 14:26:29 +0500, Nikita Travkin wrote: > This series introduces two msm8916-based LG devices: > > - LG Leon LTE (c50) > - LG LG K10 (m216) > > The devices only have basic support for now. > > [...] Applied, thanks! [1/3] dt-bindings: arm: qcom: Add msm8916 based LG devices commit: 2c69048c5dafb315e11c257f7100f7fb3cabfa8a [2/3] arm64: dts: qcom: msm8916-lg-m216: Add initial device tree commit: 0655b447461607f93c55435b32a7783aa7d711ef [3/3] arm64: dts: qcom: msm8916-lg-c50: add initial dts for LG Leon LTE commit: 88bf3be9c327f2d78c65e7e4c10c677d4b36128a Best regards,
This series introduces two msm8916-based LG devices: - LG Leon LTE (c50) - LG LG K10 (m216) The devices only have basic support for now. Signed-off-by: Nikita Travkin <nikita@trvn.ru> --- Anton Bambura (1): arm64: dts: qcom: msm8916-lg-c50: add initial dts for LG Leon LTE Cristian Cozzolino (1): arm64: dts: qcom: msm8916-lg-m216: Add initial device tree Nikita Travkin (1): dt-bindings: arm: qcom: Add msm8916 based LG devices Documentation/devicetree/bindings/arm/qcom.yaml | 2 + arch/arm64/boot/dts/qcom/Makefile | 2 + arch/arm64/boot/dts/qcom/msm8916-lg-c50.dts | 140 +++++++++++++ arch/arm64/boot/dts/qcom/msm8916-lg-m216.dts | 251 ++++++++++++++++++++++++ 4 files changed, 395 insertions(+) --- base-commit: f76698bd9a8ca01d3581236082d786e9a6b72bb7 change-id: 20240621-msm8916-lg-initial-8d4a399ec3c2 Best regards,