Skip to content

Commit 5712c3e

Browse files
committed
Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc
Pull ARM SoC fixes from Olof Johansson: "A collection of fixes I've been accruing over the last few weeks, none of them have been severe enough to warrant flushing the queue but it's been long enough now that it's a good idea to send them in. A handful of them are fixups for QSPI DT/bindings/compatibles, some smaller fixes for system DMA clock control and TMU interrupts on i.MX, a handful of fixes for OMAP, including a fix for DSI (display) on omap5" * tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc: (27 commits) arm64: dts: ns2: Fixed QSPI compatible string ARM: dts: BCM5301X: Fixed QSPI compatible string ARM: dts: NSP: Fixed QSPI compatible string ARM: dts: bcm: HR2: Fixed QSPI compatible string dt-bindings: spi: Fix spi-bcm-qspi compatible ordering ARM: dts: imx6sx: fix the pad QSPI1B_SCLK mux mode for uart3 arm64: dts: imx8mp: correct sdma1 clk setting arm64: dts: imx8mq: Fix TMU interrupt property ARM: dts: imx7d-zii-rmu2: fix rgmii phy-mode for ksz9031 phy ARM: dts: vfxxx: Add syscon compatible with OCOTP ARM: dts: imx6q-logicpd: Fix broken PWM arm64: dts: imx: Add missing imx8mm-beacon-kit.dtb to build ARM: dts: imx6q-prtwd2: Remove unneeded i2c unit name ARM: dts: imx6qdl-gw51xx: Remove unneeded #address-cells/#size-cells ARM: dts: imx7ulp: Correct gpio ranges ARM: dts: ls1021a: fix QuadSPI-memory reg range arm64: defconfig: Enable ptn5150 extcon driver arm64: defconfig: Enable USB gadget with configfs ARM: configs: Update Integrator defconfig ARM: dts: omap5: Fix DSI base address and clocks ...
2 parents e4c26fa + a4da411 commit 5712c3e

24 files changed

+78
-68
lines changed

Diff for: Documentation/devicetree/bindings/spi/brcm,spi-bcm-qspi.txt

+8-8
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ Required properties:
2323

2424
- compatible:
2525
Must be one of :
26-
"brcm,spi-bcm-qspi", "brcm,spi-brcmstb-qspi" : MSPI+BSPI on BRCMSTB SoCs
27-
"brcm,spi-bcm-qspi", "brcm,spi-brcmstb-mspi" : Second Instance of MSPI
26+
"brcm,spi-brcmstb-qspi", "brcm,spi-bcm-qspi" : MSPI+BSPI on BRCMSTB SoCs
27+
"brcm,spi-brcmstb-mspi", "brcm,spi-bcm-qspi" : Second Instance of MSPI
2828
BRCMSTB SoCs
2929
"brcm,spi-bcm7425-qspi", "brcm,spi-bcm-qspi", "brcm,spi-brcmstb-mspi" : Second Instance of MSPI
3030
BRCMSTB SoCs
@@ -36,8 +36,8 @@ Required properties:
3636
BRCMSTB SoCs
3737
"brcm,spi-bcm7278-qspi", "brcm,spi-bcm-qspi", "brcm,spi-brcmstb-mspi" : Second Instance of MSPI
3838
BRCMSTB SoCs
39-
"brcm,spi-bcm-qspi", "brcm,spi-nsp-qspi" : MSPI+BSPI on Cygnus, NSP
40-
"brcm,spi-bcm-qspi", "brcm,spi-ns2-qspi" : NS2 SoCs
39+
"brcm,spi-nsp-qspi", "brcm,spi-bcm-qspi" : MSPI+BSPI on Cygnus, NSP
40+
"brcm,spi-ns2-qspi", "brcm,spi-bcm-qspi" : NS2 SoCs
4141

4242
- reg:
4343
Define the bases and ranges of the associated I/O address spaces.
@@ -86,7 +86,7 @@ BRCMSTB SoC Example:
8686
spi@f03e3400 {
8787
#address-cells = <0x1>;
8888
#size-cells = <0x0>;
89-
compatible = "brcm,spi-brcmstb-qspi", "brcm,spi-brcmstb-qspi";
89+
compatible = "brcm,spi-brcmstb-qspi", "brcm,spi-bcm-qspi";
9090
reg = <0xf03e0920 0x4 0xf03e3400 0x188 0xf03e3200 0x50>;
9191
reg-names = "cs_reg", "mspi", "bspi";
9292
interrupts = <0x6 0x5 0x4 0x3 0x2 0x1 0x0>;
@@ -149,7 +149,7 @@ BRCMSTB SoC Example:
149149
#address-cells = <1>;
150150
#size-cells = <0>;
151151
clocks = <&upg_fixed>;
152-
compatible = "brcm,spi-brcmstb-qspi", "brcm,spi-brcmstb-mspi";
152+
compatible = "brcm,spi-brcmstb-mspi", "brcm,spi-bcm-qspi";
153153
reg = <0xf0416000 0x180>;
154154
reg-names = "mspi";
155155
interrupts = <0x14>;
@@ -160,7 +160,7 @@ BRCMSTB SoC Example:
160160
iProc SoC Example:
161161

162162
qspi: spi@18027200 {
163-
compatible = "brcm,spi-bcm-qspi", "brcm,spi-nsp-qspi";
163+
compatible = "brcm,spi-nsp-qspi", "brcm,spi-bcm-qspi";
164164
reg = <0x18027200 0x184>,
165165
<0x18027000 0x124>,
166166
<0x1811c408 0x004>,
@@ -191,7 +191,7 @@ iProc SoC Example:
191191
NS2 SoC Example:
192192

193193
qspi: spi@66470200 {
194-
compatible = "brcm,spi-bcm-qspi", "brcm,spi-ns2-qspi";
194+
compatible = "brcm,spi-ns2-qspi", "brcm,spi-bcm-qspi";
195195
reg = <0x66470200 0x184>,
196196
<0x66470000 0x124>,
197197
<0x67017408 0x004>,

Diff for: arch/arm/boot/dts/bcm-hr2.dtsi

+1-1
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@
217217
};
218218

219219
qspi: spi@27200 {
220-
compatible = "brcm,spi-bcm-qspi", "brcm,spi-nsp-qspi";
220+
compatible = "brcm,spi-nsp-qspi", "brcm,spi-bcm-qspi";
221221
reg = <0x027200 0x184>,
222222
<0x027000 0x124>,
223223
<0x11c408 0x004>,

Diff for: arch/arm/boot/dts/bcm-nsp.dtsi

+1-1
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@
284284
};
285285

286286
qspi: spi@27200 {
287-
compatible = "brcm,spi-bcm-qspi", "brcm,spi-nsp-qspi";
287+
compatible = "brcm,spi-nsp-qspi", "brcm,spi-bcm-qspi";
288288
reg = <0x027200 0x184>,
289289
<0x027000 0x124>,
290290
<0x11c408 0x004>,

Diff for: arch/arm/boot/dts/bcm5301x.dtsi

+1-1
Original file line numberDiff line numberDiff line change
@@ -488,7 +488,7 @@
488488
};
489489

490490
spi@18029200 {
491-
compatible = "brcm,spi-bcm-qspi", "brcm,spi-nsp-qspi";
491+
compatible = "brcm,spi-nsp-qspi", "brcm,spi-bcm-qspi";
492492
reg = <0x18029200 0x184>,
493493
<0x18029000 0x124>,
494494
<0x1811b408 0x004>,

Diff for: arch/arm/boot/dts/imx6q-logicpd.dts

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
backlight: backlight-lvds {
1515
compatible = "pwm-backlight";
16-
pwms = <&pwm3 0 20000>;
16+
pwms = <&pwm3 0 20000 0>;
1717
brightness-levels = <0 4 8 16 32 64 128 255>;
1818
default-brightness-level = <6>;
1919
power-supply = <&reg_lcd>;

Diff for: arch/arm/boot/dts/imx6q-prtwd2.dts

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
};
3131

3232
/* PRTWD2 rev 1 bitbang I2C for Ethernet Switch */
33-
i2c@4 {
33+
i2c {
3434
compatible = "i2c-gpio";
3535
pinctrl-names = "default";
3636
pinctrl-0 = <&pinctrl_i2c4>;

Diff for: arch/arm/boot/dts/imx6qdl-gw51xx.dtsi

-2
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@
2222

2323
gpio-keys {
2424
compatible = "gpio-keys";
25-
#address-cells = <1>;
26-
#size-cells = <0>;
2725

2826
user-pb {
2927
label = "user_pb";

Diff for: arch/arm/boot/dts/imx6sx-pinfunc.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1026,7 +1026,7 @@
10261026
#define MX6SX_PAD_QSPI1B_DQS__SIM_M_HADDR_15 0x01B0 0x04F8 0x0000 0x7 0x0
10271027
#define MX6SX_PAD_QSPI1B_SCLK__QSPI1_B_SCLK 0x01B4 0x04FC 0x0000 0x0 0x0
10281028
#define MX6SX_PAD_QSPI1B_SCLK__UART3_DCE_RX 0x01B4 0x04FC 0x0840 0x1 0x4
1029-
#define MX6SX_PAD_QSPI1B_SCLK__UART3_DTE_TX 0x01B4 0x04FC 0x0000 0x0 0x0
1029+
#define MX6SX_PAD_QSPI1B_SCLK__UART3_DTE_TX 0x01B4 0x04FC 0x0000 0x1 0x0
10301030
#define MX6SX_PAD_QSPI1B_SCLK__ECSPI3_SCLK 0x01B4 0x04FC 0x0730 0x2 0x1
10311031
#define MX6SX_PAD_QSPI1B_SCLK__ESAI_RX_HF_CLK 0x01B4 0x04FC 0x0780 0x3 0x2
10321032
#define MX6SX_PAD_QSPI1B_SCLK__CSI1_DATA_16 0x01B4 0x04FC 0x06DC 0x4 0x1

Diff for: arch/arm/boot/dts/imx7d-zii-rmu2.dts

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
<&clks IMX7D_ENET1_TIME_ROOT_CLK>;
5959
assigned-clock-parents = <&clks IMX7D_PLL_ENET_MAIN_100M_CLK>;
6060
assigned-clock-rates = <0>, <100000000>;
61-
phy-mode = "rgmii";
61+
phy-mode = "rgmii-id";
6262
phy-handle = <&fec1_phy>;
6363
status = "okay";
6464

Diff for: arch/arm/boot/dts/imx7ulp.dtsi

+4-4
Original file line numberDiff line numberDiff line change
@@ -394,7 +394,7 @@
394394
clocks = <&pcc2 IMX7ULP_CLK_RGPIO2P1>,
395395
<&pcc3 IMX7ULP_CLK_PCTLC>;
396396
clock-names = "gpio", "port";
397-
gpio-ranges = <&iomuxc1 0 0 32>;
397+
gpio-ranges = <&iomuxc1 0 0 20>;
398398
};
399399

400400
gpio_ptd: gpio@40af0000 {
@@ -408,7 +408,7 @@
408408
clocks = <&pcc2 IMX7ULP_CLK_RGPIO2P1>,
409409
<&pcc3 IMX7ULP_CLK_PCTLD>;
410410
clock-names = "gpio", "port";
411-
gpio-ranges = <&iomuxc1 0 32 32>;
411+
gpio-ranges = <&iomuxc1 0 32 12>;
412412
};
413413

414414
gpio_pte: gpio@40b00000 {
@@ -422,7 +422,7 @@
422422
clocks = <&pcc2 IMX7ULP_CLK_RGPIO2P1>,
423423
<&pcc3 IMX7ULP_CLK_PCTLE>;
424424
clock-names = "gpio", "port";
425-
gpio-ranges = <&iomuxc1 0 64 32>;
425+
gpio-ranges = <&iomuxc1 0 64 16>;
426426
};
427427

428428
gpio_ptf: gpio@40b10000 {
@@ -436,7 +436,7 @@
436436
clocks = <&pcc2 IMX7ULP_CLK_RGPIO2P1>,
437437
<&pcc3 IMX7ULP_CLK_PCTLF>;
438438
clock-names = "gpio", "port";
439-
gpio-ranges = <&iomuxc1 0 96 32>;
439+
gpio-ranges = <&iomuxc1 0 96 20>;
440440
};
441441
};
442442

Diff for: arch/arm/boot/dts/logicpd-som-lv-baseboard.dtsi

+7-22
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,8 @@
5151

5252
&mcbsp2 {
5353
status = "okay";
54+
pinctrl-names = "default";
55+
pinctrl-0 = <&mcbsp2_pins>;
5456
};
5557

5658
&charger {
@@ -102,35 +104,18 @@
102104
regulator-max-microvolt = <3300000>;
103105
};
104106

105-
lcd0: display@0 {
106-
compatible = "panel-dpi";
107-
label = "28";
108-
status = "okay";
109-
/* default-on; */
107+
lcd0: display {
108+
/* This isn't the exact LCD, but the timings meet spec */
109+
compatible = "logicpd,type28";
110110
pinctrl-names = "default";
111111
pinctrl-0 = <&lcd_enable_pin>;
112-
enable-gpios = <&gpio5 27 GPIO_ACTIVE_HIGH>; /* gpio155, lcd INI */
112+
backlight = <&bl>;
113+
enable-gpios = <&gpio5 27 GPIO_ACTIVE_HIGH>;
113114
port {
114115
lcd_in: endpoint {
115116
remote-endpoint = <&dpi_out>;
116117
};
117118
};
118-
119-
panel-timing {
120-
clock-frequency = <9000000>;
121-
hactive = <480>;
122-
vactive = <272>;
123-
hfront-porch = <3>;
124-
hback-porch = <2>;
125-
hsync-len = <42>;
126-
vback-porch = <3>;
127-
vfront-porch = <2>;
128-
vsync-len = <11>;
129-
hsync-active = <1>;
130-
vsync-active = <1>;
131-
de-active = <1>;
132-
pixelclk-active = <0>;
133-
};
134119
};
135120

136121
bl: backlight {

Diff for: arch/arm/boot/dts/logicpd-torpedo-baseboard.dtsi

+2
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,8 @@
8181
};
8282

8383
&mcbsp2 {
84+
pinctrl-names = "default";
85+
pinctrl-0 = <&mcbsp2_pins>;
8486
status = "okay";
8587
};
8688

Diff for: arch/arm/boot/dts/ls1021a.dtsi

+1-1
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@
182182
#address-cells = <1>;
183183
#size-cells = <0>;
184184
reg = <0x0 0x1550000 0x0 0x10000>,
185-
<0x0 0x40000000 0x0 0x40000000>;
185+
<0x0 0x40000000 0x0 0x20000000>;
186186
reg-names = "QuadSPI", "QuadSPI-memory";
187187
interrupts = <GIC_SPI 131 IRQ_TYPE_LEVEL_HIGH>;
188188
clock-names = "qspi_en", "qspi";

Diff for: arch/arm/boot/dts/omap5.dtsi

+11-9
Original file line numberDiff line numberDiff line change
@@ -488,11 +488,11 @@
488488
};
489489
};
490490

491-
target-module@5000 {
491+
target-module@4000 {
492492
compatible = "ti,sysc-omap2", "ti,sysc";
493-
reg = <0x5000 0x4>,
494-
<0x5010 0x4>,
495-
<0x5014 0x4>;
493+
reg = <0x4000 0x4>,
494+
<0x4010 0x4>,
495+
<0x4014 0x4>;
496496
reg-names = "rev", "sysc", "syss";
497497
ti,sysc-sidle = <SYSC_IDLE_FORCE>,
498498
<SYSC_IDLE_NO>,
@@ -504,7 +504,7 @@
504504
ti,syss-mask = <1>;
505505
#address-cells = <1>;
506506
#size-cells = <1>;
507-
ranges = <0 0x5000 0x1000>;
507+
ranges = <0 0x4000 0x1000>;
508508

509509
dsi1: encoder@0 {
510510
compatible = "ti,omap5-dsi";
@@ -514,8 +514,9 @@
514514
reg-names = "proto", "phy", "pll";
515515
interrupts = <GIC_SPI 53 IRQ_TYPE_LEVEL_HIGH>;
516516
status = "disabled";
517-
clocks = <&dss_clkctrl OMAP5_DSS_CORE_CLKCTRL 8>;
518-
clock-names = "fck";
517+
clocks = <&dss_clkctrl OMAP5_DSS_CORE_CLKCTRL 8>,
518+
<&dss_clkctrl OMAP5_DSS_CORE_CLKCTRL 10>;
519+
clock-names = "fck", "sys_clk";
519520
};
520521
};
521522

@@ -545,8 +546,9 @@
545546
reg-names = "proto", "phy", "pll";
546547
interrupts = <GIC_SPI 55 IRQ_TYPE_LEVEL_HIGH>;
547548
status = "disabled";
548-
clocks = <&dss_clkctrl OMAP5_DSS_CORE_CLKCTRL 8>;
549-
clock-names = "fck";
549+
clocks = <&dss_clkctrl OMAP5_DSS_CORE_CLKCTRL 8>,
550+
<&dss_clkctrl OMAP5_DSS_CORE_CLKCTRL 10>;
551+
clock-names = "fck", "sys_clk";
550552
};
551553
};
552554

Diff for: arch/arm/boot/dts/socfpga_arria10.dtsi

+1-1
Original file line numberDiff line numberDiff line change
@@ -821,7 +821,7 @@
821821
timer3: timer3@ffd00100 {
822822
compatible = "snps,dw-apb-timer";
823823
interrupts = <0 118 IRQ_TYPE_LEVEL_HIGH>;
824-
reg = <0xffd01000 0x100>;
824+
reg = <0xffd00100 0x100>;
825825
clocks = <&l4_sys_free_clk>;
826826
clock-names = "timer";
827827
resets = <&rst L4SYSTIMER1_RESET>;

Diff for: arch/arm/boot/dts/vfxxx.dtsi

+1-1
Original file line numberDiff line numberDiff line change
@@ -495,7 +495,7 @@
495495
};
496496

497497
ocotp: ocotp@400a5000 {
498-
compatible = "fsl,vf610-ocotp";
498+
compatible = "fsl,vf610-ocotp", "syscon";
499499
reg = <0x400a5000 0x1000>;
500500
clocks = <&clks VF610_CLK_OCOTP>;
501501
};

Diff for: arch/arm/configs/integrator_defconfig

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,29 @@
11
CONFIG_SYSVIPC=y
22
CONFIG_NO_HZ=y
33
CONFIG_HIGH_RES_TIMERS=y
4+
CONFIG_PREEMPT=y
45
CONFIG_IKCONFIG=y
56
CONFIG_IKCONFIG_PROC=y
67
CONFIG_LOG_BUF_SHIFT=14
78
CONFIG_BLK_DEV_INITRD=y
8-
CONFIG_MODULES=y
9-
CONFIG_MODULE_UNLOAD=y
10-
CONFIG_PARTITION_ADVANCED=y
119
CONFIG_ARCH_MULTI_V4T=y
1210
CONFIG_ARCH_MULTI_V5=y
1311
# CONFIG_ARCH_MULTI_V7 is not set
1412
CONFIG_ARCH_INTEGRATOR=y
1513
CONFIG_ARCH_INTEGRATOR_AP=y
1614
CONFIG_INTEGRATOR_IMPD1=y
1715
CONFIG_ARCH_INTEGRATOR_CP=y
18-
CONFIG_PCI=y
19-
CONFIG_PREEMPT=y
2016
CONFIG_AEABI=y
2117
# CONFIG_ATAGS is not set
22-
CONFIG_ZBOOT_ROM_TEXT=0x0
23-
CONFIG_ZBOOT_ROM_BSS=0x0
2418
CONFIG_CMDLINE="console=ttyAM0,38400n8 root=/dev/nfs ip=bootp"
2519
CONFIG_CPU_FREQ=y
2620
CONFIG_CPU_FREQ_GOV_POWERSAVE=y
2721
CONFIG_CPU_FREQ_GOV_USERSPACE=y
2822
CONFIG_CPU_FREQ_GOV_ONDEMAND=y
2923
CONFIG_CPUFREQ_DT=y
30-
CONFIG_CMA=y
24+
CONFIG_MODULES=y
25+
CONFIG_MODULE_UNLOAD=y
26+
CONFIG_PARTITION_ADVANCED=y
3127
CONFIG_NET=y
3228
CONFIG_PACKET=y
3329
CONFIG_UNIX=y
@@ -37,6 +33,7 @@ CONFIG_IP_PNP=y
3733
CONFIG_IP_PNP_DHCP=y
3834
CONFIG_IP_PNP_BOOTP=y
3935
# CONFIG_IPV6 is not set
36+
CONFIG_PCI=y
4037
CONFIG_MTD=y
4138
CONFIG_MTD_CMDLINE_PARTS=y
4239
CONFIG_MTD_AFS_PARTS=y
@@ -52,9 +49,12 @@ CONFIG_BLK_DEV_RAM_SIZE=8192
5249
CONFIG_NETDEVICES=y
5350
CONFIG_E100=y
5451
CONFIG_SMC91X=y
52+
CONFIG_INPUT_EVDEV=y
5553
# CONFIG_KEYBOARD_ATKBD is not set
54+
CONFIG_KEYBOARD_GPIO=y
5655
# CONFIG_SERIO_SERPORT is not set
5756
CONFIG_DRM=y
57+
CONFIG_DRM_DISPLAY_CONNECTOR=y
5858
CONFIG_DRM_SIMPLE_BRIDGE=y
5959
CONFIG_DRM_PL111=y
6060
CONFIG_FB_MODE_HELPERS=y

Diff for: arch/arm/mach-omap2/omap-iommu.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ static struct powerdomain *_get_pwrdm(struct device *dev)
7474
return pwrdm;
7575

7676
clk = of_clk_get(dev->of_node->parent, 0);
77-
if (!clk) {
77+
if (IS_ERR(clk)) {
7878
dev_err(dev, "no fck found\n");
7979
return NULL;
8080
}

Diff for: arch/arm64/boot/dts/broadcom/northstar2/ns2.dtsi

+1-1
Original file line numberDiff line numberDiff line change
@@ -745,7 +745,7 @@
745745
};
746746

747747
qspi: spi@66470200 {
748-
compatible = "brcm,spi-bcm-qspi", "brcm,spi-ns2-qspi";
748+
compatible = "brcm,spi-ns2-qspi", "brcm,spi-bcm-qspi";
749749
reg = <0x66470200 0x184>,
750750
<0x66470000 0x124>,
751751
<0x67017408 0x004>,

Diff for: arch/arm64/boot/dts/freescale/Makefile

+1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ dtb-$(CONFIG_ARCH_LAYERSCAPE) += fsl-lx2160a-honeycomb.dtb
2828
dtb-$(CONFIG_ARCH_LAYERSCAPE) += fsl-lx2160a-qds.dtb
2929
dtb-$(CONFIG_ARCH_LAYERSCAPE) += fsl-lx2160a-rdb.dtb
3030

31+
dtb-$(CONFIG_ARCH_MXC) += imx8mm-beacon-kit.dtb
3132
dtb-$(CONFIG_ARCH_MXC) += imx8mm-evk.dtb
3233
dtb-$(CONFIG_ARCH_MXC) += imx8mn-evk.dtb
3334
dtb-$(CONFIG_ARCH_MXC) += imx8mn-ddr4-evk.dtb

Diff for: arch/arm64/boot/dts/freescale/imx8mp.dtsi

+1-1
Original file line numberDiff line numberDiff line change
@@ -702,7 +702,7 @@
702702
reg = <0x30bd0000 0x10000>;
703703
interrupts = <GIC_SPI 2 IRQ_TYPE_LEVEL_HIGH>;
704704
clocks = <&clk IMX8MP_CLK_SDMA1_ROOT>,
705-
<&clk IMX8MP_CLK_SDMA1_ROOT>;
705+
<&clk IMX8MP_CLK_AHB>;
706706
clock-names = "ipg", "ahb";
707707
#dma-cells = <3>;
708708
fsl,sdma-ram-script-name = "imx/sdma/sdma-imx7d.bin";

0 commit comments

Comments
 (0)