Skip to content

Commit 9ea2c3f

Browse files
krzkandersson
authored andcommitted
arm64: dts: qcom: sc8180x: Fix OSM L3 compatible
Since commit c70edc0 ("dt-bindings: interconnect: Add sm8350, sc8280xp and generic OSM L3 compatibles") OSM L3 compatible should have generic fallback: sc8180x-primus.dtb: interconnect@18321000: compatible: 'oneOf' conditional failed, one must be fixed: Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Link: https://lore.kernel.org/r/20230617204118.61959-3-krzysztof.kozlowski@linaro.org Signed-off-by: Bjorn Andersson <andersson@kernel.org>
1 parent 6d526ee commit 9ea2c3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arm64/boot/dts/qcom/sc8180x.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3561,7 +3561,7 @@
35613561
};
35623562

35633563
osm_l3: interconnect@18321000 {
3564-
compatible = "qcom,sc8180x-osm-l3";
3564+
compatible = "qcom,sc8180x-osm-l3", "qcom,osm-l3";
35653565
reg = <0 0x18321000 0 0x1400>;
35663566

35673567
clocks = <&rpmhcc RPMH_CXO_CLK>, <&gcc GPLL0>;

0 commit comments

Comments
 (0)