Message ID | 20231124135713.5610-1-lujianhua000@gmail.com |
---|---|
State | Superseded |
Headers | show |
Series | [1/3] arm64: dts: qcom: sm8250-xiaomi-elish: Fix typos | expand |
On Fri, Nov 24, 2023 at 04:54:20PM +0100, Krzysztof Kozlowski wrote: > On 24/11/2023 14:57, Jianhua Lu wrote: > > ufs node isn't in a right place, 'f' is front of 's', so move it to > > above usb node. > > Please not. > > If we change the order to match DTSI, then this patch would be wrong. > Acked. I will drop this patch. > Best regards, > Krzysztof >
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 85e5cf3dc91e..3d4ea428e4cb 100644 --- a/arch/arm64/boot/dts/qcom/sm8250-xiaomi-elish-common.dtsi +++ b/arch/arm64/boot/dts/qcom/sm8250-xiaomi-elish-common.dtsi @@ -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 */ @@ -114,7 +114,7 @@ vreg_s6c_0p88: smpc6-regulator { }; reserved-memory { - xbl_aop_mem: xbl-aop@80700000 { + xbl_aop_mem: xbl-aop@80600000 { reg = <0x0 0x80600000 0x0 0x260000>; no-map; };
There are two typos in this dtsi, so fix it. classis -> chassis. 80700000 -> 80600000 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(-)