]> git.dujemihanovic.xyz Git - linux.git/commitdiff
arm64: dts: qcom: use decimal for cache level
authorKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Sun, 16 Apr 2023 10:11:32 +0000 (12:11 +0200)
committerBjorn Andersson <andersson@kernel.org>
Thu, 18 May 2023 02:21:26 +0000 (19:21 -0700)
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
arch/arm64/boot/dts/qcom/ipq6018.dtsi
arch/arm64/boot/dts/qcom/ipq8074.dtsi

index 9ff4e9d45065bfb8a72dc04507c45e5ab796c36a..ece652a0728ac70fd1ed52f5ebeabc9d0fa0edfc 100644 (file)
@@ -83,7 +83,7 @@
 
                L2_0: l2-cache {
                        compatible = "cache";
-                       cache-level = <0x2>;
+                       cache-level = <2>;
                };
        };
 
index 84e715aa4310332c7e0ed7e2570a674f0bfe6fd6..4056ce59d43f6d7fad87e164ec5aa53031065b37 100644 (file)
@@ -66,7 +66,7 @@
 
                L2_0: l2-cache {
                        compatible = "cache";
-                       cache-level = <0x2>;
+                       cache-level = <2>;
                };
        };