mbox series

[v2,0/2] Update ZYNQMP clock configuration

Message ID 20210322061754.1065367-1-punit1.agrawal@toshiba.co.jp (mailing list archive)
Headers show
Series Update ZYNQMP clock configuration | expand

Message

Punit Agrawal March 22, 2021, 6:17 a.m. UTC
Hi,

Here are a couple of patches defaulting the ZYNQMP clock configuration
if it's dependencies are available. The clock driver is needed for
peripherals such as micro sd card required for booting.

The second posting adds a patch to drop the redundant dependency on
ARCH_ZYNQMP requested by Michal.

Thanks,
Punit

Previous posting -

[0] https://lore.kernel.org/linux-arm-kernel/20210316090540.973014-1-punit1.agrawal@toshiba.co.jp/

Punit Agrawal (2):
  clk: zynqmp: Enable the driver if ZYNQMP_FIRMWARE is selected
  clk: zynqmp: Drop dependency on ARCH_ZYNQMP

 drivers/clk/zynqmp/Kconfig | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Michal Simek April 7, 2021, 10:13 a.m. UTC | #1
Hi Stephen,

On 3/22/21 7:17 AM, Punit Agrawal wrote:
> Hi,
> 
> Here are a couple of patches defaulting the ZYNQMP clock configuration
> if it's dependencies are available. The clock driver is needed for
> peripherals such as micro sd card required for booting.
> 
> The second posting adds a patch to drop the redundant dependency on
> ARCH_ZYNQMP requested by Michal.
> 
> Thanks,
> Punit
> 
> Previous posting -
> 
> [0] https://lore.kernel.org/linux-arm-kernel/20210316090540.973014-1-punit1.agrawal@toshiba.co.jp/
> 
> Punit Agrawal (2):
>   clk: zynqmp: Enable the driver if ZYNQMP_FIRMWARE is selected
>   clk: zynqmp: Drop dependency on ARCH_ZYNQMP
> 
>  drivers/clk/zynqmp/Kconfig | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 

Can you please take this series? Or do you want me to take it via my tree?

Thanks,
Michal