101-08-arm-dts-enable-i2c-support-for-MediaTek-MT7981.patch 1.0 KB

123456789101112131415161718192021222324252627282930313233343536
  1. From e9467f40d4327cfcb80944a0f12ae195b0d7cd40 Mon Sep 17 00:00:00 2001
  2. From: Weijie Gao <[email protected]>
  3. Date: Wed, 19 Jul 2023 17:16:19 +0800
  4. Subject: [PATCH 08/29] arm: dts: enable i2c support for MediaTek MT7981
  5. This patch enables i2c support for MediaTek MT7981
  6. Signed-off-by: Sam Shih <[email protected]>
  7. Signed-off-by: Weijie Gao <[email protected]>
  8. ---
  9. arch/arm/dts/mt7981.dtsi | 14 ++++++++++++++
  10. 1 file changed, 14 insertions(+)
  11. --- a/arch/arm/dts/mt7981.dtsi
  12. +++ b/arch/arm/dts/mt7981.dtsi
  13. @@ -181,6 +181,20 @@
  14. status = "disabled";
  15. };
  16. + i2c0: i2c@11007000 {
  17. + compatible = "mediatek,mt7981-i2c";
  18. + reg = <0x11007000 0x1000>,
  19. + <0x10217080 0x80>;
  20. + interrupts = <GIC_SPI 136 IRQ_TYPE_LEVEL_HIGH>;
  21. + clock-div = <1>;
  22. + clocks = <&infracfg_ao CK_INFRA_I2CO_CK>,
  23. + <&infracfg_ao CK_INFRA_AP_DMA_CK>;
  24. + clock-names = "main", "dma";
  25. + #address-cells = <1>;
  26. + #size-cells = <0>;
  27. + status = "disabled";
  28. + };
  29. +
  30. uart0: serial@11002000 {
  31. compatible = "mediatek,hsuart";
  32. reg = <0x11002000 0x400>;