Message ID | 20200930112133.2091505-1-dmitry.baryshkov@linaro.org |
---|---|
State | Accepted |
Commit | d371a931540bc36fd1199de3ec365a1187b7b282 |
Headers | show |
Series | arm64: dts: qcom: correct compatible for sm8250-mtp | expand |
On 30-09-20, 14:21, Dmitry Baryshkov wrote: > Qualcomm boards should define two compatible strings: one for board, > anoter one for SoC family. sm8250-mtp.dts lists just the board > compatible, which makes it incompatible with qcom.yaml schema. Reviewed-by: Vinod Koul <vkoul@kernel.org> -- ~Vinod
Hello: This patch was applied to qcom/linux.git (refs/heads/for-next): On Wed, 30 Sep 2020 14:21:33 +0300 you wrote: > Qualcomm boards should define two compatible strings: one for board, > anoter one for SoC family. sm8250-mtp.dts lists just the board > compatible, which makes it incompatible with qcom.yaml schema. > > Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org> > Fixes: 60378f1a171e ("arm64: dts: qcom: sm8250: Add sm8250 dts file") > > [...] Here is the summary with links: - arm64: dts: qcom: correct compatible for sm8250-mtp https://git.kernel.org/qcom/c/d371a931540b You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html
diff --git a/arch/arm64/boot/dts/qcom/sm8250-mtp.dts b/arch/arm64/boot/dts/qcom/sm8250-mtp.dts index 66da94f6956f..95050f7d11f2 100644 --- a/arch/arm64/boot/dts/qcom/sm8250-mtp.dts +++ b/arch/arm64/boot/dts/qcom/sm8250-mtp.dts @@ -14,7 +14,7 @@ / { model = "Qualcomm Technologies, Inc. SM8250 MTP"; - compatible = "qcom,sm8250-mtp"; + compatible = "qcom,sm8250-mtp", "qcom,sm8250"; aliases { serial0 = &uart12;
Qualcomm boards should define two compatible strings: one for board, anoter one for SoC family. sm8250-mtp.dts lists just the board compatible, which makes it incompatible with qcom.yaml schema. Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org> Fixes: 60378f1a171e ("arm64: dts: qcom: sm8250: Add sm8250 dts file") --- arch/arm64/boot/dts/qcom/sm8250-mtp.dts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)