arch/arm64/boot/dts/qcom/pmi8950.dtsi | 17 ++++ arch/arm64/boot/dts/qcom/sdm450-lenovo-tbx605f.dts | 97 ++++++++++++++++++++++ 2 files changed, 114 insertions(+)
Add the necessary nodes to enable the DSI Panel on the Lenovo Lenovo Smart Tab M10. The panel is already upstream with: https://lore.kernel.org/all/20240828-topic-sdm450-upstream-tbx605f-panel-v3-0-b792f93e1d6b@linaro.org/ And the LAB-IBB bindings changes was sent at: https://lore.kernel.org/all/20241115-topic-sdm450-upstream-lab-ibb-bindings-v1-1-1f4bff4583b0@linaro.org/ Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org> --- Neil Armstrong (2): arm64: dts: qcom: pmi8950: add LAB-IBB nodes arm64: dts: qcom: sdm450-lenovo-tbx605f: add DSI panel nodes arch/arm64/boot/dts/qcom/pmi8950.dtsi | 17 ++++ arch/arm64/boot/dts/qcom/sdm450-lenovo-tbx605f.dts | 97 ++++++++++++++++++++++ 2 files changed, 114 insertions(+) --- base-commit: 2d5404caa8c7bb5c4e0435f94b28834ae5456623 change-id: 20241115-topic-sdm450-upstream-lab-ibb-5acee981556c Best regards, -- Neil Armstrong <neil.armstrong@linaro.org>
On Fri, 15 Nov 2024 11:20:52 +0100, Neil Armstrong wrote: > Add the necessary nodes to enable the DSI Panel on the Lenovo > Lenovo Smart Tab M10. > > The panel is already upstream with: > https://lore.kernel.org/all/20240828-topic-sdm450-upstream-tbx605f-panel-v3-0-b792f93e1d6b@linaro.org/ > > And the LAB-IBB bindings changes was sent at: > https://lore.kernel.org/all/20241115-topic-sdm450-upstream-lab-ibb-bindings-v1-1-1f4bff4583b0@linaro.org/ > > Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org> > --- > Neil Armstrong (2): > arm64: dts: qcom: pmi8950: add LAB-IBB nodes > arm64: dts: qcom: sdm450-lenovo-tbx605f: add DSI panel nodes > > arch/arm64/boot/dts/qcom/pmi8950.dtsi | 17 ++++ > arch/arm64/boot/dts/qcom/sdm450-lenovo-tbx605f.dts | 97 ++++++++++++++++++++++ > 2 files changed, 114 insertions(+) > --- > base-commit: 2d5404caa8c7bb5c4e0435f94b28834ae5456623 > change-id: 20241115-topic-sdm450-upstream-lab-ibb-5acee981556c > > Best regards, > -- > Neil Armstrong <neil.armstrong@linaro.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/sdm450-lenovo-tbx605f.dtb' for 20241115-topic-sdm450-upstream-lab-ibb-v1-0-8a8e74befbfe@linaro.org: arch/arm64/boot/dts/qcom/sdm450-lenovo-tbx605f.dtb: gpu@1c00000: clock-names:5: 'alwayson' is not one of ['core', 'iface', 'mem', 'mem_iface', 'alt_mem_iface', 'gfx3d', 'rbbmtimer', 'rbcpr'] from schema $id: http://devicetree.org/schemas/display/msm/gpu.yaml# arch/arm64/boot/dts/qcom/sdm450-lenovo-tbx605f.dtb: pmic@3: labibb:compatible:0: 'qcom,pmi8998-lab-ibb' was expected from schema $id: http://devicetree.org/schemas/mfd/qcom,spmi-pmic.yaml# arch/arm64/boot/dts/qcom/sdm450-lenovo-tbx605f.dtb: pmic@3: labibb:compatible: ['qcom,pmi8950-lab-ibb', 'qcom,pmi8998-lab-ibb'] is too long from schema $id: http://devicetree.org/schemas/mfd/qcom,spmi-pmic.yaml# arch/arm64/boot/dts/qcom/sdm450-lenovo-tbx605f.dtb: labibb: compatible:0: 'qcom,pmi8998-lab-ibb' was expected from schema $id: http://devicetree.org/schemas/regulator/qcom-labibb-regulator.yaml# arch/arm64/boot/dts/qcom/sdm450-lenovo-tbx605f.dtb: labibb: compatible: ['qcom,pmi8950-lab-ibb', 'qcom,pmi8998-lab-ibb'] is too long from schema $id: http://devicetree.org/schemas/regulator/qcom-labibb-regulator.yaml# arch/arm64/boot/dts/qcom/sdm450-lenovo-tbx605f.dtb: /soc@0/spmi@200f000/pmic@3/labibb: failed to match any schema with compatible: ['qcom,pmi8950-lab-ibb', 'qcom,pmi8998-lab-ibb']
© 2016 - 2024 Red Hat, Inc.