Skip to content

Commit 0846570

Browse files
krzkandersson
authored andcommitted
arm64: dts: qcom: use decimal for cache level
Cache level is by convention a decimal number, not hex. Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org> Signed-off-by: Bjorn Andersson <andersson@kernel.org> Link: https://lore.kernel.org/r/20230416101134.95686-2-krzysztof.kozlowski@linaro.org
1 parent f34fbb7 commit 0846570

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383

8484
L2_0: l2-cache {
8585
compatible = "cache";
86-
cache-level = <0x2>;
86+
cache-level = <2>;
8787
};
8888
};
8989

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666

6767
L2_0: l2-cache {
6868
compatible = "cache";
69-
cache-level = <0x2>;
69+
cache-level = <2>;
7070
};
7171
};
7272

0 commit comments

Comments
 (0)