Skip to content

Commit 569543d

Browse files
committed
fixup! arm64: dts: qcom: sdm660: Add support for Xiaomi Mi Pad 4 / PLUS
1 parent 70f47ab commit 569543d

File tree

3 files changed

+13
-13
lines changed

3 files changed

+13
-13
lines changed

arch/arm64/boot/dts/qcom/sda660-xiaomi-clover.dts

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,8 @@
77
#include "sdm660-xiaomi-clover-common.dtsi"
88

99
/ {
10-
model = "Xiaomi Mi Pad 4";
10+
model = "Xiaomi Mi Pad 4";
1111
compatible = "xiaomi,clover", "qcom,sda660";
12-
qcom,board-id = <11 0>;
13-
qcom,msm-id = <324 0>;
14-
qcom,pmic-id = <0x0001001b 0x0101011a 0x0 0x0>, <0x0001001b 0x0201011a 0x0 0x0>,<0x0001001b 0x0102001a 0x0 0x0>;
1512
};
1613

1714
&blsp_i2c3 {
@@ -80,6 +77,12 @@
8077
status = "okay";
8178
};
8279

80+
&remoteproc_mss {
81+
firmware-name = "mba.mbn", "modemnm.mdt";
82+
83+
status = "okay";
84+
};
85+
8386
&simplefb {
8487
/*
8588
* Prevent unused clocks and power domains from being disabled. It's

arch/arm64/boot/dts/qcom/sdm660-xiaomi-clover-common.dtsi

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -242,12 +242,6 @@
242242
status = "okay";
243243
};
244244

245-
&remoteproc_mss {
246-
firmware-name = "mba.mbn", "modem.mdt";
247-
248-
status = "okay";
249-
};
250-
251245
&rpm_requests {
252246
regulators-0 {
253247
compatible = "qcom,rpm-pm660l-regulators";

arch/arm64/boot/dts/qcom/sdm660-xiaomi-clover-plus.dts

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,6 @@
99
/ {
1010
model = "Xiaomi Mi Pad 4 Plus";
1111
compatible = "xiaomi,clover-plus", "qcom,sdm660";
12-
qcom,board-id = <11 0>;
13-
qcom,msm-id = <324 0>;
14-
qcom,pmic-id = <0x0001001b 0x0101011a 0x0 0x0>, <0x0001001b 0x0201011a 0x0 0x0>,<0x0001001b 0x0102001a 0x0 0x0>;
1512

1613
vreg_bl_vddio: lcd-backlight-regulator {
1714
compatible = "regulator-fixed";
@@ -140,6 +137,12 @@
140137
status = "okay";
141138
};
142139

140+
&remoteproc_mss {
141+
firmware-name = "mba.mbn", "modem.mdt";
142+
143+
status = "okay";
144+
};
145+
143146
&simplefb {
144147
/*
145148
* Prevent unused clocks and power domains from being disabled. It's

0 commit comments

Comments
 (0)