Re: [PATCH] clk: zynq: Leave debug clocks in bootup state

2014-04-22 Thread Michal Simek
On 04/17/2014 08:40 PM, Soren Brinkmann wrote: > Make sure debug clocks stay enabled if the bootloader enabled them. > Otherwise debug HW may crash due to bus-hangs caused by stopped clocks. > > Signed-off-by: Soren Brinkmann > --- > drivers/clk/zynq/clkc.c | 12 > 1 file changed,

Re: [PATCH] clk: zynq: Leave debug clocks in bootup state

2014-04-22 Thread Michal Simek
On 04/17/2014 08:40 PM, Soren Brinkmann wrote: Make sure debug clocks stay enabled if the bootloader enabled them. Otherwise debug HW may crash due to bus-hangs caused by stopped clocks. Signed-off-by: Soren Brinkmann soren.brinkm...@xilinx.com --- drivers/clk/zynq/clkc.c | 12

[PATCH] clk: zynq: Leave debug clocks in bootup state

2014-04-17 Thread Soren Brinkmann
Make sure debug clocks stay enabled if the bootloader enabled them. Otherwise debug HW may crash due to bus-hangs caused by stopped clocks. Signed-off-by: Soren Brinkmann --- drivers/clk/zynq/clkc.c | 12 1 file changed, 12 insertions(+) diff --git a/drivers/clk/zynq/clkc.c

[PATCH] clk: zynq: Leave debug clocks in bootup state

2014-04-17 Thread Soren Brinkmann
Make sure debug clocks stay enabled if the bootloader enabled them. Otherwise debug HW may crash due to bus-hangs caused by stopped clocks. Signed-off-by: Soren Brinkmann soren.brinkm...@xilinx.com --- drivers/clk/zynq/clkc.c | 12 1 file changed, 12 insertions(+) diff --git