mirror of https://gitee.com/openkylin/linux.git
ARM: dts: Specify clocks for timer on bcm11351
Specify the external clock label in the timer node. Signed-off-by: Tim Kryger <tim.kryger@linaro.org> Reviewed-by: Markus Mayer <markus.mayer@linaro.org> Reviewed-by: Matt Porter <matt.porter@linaro.org> Signed-off-by: Christian Daudt <bcm@fixthebug.org>
This commit is contained in:
parent
0a65172f48
commit
788db61add
|
@ -95,7 +95,7 @@ timer@35006000 {
|
|||
compatible = "brcm,kona-timer";
|
||||
reg = <0x35006000 0x1000>;
|
||||
interrupts = <GIC_SPI 7 IRQ_TYPE_LEVEL_HIGH>;
|
||||
clock-frequency = <32768>;
|
||||
clocks = <&hub_timer_clk>;
|
||||
};
|
||||
|
||||
gpio: gpio@35003000 {
|
||||
|
|
Loading…
Reference in New Issue