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 <[email protected]> Reviewed-by: Konrad Dybcio <[email protected]> Signed-off-by: Bjorn Andersson <[email protected]> Link: https://lore.kernel.org/r/[email protected]
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)