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>
                };
 
                palmas: tps65913@58 {
-                       compatible = "ti,palmas";
+                       compatible = "ti,tps65913", "ti,palmas";
                        reg = <0x58>;
                        interrupts = <0 86 IRQ_TYPE_LEVEL_HIGH>;
 
 
                };
 
                palmas: pmic@58 {
-                       compatible = "ti,palmas";
+                       compatible = "ti,tps65913", "ti,palmas";
                        reg = <0x58>;
                        interrupts = <GIC_SPI 86 IRQ_TYPE_LEVEL_HIGH>;
 
 
                clock-frequency = <400000>;
 
                palmas: pmic@58 {
-                       compatible = "ti,palmas";
+                       compatible = "ti,tps65913", "ti,palmas";
                        reg = <0x58>;
                        interrupts = <GIC_SPI 86 IRQ_TYPE_LEVEL_HIGH>;