ARM: tegra: Specify correct PMIC compatible on Tegra114 boards
authorThierry Reding <treding@nvidia.com>
Mon, 6 Dec 2021 16:08:42 +0000 (17:08 +0100)
committerThierry Reding <treding@nvidia.com>
Tue, 14 Dec 2021 15:05:24 +0000 (16:05 +0100)
The PMIC found on Dalmore, TN7 and Roth is a TPS65913, so add the
specific compatible string in addition to the generic Palmas series
compatible string.

Signed-off-by: Thierry Reding <treding@nvidia.com>
arch/arm/boot/dts/tegra114-dalmore.dts
arch/arm/boot/dts/tegra114-roth.dts
arch/arm/boot/dts/tegra114-tn7.dts

index 7fd901f8d39ab689f0fa79071fdbb5b5973e0326..82caefe5928cdd9a10a5dcd3b0b3c0b017c36044 100644 (file)
                };
 
                palmas: tps65913@58 {
-                       compatible = "ti,palmas";
+                       compatible = "ti,tps65913", "ti,palmas";
                        reg = <0x58>;
                        interrupts = <0 86 IRQ_TYPE_LEVEL_HIGH>;
 
index 07960171fabee5bdb041bc67f5d883bd2f5cd1d8..71a2806c0f595936c849700b91d34be57ada063c 100644 (file)
                };
 
                palmas: pmic@58 {
-                       compatible = "ti,palmas";
+                       compatible = "ti,tps65913", "ti,palmas";
                        reg = <0x58>;
                        interrupts = <GIC_SPI 86 IRQ_TYPE_LEVEL_HIGH>;
 
index 745d234b105ba3a23fad14c43827ebb2dfa4a924..753130b1e37b75cc585d1bfb669c9ace16860e8b 100644 (file)
@@ -62,7 +62,7 @@
                clock-frequency = <400000>;
 
                palmas: pmic@58 {
-                       compatible = "ti,palmas";
+                       compatible = "ti,tps65913", "ti,palmas";
                        reg = <0x58>;
                        interrupts = <GIC_SPI 86 IRQ_TYPE_LEVEL_HIGH>;