Message ID | 20230323-topic-sm8450-upstream-dt-bindings-fixes-v2-0-0ca1bea1a843@linaro.org (mailing list archive) |
---|---|
Headers | show |
Series | arm64: qcom: sm8450: bindings check cleanup | expand |
On Fri, 24 Mar 2023 10:28:45 +0100, Neil Armstrong wrote: > A few fixes to pass the DT bindings check successfully > for sm8450 qrd & hdk DTs. > > The following are still needed to pass all the checks: > - https://lore.kernel.org/r/20230308082424.140224-3-manivannan.sadhasivam@linaro.org > - https://lore.kernel.org/r/20230130-topic-sm8450-upstream-pmic-glink-v5-5-552f3b721f9e@linaro.org > - https://lore.kernel.org/all/20230308075648.134119-1-manivannan.sadhasivam@linaro.org/ > - https://lore.kernel.org/r/20230306112129.3687744-1-dmitry.baryshkov@linaro.org > - https://lore.kernel.org/all/20221209-dt-binding-ufs-v3-0-499dff23a03c@fairphone.com/ > - https://lore.kernel.org/all/20221118071849.25506-2-srinivas.kandagatla@linaro.org/ > > [...] Applied, thanks! [3/4] arm64: dts: qcom: sm8450: remove invalid power-domain-names in pcie nodes commit: c98a56395e7854f7975dd8539d0563e0ac7d060e [4/4] arm64: dts: qcom: sm8450: fix pcie1 gpios properties name commit: e57430d2483506f046e39bf8c61159dde88aede2 Best regards,
On Fri, 24 Mar 2023 10:28:45 +0100, Neil Armstrong wrote: > A few fixes to pass the DT bindings check successfully > for sm8450 qrd & hdk DTs. > > The following are still needed to pass all the checks: > - https://lore.kernel.org/r/20230308082424.140224-3-manivannan.sadhasivam@linaro.org > - https://lore.kernel.org/r/20230130-topic-sm8450-upstream-pmic-glink-v5-5-552f3b721f9e@linaro.org > - https://lore.kernel.org/all/20230308075648.134119-1-manivannan.sadhasivam@linaro.org/ > - https://lore.kernel.org/r/20230306112129.3687744-1-dmitry.baryshkov@linaro.org > - https://lore.kernel.org/all/20221209-dt-binding-ufs-v3-0-499dff23a03c@fairphone.com/ > - https://lore.kernel.org/all/20221118071849.25506-2-srinivas.kandagatla@linaro.org/ > > [...] Applied, thanks! [1/4] dt-bindings: display: msm: sm8450-mdss: Fix DSI compatible https://gitlab.freedesktop.org/lumag/msm/-/commit/6ae1aa7703f8 Best regards,
On Fri, 24 Mar 2023 10:28:45 +0100, Neil Armstrong wrote: > A few fixes to pass the DT bindings check successfully > for sm8450 qrd & hdk DTs. > > The following are still needed to pass all the checks: > - https://lore.kernel.org/r/20230308082424.140224-3-manivannan.sadhasivam@linaro.org > - https://lore.kernel.org/r/20230130-topic-sm8450-upstream-pmic-glink-v5-5-552f3b721f9e@linaro.org > - https://lore.kernel.org/all/20230308075648.134119-1-manivannan.sadhasivam@linaro.org/ > - https://lore.kernel.org/r/20230306112129.3687744-1-dmitry.baryshkov@linaro.org > - https://lore.kernel.org/all/20221209-dt-binding-ufs-v3-0-499dff23a03c@fairphone.com/ > - https://lore.kernel.org/all/20221118071849.25506-2-srinivas.kandagatla@linaro.org/ > > [...] Applied, thanks! [2/4] arm64: dts: qcom: sm8450: remove invalid properties in cluster-sleep nodes commit: 35fa9a7fc577a4d1ed541ff37d9dda83b0635e4b Best regards,
A few fixes to pass the DT bindings check successfully for sm8450 qrd & hdk DTs. The following are still needed to pass all the checks: - https://lore.kernel.org/r/20230308082424.140224-3-manivannan.sadhasivam@linaro.org - https://lore.kernel.org/r/20230130-topic-sm8450-upstream-pmic-glink-v5-5-552f3b721f9e@linaro.org - https://lore.kernel.org/all/20230308075648.134119-1-manivannan.sadhasivam@linaro.org/ - https://lore.kernel.org/r/20230306112129.3687744-1-dmitry.baryshkov@linaro.org - https://lore.kernel.org/all/20221209-dt-binding-ufs-v3-0-499dff23a03c@fairphone.com/ - https://lore.kernel.org/all/20221118071849.25506-2-srinivas.kandagatla@linaro.org/ A tree with the applied & rebased patches is available at: - https://git.codelinaro.org/neil.armstrong/linux/-/tree/topic/sm8450/upstream/dt-bindings-fixes Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org> --- Changes in v2: - updated patches dependency to pass tests - fixes dt-bindings examples - added review tag - dropped already sent patches (2,6,7) - Link to v1: https://lore.kernel.org/r/20230323-topic-sm8450-upstream-dt-bindings-fixes-v1-0-3ead1e418fe4@linaro.org --- Neil Armstrong (4): dt-bindings: display: msm: sm8450-mdss: Fix DSI compatible arm64: dts: qcom: sm8450: remove invalid properties in cluster-sleep nodes arm64: dts: qcom: sm8450: remove invalid power-domain-names in pcie nodes arm64: dts: qcom: sm8450: fix pcie1 gpios properties name .../devicetree/bindings/display/msm/qcom,sm8450-mdss.yaml | 6 +++--- arch/arm64/boot/dts/qcom/sm8450.dtsi | 10 ++-------- 2 files changed, 5 insertions(+), 11 deletions(-) --- base-commit: 207ecce2dffa48a738c1c4d17f889d25b7629655 change-id: 20230323-topic-sm8450-upstream-dt-bindings-fixes-81630722ee31 Best regards,