diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2017-05-24 11:07:48 +0200 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2017-06-01 17:27:32 -0700 |
commit | f46b563f2f270e451b2e1cee78573508cc1de256 (patch) | |
tree | 759f3fdf59ab89f834981b0343dfc4f2ffe25654 /arch/arm/boot/dts/moxart.dtsi | |
parent | b90b24f5895f7f8250937e5066b8f50bce0837f2 (diff) | |
download | linux-f46b563f2f270e451b2e1cee78573508cc1de256.tar.bz2 |
ARM: dts: augment Moxa and Aspeed DTS for FTTMR010
This augments the Moxa Art and Aspeed device trees to:
- Explicitly name the clock "PCLK" as the Faraday FTTMR010
names it.
- List the Moxa timer as compatible with the Faradat FTTMR010
vanilla version.
- Add a comment that the Aspeed driver is a Faraday
FTTMR010 derivative.
- Pass all IRQs to the timer from Aspeed: they are all there
so they should be in the device tree, we only use the
first one anyways.
Tested-by: Joel Stanley <joel@jms.id.au>
Tested-by: Jonas Jensen <jonas.jensen@gmail.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'arch/arm/boot/dts/moxart.dtsi')
-rw-r--r-- | arch/arm/boot/dts/moxart.dtsi | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/moxart.dtsi b/arch/arm/boot/dts/moxart.dtsi index e86f8c905ac5..1f4c795d3f72 100644 --- a/arch/arm/boot/dts/moxart.dtsi +++ b/arch/arm/boot/dts/moxart.dtsi @@ -58,10 +58,11 @@ }; timer: timer@98400000 { - compatible = "moxa,moxart-timer"; + compatible = "moxa,moxart-timer", "faraday,fttmr010"; reg = <0x98400000 0x42>; interrupts = <19 IRQ_TYPE_EDGE_FALLING>; clocks = <&clk_apb>; + clock-names = "PCLK"; }; gpio: gpio@98700000 { |