Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: tegra: Specify correct PMIC compatible on Tegra114 boards

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>

+3 -3
+1 -1
arch/arm/boot/dts/tegra114-dalmore.dts
··· 894 894 }; 895 895 896 896 palmas: tps65913@58 { 897 - compatible = "ti,palmas"; 897 + compatible = "ti,tps65913", "ti,palmas"; 898 898 reg = <0x58>; 899 899 interrupts = <0 86 IRQ_TYPE_LEVEL_HIGH>; 900 900
+1 -1
arch/arm/boot/dts/tegra114-roth.dts
··· 801 801 }; 802 802 803 803 palmas: pmic@58 { 804 - compatible = "ti,palmas"; 804 + compatible = "ti,tps65913", "ti,palmas"; 805 805 reg = <0x58>; 806 806 interrupts = <GIC_SPI 86 IRQ_TYPE_LEVEL_HIGH>; 807 807
+1 -1
arch/arm/boot/dts/tegra114-tn7.dts
··· 62 62 clock-frequency = <400000>; 63 63 64 64 palmas: pmic@58 { 65 - compatible = "ti,palmas"; 65 + compatible = "ti,tps65913", "ti,palmas"; 66 66 reg = <0x58>; 67 67 interrupts = <GIC_SPI 86 IRQ_TYPE_LEVEL_HIGH>; 68 68