]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
ARM: tegra: remove unsupported properties from the max8907 node
authorSvyatoslav Ryhel <clamor95@gmail.com>
Tue, 13 Jan 2026 09:27:14 +0000 (11:27 +0200)
committerSvyatoslav Ryhel <clamor95@gmail.com>
Sun, 22 Mar 2026 12:58:58 +0000 (14:58 +0200)
Remove interrupt and GPIO controller properties from MAX8907 node since
the PMIC does not have any GPIO cells and does not expose any interrupt
features.

Signed-off-by: Svyatoslav Ryhel <clamor95@gmail.com>
arch/arm/dts/tegra20-lg-star.dts
arch/arm/dts/tegra20-samsung-n1-common.dtsi

index 083598b1b92ab94b6ae17d8f79a5ce7c173ae015..8012b57e5bbedda93b309ecbddffe222015a7af0 100644 (file)
                pmic: max8907@3c {
                        compatible = "maxim,max8907";
                        reg = <0x3c>;
-
                        interrupts = <GIC_SPI 86 IRQ_TYPE_LEVEL_HIGH>;
-                       #interrupt-cells = <2>;
-                       interrupt-controller;
-
-                       #gpio-cells = <2>;
-                       gpio-controller;
 
                        maxim,system-power-controller;
 
index 8223c5ece54f648eb51c3a0bf1ca5a3ed4daecd5..7225047caba457f4beb719c8e87b5117ae4134f7 100644 (file)
                pmic: max8907@3c {
                        compatible = "maxim,max8907";
                        reg = <0x3c>;
-
                        interrupts = <GIC_SPI 86 IRQ_TYPE_LEVEL_HIGH>;
-                       #interrupt-cells = <2>;
-                       interrupt-controller;
-
-                       #gpio-cells = <2>;
-                       gpio-controller;
 
                        maxim,system-power-controller;