Commit 25332069 authored by Alexander Stein's avatar Alexander Stein Committed by Kevin Hilman
Browse files

ARM: dts: tps65910: Add gpio & interrupt properties



The binding document ti,tps65910.yaml requires the controller and
cells properties for both gpio and interrupts. As they have const and
fixed values a default can be provided for all users.

Signed-off-by: default avatarAlexander Stein <alexander.stein@ew.tq-group.com>
Link: https://patch.msgid.link/20251118154856.2015184-1-alexander.stein@ew.tq-group.com


Signed-off-by: default avatarKevin Hilman <khilman@baylibre.com>
parent 60884f7a
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -10,6 +10,10 @@

&tps {
	compatible = "ti,tps65910";
	interrupt-controller;
	#interrupt-cells = <2>;
	gpio-controller;
	#gpio-cells = <2>;

	regulators {
		#address-cells = <1>;