mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
41 lines
1.2 KiB
Diff
41 lines
1.2 KiB
Diff
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
|
From: Jianhua Lu <lujianhua000@gmail.com>
|
|
Date: Sun, 26 Nov 2023 10:28:48 +0800
|
|
Subject: arm64: dts: qcom: sm8250-xiaomi-elish: Fix typos
|
|
|
|
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>
|
|
---
|
|
arch/arm64/boot/dts/qcom/sm8250-xiaomi-elish-common.dtsi | 4 ++--
|
|
1 file changed, 2 insertions(+), 2 deletions(-)
|
|
|
|
diff --git a/arch/arm64/boot/dts/qcom/sm8250-xiaomi-elish-common.dtsi b/arch/arm64/boot/dts/qcom/sm8250-xiaomi-elish-common.dtsi
|
|
index a8a684b2d..6fcbf387c 100644
|
|
--- a/arch/arm64/boot/dts/qcom/sm8250-xiaomi-elish-common.dtsi
|
|
+++ b/arch/arm64/boot/dts/qcom/sm8250-xiaomi-elish-common.dtsi
|
|
@@ -25,7 +25,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 */
|
|
@@ -139,7 +139,7 @@ qca639x: qca639x {
|
|
};
|
|
|
|
reserved-memory {
|
|
- xbl_aop_mem: xbl-aop@80700000 {
|
|
+ xbl_aop_mem: xbl-aop@80600000 {
|
|
reg = <0x0 0x80600000 0x0 0x260000>;
|
|
no-map;
|
|
};
|
|
--
|
|
Armbian
|
|
|