[cip-dev] [PATCH 45/62] ARM: dts: r8a7743: Add TPU support
From: Biju Das <hidden>
Date: 2018-05-10 15:08:34
Subsystem:
the rest · Maintainer:
Linus Torvalds
From: Biju Das <hidden>
Date: 2018-05-10 15:08:34
Subsystem:
the rest · Maintainer:
Linus Torvalds
From: Fabrizio Castro <redacted> Add TPU support to SoC DT. Signed-off-by: Fabrizio Castro <redacted> Reviewed-by: Biju Das <redacted> Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be> Signed-off-by: Simon Horman <redacted> (cherry picked from commit ba8f6bda525121e310cec7532bf218d0bace4ff1) (updated clock and power-domains property. removed resets property) Signed-off-by: Biju Das <redacted> Reviewed-by: Fabrizio Castro <redacted> --- arch/arm/boot/dts/r8a7743.dtsi | 9 +++++++++ 1 file changed, 9 insertions(+)
diff --git a/arch/arm/boot/dts/r8a7743.dtsi b/arch/arm/boot/dts/r8a7743.dtsi
index 73c658b..c0e53ee 100644
--- a/arch/arm/boot/dts/r8a7743.dtsi
+++ b/arch/arm/boot/dts/r8a7743.dtsi@@ -254,6 +254,15 @@ reg = <0 0xe6060000 0 0x250>; }; + tpu: pwm at e60f0000 { + compatible = "renesas,tpu-r8a7743", "renesas,tpu"; + reg = <0 0xe60f0000 0 0x148>; + clocks = <&mstp3_clks R8A7743_CLK_TPU0>; + power-domains = <&cpg_clocks>; + #pwm-cells = <3>; + status = "disabled"; + }; + dmac0: dma-controller at e6700000 { compatible = "renesas,rcar-dmac"; reg = <0 0xe6700000 0 0x20000>;
--
2.7.4