quoted hunk
From: Fabio Estevam <redacted>
Similarly as it was done for mx6q, use a DT lookup in order to make maintainance
task for the clock devices easier.
Signed-off-by: Fabio Estevam <redacted>
[Markus Pargmann: Add gpio clocks]
Signed-off-by: Markus Pargmann <redacted>
---
arch/arm/boot/dts/imx27.dtsi | 12 ++++++++++++
1 file changed, 12 insertions(+)
diff --git a/arch/arm/boot/dts/imx27.dtsi b/arch/arm/boot/dts/imx27.dtsi
index 0695264..48c263c 100644
--- a/arch/arm/boot/dts/imx27.dtsi
+++ b/arch/arm/boot/dts/imx27.dtsi
@@ -208,6 +208,8 @@
#gpio-cells = <2>;
interrupt-controller;
#interrupt-cells = <2>;
+ clocks = <&clks 47>;
+ clock-names = "ipg";
Clock is not used in the gpio driver, so I doubt the usefulness of this patch.
---