Skip to content

Commit 2533206

Browse files
tq-steinakhilman
authored andcommitted
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: Alexander Stein <alexander.stein@ew.tq-group.com> Link: https://patch.msgid.link/20251118154856.2015184-1-alexander.stein@ew.tq-group.com Signed-off-by: Kevin Hilman <khilman@baylibre.com>
1 parent 60884f7 commit 2533206

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

arch/arm/boot/dts/tps65910.dtsi

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@
1010

1111
&tps {
1212
compatible = "ti,tps65910";
13+
interrupt-controller;
14+
#interrupt-cells = <2>;
15+
gpio-controller;
16+
#gpio-cells = <2>;
1317

1418
regulators {
1519
#address-cells = <1>;

0 commit comments

Comments
 (0)