Message ID | 1349837086-21844-1-git-send-email-b32955@freescale.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Hi Huang, On Tue, Oct 9, 2012 at 11:44 PM, Huang Shijie <b32955@freescale.com> wrote: > The current DT node misses 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: Huang Shijie <b32955@freescale.com> Thanks for the fix. Could you please also fix mx23 in the same patch? Regards, Fabio Estevam
? 2012?10?10? 12:54, Fabio Estevam ??: > Hi Huang, > > On Tue, Oct 9, 2012 at 11:44 PM, Huang Shijie<b32955@freescale.com> wrote: >> The current DT node misses 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: Huang Shijie<b32955@freescale.com> > Thanks for the fix. > > Could you please also fix mx23 in the same patch? I am just fixing it now. :) Huang Shijie > Regards, > > Fabio Estevam >
diff --git a/arch/arm/boot/dts/imx28.dtsi b/arch/arm/boot/dts/imx28.dtsi index e16d631..55c57ea 100644 --- a/arch/arm/boot/dts/imx28.dtsi +++ b/arch/arm/boot/dts/imx28.dtsi @@ -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"; };
The current DT node misses 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: Huang Shijie <b32955@freescale.com> --- arch/arm/boot/dts/imx28.dtsi | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)