OSDN Git Service

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 7fd901f..82caefe 100644 (file)
                };
 
                palmas: tps65913@58 {
-                       compatible = "ti,palmas";
+                       compatible = "ti,tps65913", "ti,palmas";
                        reg = <0x58>;
                        interrupts = <0 86 IRQ_TYPE_LEVEL_HIGH>;
 
index 0796017..71a2806 100644 (file)
                };
 
                palmas: pmic@58 {
-                       compatible = "ti,palmas";
+                       compatible = "ti,tps65913", "ti,palmas";
                        reg = <0x58>;
                        interrupts = <GIC_SPI 86 IRQ_TYPE_LEVEL_HIGH>;
 
index 745d234..753130b 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>;