Explorar o código

ARM: shmobile: r8a7740: Add TPU node to the device tree

Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Laurent Pinchart %!s(int64=12) %!d(string=hai) anos
pai
achega
8b3e32c1fe
Modificáronse 1 ficheiros con 7 adicións e 0 borrados
  1. 7 0
      arch/arm/boot/dts/r8a7740.dtsi

+ 7 - 0
arch/arm/boot/dts/r8a7740.dtsi

@@ -144,4 +144,11 @@
 			      0 72 0x4
 			      0 73 0x4>;
 	};
+
+	tpu: pwm@e6600000 {
+		compatible = "renesas,tpu-r8a7740", "renesas,tpu";
+		reg = <0xe6600000 0x100>;
+		status = "disabled";
+		#pwm-cells = <3>;
+	};
 };