14 Jan, 2020

1 commit


24 Oct, 2019

1 commit


08 Oct, 2019

1 commit


11 May, 2018

1 commit

  • Enable watchdog on zcu100 to make sure if there is a bug in the u-boot
    there is proper reset.
    Watchdog expires and PMU fw is informed and based on setting proper
    action is taken.

    The patch is enabling reset-on-timeout feature and also fixing fixed
    clock rate for watchdog where 100MHz is max (and also default) clock value.

    Signed-off-by: Michal Simek

    Michal Simek
     

09 Apr, 2018

2 commits


28 Nov, 2017

1 commit


10 Jan, 2017

1 commit


15 Nov, 2016

1 commit

  • Zynqmp DMA driver expects two clocks (main clock and apb clock)
    LPDDMA clock cofiguration is missing for the same in the
    zynqmp-clk.dtsi file.

    This patch updates for the same.

    Reported-by: Sai Pavan Boddu
    Signed-off-by: Kedareswara rao Appana
    Signed-off-by: Michal Simek

    Kedareswara rao Appana
     

01 Aug, 2016

1 commit

  • Serial driver is getting clk information via DT that's why
    also clk node needs to have this flag.

    Different behavior was introduced by:
    "dm: Use dm_scan_fdt_dev() directly where possible"
    (sha1: 911954859d6dece49c3e4835faea004cfe392506)
    where simple-bus driver starts to call dm_scan_fdt_dev() which has
    additional logic around pre_reloc_only parameter which exclude
    clk nodes.

    Signed-off-by: Michal Simek
    Reviewed-by: Simon Glass

    Michal Simek
     

14 Apr, 2016

1 commit