Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8b3e32c1 authored by Laurent Pinchart's avatar Laurent Pinchart Committed by Simon Horman
Browse files

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

parent dcbbbaf2
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -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>;
	};
};