mirror of
https://github.com/torvalds/linux.git
synced 2026-05-25 15:41:52 +02:00
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>
This commit is contained in:
parent
0714ccb54c
commit
0a6a64f904
|
|
@ -894,7 +894,7 @@ ldo2 {
|
|||
};
|
||||
|
||||
palmas: tps65913@58 {
|
||||
compatible = "ti,palmas";
|
||||
compatible = "ti,tps65913", "ti,palmas";
|
||||
reg = <0x58>;
|
||||
interrupts = <0 86 IRQ_TYPE_LEVEL_HIGH>;
|
||||
|
||||
|
|
|
|||
|
|
@ -801,7 +801,7 @@ regulator@43 {
|
|||
};
|
||||
|
||||
palmas: pmic@58 {
|
||||
compatible = "ti,palmas";
|
||||
compatible = "ti,tps65913", "ti,palmas";
|
||||
reg = <0x58>;
|
||||
interrupts = <GIC_SPI 86 IRQ_TYPE_LEVEL_HIGH>;
|
||||
|
||||
|
|
|
|||
|
|
@ -62,7 +62,7 @@ i2c@7000d000 {
|
|||
clock-frequency = <400000>;
|
||||
|
||||
palmas: pmic@58 {
|
||||
compatible = "ti,palmas";
|
||||
compatible = "ti,tps65913", "ti,palmas";
|
||||
reg = <0x58>;
|
||||
interrupts = <GIC_SPI 86 IRQ_TYPE_LEVEL_HIGH>;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user