format to use hardware correctly.
3. Remove the incompatible functions of Uboot.
Signed-off-by: Zhengxun Li
---
drivers/mtd/nand/raw/Kconfig | 6 +
drivers/mtd/nand/raw/Makefile| 1 +
drivers/mtd/nand/raw/mxic_nand.c | 603 +++
3 files changed, 610
Hi,
Michal Simek 於 2021年6月16日 週三 上午10:05寫道:
>
> Hi,
>
> On 6/16/21 5:26 PM, Zhengxun Li wrote:
> > Hi Sean,
> >
> > Thank you for your reply.
> >
> > Sean Anderson 於 2021年6月15日 週二 下午2:52寫道:
> >>
> >>
> >>
> >>
Hi Sean,
Thank you for your reply.
Sean Anderson 於 2021年6月15日 週二 下午2:52寫道:
>
>
>
> On 6/15/21 1:21 PM, Zhengxun Li wrote:
> > Hi Michal,
> >
> > Sean Anderson 於 2021年6月11日 週五 下午3:07寫道:
> >>
> >>
> >>
> >> On 6/11/21 11:1
Hi Michal,
Sean Anderson 於 2021年6月11日 週五 下午3:07寫道:
>
>
>
> On 6/11/21 11:10 AM, Zhengxun wrote:
> > Add the devicetree binding for the xilinx clocking wizard.
> >
> > Signed-off-by: Zhengxun
> > ---
> > .../clock/xlnx,clocking-wizard.txt| 43 +++
> > 1 file c
2) += clk_pic32.o
> > obj-$(CONFIG_SANDBOX) += clk_sandbox.o
> > diff --git a/drivers/clk/clk-xlnx-clock-wizard.c
> > b/drivers/clk/clk-xlnx-clock-wizard.c
> > new file mode 100644
> > index 00..70ee3af107
> > --- /dev/null
> > +++ b/drivers/clk/clk-
76c0eb27e6
>> --- /dev/null
>> +++ b/drivers/clk/clk-xlnx-clock-wizard.c
>> @@ -0,0 +1,177 @@
>> +// SPDX-License-Identifier: GPL-2.0
>> +/*
>> + * Xilinx 'Clocking Wizard' driver
>> + *
>> + * Copyright (c) 2021 Macronix Inc.
>> +
Hi Michal,
> Hi,
>
> snip.
>
+
+ priv->base = (void __iomem *)addr;
>>>
>>> But this assignment should be done in probe where you copy data from
>>> plat structures to priv structures.
>>
>> Do you mean priv->base = (void __iomem *)plat->addr?
>
> yes.
>
>
+
+ clk_in1 = dev
Add the Zynq Mxic picozed development board support.
Signed-off-by: Zhengxun Li
---
arch/arm/dts/Makefile | 3 +-
arch/arm/dts/zynq-mxic-picozed.dts | 72 ++
2 files changed, 74 insertions(+), 1 deletion(-)
create mode 100644 arch/arm/dts/zynq
set_rate to modify the frequency.
Signed-off-by: Zhengxun Li
---
drivers/clk/Kconfig | 9 +++
drivers/clk/Makefile| 1 +
drivers/clk/clk-xlnx-clock-wizard.c | 152
3 files changed, 162 insertions(+)
create mode 100644 drivers
This series add support to enable clock wizard for zynq platform.
Changes in v2:
- naming is aligned with linux
- delete inappropriate description and code
Zhengxun Li (2):
clk: zynq: Add clock wizard driver
board: Add Zynq Mxic picozed development board support
arch/arm/dts/Makefile
10 matches
Mail list logo