Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

arm64: dts: qcom: sc8180x: align APSS with bindings

SC8180x APSS Devicetree bindings expect qcom,sc8180x-apss-shared to use
qcom,sdm845-apss-shared fallback:

sc8180x-lenovo-flex-5g.dtb: mailbox@17c00000: compatible: 'oneOf' conditional failed, one must be fixed:
['qcom,sc8180x-apss-shared'] is too short

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org>
Link: https://lore.kernel.org/r/20231111204725.35707-1-krzysztof.kozlowski@linaro.org
Signed-off-by: Bjorn Andersson <andersson@kernel.org>

authored by

Krzysztof Kozlowski and committed by
Bjorn Andersson
cdecce12 0d10ac7d

+1 -1
+1 -1
arch/arm64/boot/dts/qcom/sc8180x.dtsi
··· 3415 3415 }; 3416 3416 3417 3417 apss_shared: mailbox@17c00000 { 3418 - compatible = "qcom,sc8180x-apss-shared"; 3418 + compatible = "qcom,sc8180x-apss-shared", "qcom,sdm845-apss-shared"; 3419 3419 reg = <0x0 0x17c00000 0x0 0x1000>; 3420 3420 #mbox-cells = <1>; 3421 3421 };