ARM: dts: r8a7791: Don't disable referenced optional clocks

clk_get on a disabled clock node will return EPROBE_DEFER, which can
cause drivers to be deferred forever if such clocks are referenced in
their clocks property.

Update the various disabled external clock nodes to default to a
frequency of 0, but don't disable them to prevent this.

Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk>
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
This commit is contained in:
Sjoerd Simons
2016-04-06 14:52:53 +02:00
committed by Simon Horman
parent f55532a0c0
commit ac6908b304
3 changed files with 3 additions and 4 deletions

View File

@@ -414,6 +414,7 @@
};
&pcie_bus_clk {
clock-frequency = <100000000>;
status = "okay";
};