]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
ARM: dts: tps65910: Add gpio & interrupt properties
authorAlexander Stein <alexander.stein@ew.tq-group.com>
Tue, 18 Nov 2025 15:48:55 +0000 (16:48 +0100)
committerKevin Hilman <khilman@baylibre.com>
Mon, 5 Jan 2026 20:03:35 +0000 (12:03 -0800)
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>
arch/arm/boot/dts/tps65910.dtsi

index a941d1e623280f3f95128e8511af14e602161397..f5a776229023cb331d18c292fd15242bdb48e562 100644 (file)
 
 &tps {
        compatible = "ti,tps65910";
+       interrupt-controller;
+       #interrupt-cells = <2>;
+       gpio-controller;
+       #gpio-cells = <2>;
 
        regulators {
                #address-cells = <1>;