Skip to content

Commit f8d1fc0

Browse files
committed
Merge tag 'imx-fixes-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux into arm/fixes
i.MX fixes for 5.17: - Fix sound card model for MBa8Mx board. - Drop i.MX8MQ LCDIF port node unit-address to fix DTC warning. - Add missing SD card detect line for imx6qdl-udoo board. - Remove MX23_PAD_SSP1_DETECT from imx23-evk hog group. It fixes the broken SD ard support on the board. - A couple of fixes from Martin Kepplinger to fix the MIPI_CSI port number on i.MX8MQ. - Re-enable ftm_alarm0 device on ls1028a-kontron-sl28 board which was disabled accidentally. - Fix 'assigned-clocks-parents' typo in i.MX7ULP watchdog device node. - Disable GPU device on imx8mn-venice-gw7902 board, as it uses MIMX8MN5CVTI SoC which does not integrate a GPU. * tag 'imx-fixes-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux: arm64: dts: imx8mq: fix lcdif port node arm64: dts: imx8mq-librem5: fix mipi_csi1 port number to sensor arm64: dts: imx8mq: fix mipi_csi bidirectional port numbers ARM: dts: imx7ulp: Fix 'assigned-clocks-parents' typo arm64: dts: ls1028a: sl28: re-enable ftm_alarm0 arm64: dts: freescale: Fix sound card model for MBa8Mx ARM: dts: imx23-evk: Remove MX23_PAD_SSP1_DETECT from hog group ARM: dts: imx6qdl-udoo: Properly describe the SD card detect arm64: dts: imx8mn-venice-gw7902: disable gpu Link: https://lore.kernel.org/r/20220129073150.GZ4686@dragon Signed-off-by: Arnd Bergmann <[email protected]>
2 parents cc0def5 + 91f6d5f commit f8d1fc0

File tree

8 files changed

+29
-11
lines changed

8 files changed

+29
-11
lines changed

arch/arm/boot/dts/imx23-evk.dts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,6 @@
7979
MX23_PAD_LCD_RESET__GPIO_1_18
8080
MX23_PAD_PWM3__GPIO_1_29
8181
MX23_PAD_PWM4__GPIO_1_30
82-
MX23_PAD_SSP1_DETECT__SSP1_DETECT
8382
>;
8483
fsl,drive-strength = <MXS_DRIVE_4mA>;
8584
fsl,voltage = <MXS_VOLTAGE_HIGH>;

arch/arm/boot/dts/imx6qdl-udoo.dtsi

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
* Author: Fabio Estevam <[email protected]>
66
*/
77

8+
#include <dt-bindings/gpio/gpio.h>
9+
810
/ {
911
aliases {
1012
backlight = &backlight;
@@ -226,6 +228,7 @@
226228
MX6QDL_PAD_SD3_DAT1__SD3_DATA1 0x17059
227229
MX6QDL_PAD_SD3_DAT2__SD3_DATA2 0x17059
228230
MX6QDL_PAD_SD3_DAT3__SD3_DATA3 0x17059
231+
MX6QDL_PAD_SD3_DAT5__GPIO7_IO00 0x1b0b0
229232
>;
230233
};
231234

@@ -304,7 +307,7 @@
304307
&usdhc3 {
305308
pinctrl-names = "default";
306309
pinctrl-0 = <&pinctrl_usdhc3>;
307-
non-removable;
310+
cd-gpios = <&gpio7 0 GPIO_ACTIVE_LOW>;
308311
status = "okay";
309312
};
310313

arch/arm/boot/dts/imx7ulp.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@
259259
interrupts = <GIC_SPI 55 IRQ_TYPE_LEVEL_HIGH>;
260260
clocks = <&pcc2 IMX7ULP_CLK_WDG1>;
261261
assigned-clocks = <&pcc2 IMX7ULP_CLK_WDG1>;
262-
assigned-clocks-parents = <&scg1 IMX7ULP_CLK_FIRC_BUS_CLK>;
262+
assigned-clock-parents = <&scg1 IMX7ULP_CLK_FIRC_BUS_CLK>;
263263
timeout-sec = <40>;
264264
};
265265

arch/arm64/boot/dts/freescale/fsl-ls1028a-kontron-sl28.dts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,10 @@
157157
};
158158
};
159159

160+
&ftm_alarm0 {
161+
status = "okay";
162+
};
163+
160164
&gpio1 {
161165
gpio-line-names =
162166
"", "", "", "", "", "", "", "",

arch/arm64/boot/dts/freescale/imx8mn-venice-gw7902.dts

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -220,6 +220,10 @@
220220
};
221221
};
222222

223+
&disp_blk_ctrl {
224+
status = "disabled";
225+
};
226+
223227
/* off-board header */
224228
&ecspi2 {
225229
pinctrl-names = "default";
@@ -251,6 +255,10 @@
251255
};
252256
};
253257

258+
&gpu {
259+
status = "disabled";
260+
};
261+
254262
&i2c1 {
255263
clock-frequency = <100000>;
256264
pinctrl-names = "default";
@@ -546,6 +554,10 @@
546554
status = "okay";
547555
};
548556

557+
&pgc_gpumix {
558+
status = "disabled";
559+
};
560+
549561
/* off-board header */
550562
&sai3 {
551563
pinctrl-names = "default";

arch/arm64/boot/dts/freescale/imx8mq-librem5.dtsi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1115,8 +1115,8 @@
11151115
status = "okay";
11161116

11171117
ports {
1118-
port@1 {
1119-
reg = <1>;
1118+
port@0 {
1119+
reg = <0>;
11201120

11211121
mipi1_sensor_ep: endpoint {
11221122
remote-endpoint = <&camera1_ep>;

arch/arm64/boot/dts/freescale/imx8mq.dtsi

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -554,7 +554,7 @@
554554
assigned-clock-rates = <0>, <0>, <0>, <594000000>;
555555
status = "disabled";
556556

557-
port@0 {
557+
port {
558558
lcdif_mipi_dsi: endpoint {
559559
remote-endpoint = <&mipi_dsi_lcdif_in>;
560560
};
@@ -1151,8 +1151,8 @@
11511151
#address-cells = <1>;
11521152
#size-cells = <0>;
11531153

1154-
port@0 {
1155-
reg = <0>;
1154+
port@1 {
1155+
reg = <1>;
11561156

11571157
csi1_mipi_ep: endpoint {
11581158
remote-endpoint = <&csi1_ep>;
@@ -1203,8 +1203,8 @@
12031203
#address-cells = <1>;
12041204
#size-cells = <0>;
12051205

1206-
port@0 {
1207-
reg = <0>;
1206+
port@1 {
1207+
reg = <1>;
12081208

12091209
csi2_mipi_ep: endpoint {
12101210
remote-endpoint = <&csi2_ep>;

arch/arm64/boot/dts/freescale/mba8mx.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191

9292
sound {
9393
compatible = "fsl,imx-audio-tlv320aic32x4";
94-
model = "tqm-tlv320aic32";
94+
model = "imx-audio-tlv320aic32x4";
9595
ssi-controller = <&sai3>;
9696
audio-codec = <&tlv320aic3x04>;
9797
};

0 commit comments

Comments
 (0)