diff options
author | Krzysztof Kozlowski <[email protected]> | 2023-06-18 13:44:40 +0200 |
---|---|---|
committer | Bjorn Andersson <[email protected]> | 2023-07-09 21:26:41 -0700 |
commit | c86b97a72065e06eacb993dc71fa9febc93422af (patch) | |
tree | 69ebaaeb831be3434ad54ed99e15a6b0c666e08f | |
parent | 2951e7e7611a3ea04de98d0f1bfc4e7ec609ef29 (diff) |
arm64: dts: qcom: sm6350: correct ramoops pmsg-size
There is no 'msg-size' property in ramoops, so assume intention was for
'pmsg-size':
sm6350-sony-xperia-lena-pdx213.dtb: ramoops@ffc00000: Unevaluated properties are not allowed ('msg-size' was unexpected)
Signed-off-by: Krzysztof Kozlowski <[email protected]>
Reviewed-by: Konrad Dybcio <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Bjorn Andersson <[email protected]>
-rw-r--r-- | arch/arm64/boot/dts/qcom/sm6350.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/qcom/sm6350.dtsi b/arch/arm64/boot/dts/qcom/sm6350.dtsi index 7af6278d6b23..c2b5d56ba242 100644 --- a/arch/arm64/boot/dts/qcom/sm6350.dtsi +++ b/arch/arm64/boot/dts/qcom/sm6350.dtsi @@ -675,7 +675,7 @@ reg = <0 0xffc00000 0 0x100000>; record-size = <0x1000>; console-size = <0x40000>; - msg-size = <0x20000 0x20000>; + pmsg-size = <0x20000>; ecc-size = <16>; no-map; }; |