035-v6.2-0001-arm64-dts-broadcom-bcmbca-bcm4908-add-TWD-block-time.patch 1.0 KB

12345678910111213141516171819202122232425262728293031
  1. From 68064196cffea33f090bd2e8d81cd5e20107ecf1 Mon Sep 17 00:00:00 2001
  2. From: =?UTF-8?q?Rafa=C5=82=20Mi=C5=82ecki?= <[email protected]>
  3. Date: Thu, 3 Nov 2022 11:53:16 +0100
  4. Subject: [PATCH] arm64: dts: broadcom: bcmbca: bcm4908: add TWD block timer
  5. MIME-Version: 1.0
  6. Content-Type: text/plain; charset=UTF-8
  7. Content-Transfer-Encoding: 8bit
  8. BCM4908 TWD contains block with 4 timers. Add binding for it.
  9. Signed-off-by: Rafał Miłecki <[email protected]>
  10. Link: https://lore.kernel.org/r/[email protected]
  11. Signed-off-by: Florian Fainelli <[email protected]>
  12. ---
  13. arch/arm64/boot/dts/broadcom/bcmbca/bcm4908.dtsi | 5 +++++
  14. 1 file changed, 5 insertions(+)
  15. --- a/arch/arm64/boot/dts/broadcom/bcmbca/bcm4908.dtsi
  16. +++ b/arch/arm64/boot/dts/broadcom/bcmbca/bcm4908.dtsi
  17. @@ -280,6 +280,11 @@
  18. #address-cells = <1>;
  19. #size-cells = <1>;
  20. + timer@0 {
  21. + compatible = "brcm,bcm63138-timer";
  22. + reg = <0x0 0x28>;
  23. + };
  24. +
  25. watchdog@28 {
  26. compatible = "brcm,bcm6345-wdt";
  27. reg = <0x28 0x8>;