Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b6442559 authored by Huang Shijie's avatar Huang Shijie Committed by Arnd Bergmann
Browse files

ARM: dts: mxs: add the "clock-names" for gpmi-nand



The current DT nodes for mx23/mx28 miss the `clocks-names` item for gpmi-nand.
So the gpmi-nand driver could not find the proper clock.

This patch fixes this issue.

Signed-off-by: default avatarHuang Shijie <b32955@freescale.com>
Reviewed-by: default avatarMarek Vasut <marex@denx.de>
Acked-by: default avatarShawn Guo <shawn.guo@linaro.org>
Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
parent 70f3900e
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -69,6 +69,7 @@
				interrupts = <13>, <56>;
				interrupt-names = "gpmi-dma", "bch";
				clocks = <&clks 34>;
				clock-names = "gpmi_io";
				fsl,gpmi-dma-channel = <4>;
				status = "disabled";
			};
+1 −0
Original line number Diff line number Diff line
@@ -85,6 +85,7 @@
				interrupts = <88>, <41>;
				interrupt-names = "gpmi-dma", "bch";
				clocks = <&clks 50>;
				clock-names = "gpmi_io";
				fsl,gpmi-dma-channel = <4>;
				status = "disabled";
			};