Message ID | 20230322150320.31787-1-lujianhua000@gmail.com (mailing list archive) |
---|---|
State | Superseded, archived |
Headers | show |
Series | [1/4] arm64: dts: qcom: move elish dts to common dtsi | expand |
On 22/03/2023 16:03, Jianhua Lu wrote: > There are two panel variants of xiaomi-elish, BOE and CSOT panel. > In order to support both panels, so move elish dts to common dtsi. > > Signed-off-by: Jianhua Lu <lujianhua000@gmail.com> > --- > ...m8250-xiaomi-elish.dts => sm8250-xiaomi-elish-common.dtsi} | 4 ---- This breaks the build. Best regards, Krzysztof
On Wed, Mar 22, 2023 at 05:32:06PM +0100, Krzysztof Kozlowski wrote: > On 22/03/2023 16:03, Jianhua Lu wrote: > > There are two panel variants of xiaomi-elish, BOE and CSOT panel. > > In order to support both panels, so move elish dts to common dtsi. > > > > Signed-off-by: Jianhua Lu <lujianhua000@gmail.com> > > --- > > ...m8250-xiaomi-elish.dts => sm8250-xiaomi-elish-common.dtsi} | 4 ---- > > This breaks the build. Thanks for spotting it. I will fix it in v2. > > Best regards, > Krzysztof >
diff --git a/arch/arm64/boot/dts/qcom/sm8250-xiaomi-elish.dts b/arch/arm64/boot/dts/qcom/sm8250-xiaomi-elish-common.dtsi similarity index 99% rename from arch/arm64/boot/dts/qcom/sm8250-xiaomi-elish.dts rename to arch/arm64/boot/dts/qcom/sm8250-xiaomi-elish-common.dtsi index dd79671f5614..a43d4b73ffca 100644 --- a/arch/arm64/boot/dts/qcom/sm8250-xiaomi-elish.dts +++ b/arch/arm64/boot/dts/qcom/sm8250-xiaomi-elish-common.dtsi @@ -3,8 +3,6 @@ * Copyright (c) 2022, 2023 Jianhua Lu <lujianhua000@gmail.com> */ -/dts-v1/; - #include <dt-bindings/arm/qcom,ids.h> #include <dt-bindings/regulator/qcom,rpmh-regulator.h> #include "sm8250.dtsi" @@ -24,8 +22,6 @@ /delete-node/ &xbl_aop_mem; / { - model = "Xiaomi Mi Pad 5 Pro"; - compatible = "xiaomi,elish", "qcom,sm8250"; classis-type = "tablet"; /* required for bootloader to select correct board */
There are two panel variants of xiaomi-elish, BOE and CSOT panel. In order to support both panels, so move elish dts to common dtsi. Signed-off-by: Jianhua Lu <lujianhua000@gmail.com> --- ...m8250-xiaomi-elish.dts => sm8250-xiaomi-elish-common.dtsi} | 4 ---- 1 file changed, 4 deletions(-) rename arch/arm64/boot/dts/qcom/{sm8250-xiaomi-elish.dts => sm8250-xiaomi-elish-common.dtsi} (99%)