arm64: dts: qcom: sm8250-xiaomi-elish: Fix typos
authorJianhua Lu <lujianhua000@gmail.com>
Sun, 26 Nov 2023 02:28:48 +0000 (10:28 +0800)
committerBjorn Andersson <andersson@kernel.org>
Sun, 3 Dec 2023 04:13:50 +0000 (20:13 -0800)
There are two typos in this dtsi, so fix it.
  classis -> chassis.
  80700000 -> 80600000

Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org>
Signed-off-by: Jianhua Lu <lujianhua000@gmail.com>
Link: https://lore.kernel.org/r/20231126022849.14273-1-lujianhua000@gmail.com
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
arch/arm64/boot/dts/qcom/sm8250-xiaomi-elish-common.dtsi

index 85e5cf3..3d4ea42 100644 (file)
@@ -23,7 +23,7 @@
 /delete-node/ &xbl_aop_mem;
 
 / {
-       classis-type = "tablet";
+       chassis-type = "tablet";
 
        /* required for bootloader to select correct board */
        qcom,msm-id = <QCOM_ID_SM8250 0x20001>; /* SM8250 v2.1 */
        };
 
        reserved-memory {
-               xbl_aop_mem: xbl-aop@80700000 {
+               xbl_aop_mem: xbl-aop@80600000 {
                        reg = <0x0 0x80600000 0x0 0x260000>;
                        no-map;
                };