038-v4.19-0002-ARM-dts-BCM53573-Add-architected-timer.patch 1005 B

12345678910111213141516171819202122232425262728293031323334
  1. From a21e7548438f3a8f59f9b9f3a8bc973613d3726a Mon Sep 17 00:00:00 2001
  2. From: =?UTF-8?q?Rafa=C5=82=20Mi=C5=82ecki?= <[email protected]>
  3. Date: Thu, 14 Jun 2018 18:41:47 +0200
  4. Subject: [PATCH] ARM: dts: BCM53573: Add architected timer
  5. MIME-Version: 1.0
  6. Content-Type: text/plain; charset=UTF-8
  7. Content-Transfer-Encoding: 8bit
  8. It's a standard ARM architected timer that was simply missed when
  9. initially adding this .dtsi file.
  10. Signed-off-by: Rafał Miłecki <[email protected]>
  11. Signed-off-by: Florian Fainelli <[email protected]>
  12. ---
  13. arch/arm/boot/dts/bcm53573.dtsi | 8 ++++++++
  14. 1 file changed, 8 insertions(+)
  15. --- a/arch/arm/boot/dts/bcm53573.dtsi
  16. +++ b/arch/arm/boot/dts/bcm53573.dtsi
  17. @@ -48,6 +48,14 @@
  18. };
  19. };
  20. + timer {
  21. + compatible = "arm,armv7-timer";
  22. + interrupts = <GIC_PPI 13 IRQ_TYPE_LEVEL_LOW>,
  23. + <GIC_PPI 14 IRQ_TYPE_LEVEL_LOW>,
  24. + <GIC_PPI 11 IRQ_TYPE_LEVEL_LOW>,
  25. + <GIC_PPI 10 IRQ_TYPE_LEVEL_LOW>;
  26. + };
  27. +
  28. clocks {
  29. #address-cells = <1>;
  30. #size-cells = <1>;