ARM: tegra: colibri_t20: rename tps6586x@34 and drop unused pmic label
Rename tps6586x@34 to pmic@34 and drop the unused pmic label. Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com> Signed-off-by: Thierry Reding <treding@nvidia.com>
This commit is contained in:

committed by
Thierry Reding

parent
613953abdf
commit
8f4a8e0931
@@ -11,7 +11,7 @@
|
|||||||
|
|
||||||
aliases {
|
aliases {
|
||||||
rtc0 = "/i2c@7000c000/rtc@68";
|
rtc0 = "/i2c@7000c000/rtc@68";
|
||||||
rtc1 = "/i2c@7000d000/tps6586x@34";
|
rtc1 = "/i2c@7000d000/pmic@34";
|
||||||
rtc2 = "/rtc@7000e000";
|
rtc2 = "/rtc@7000e000";
|
||||||
serial0 = &uarta;
|
serial0 = &uarta;
|
||||||
serial1 = &uartd;
|
serial1 = &uartd;
|
||||||
|
@@ -472,7 +472,7 @@
|
|||||||
status = "okay";
|
status = "okay";
|
||||||
clock-frequency = <100000>;
|
clock-frequency = <100000>;
|
||||||
|
|
||||||
pmic: tps6586x@34 {
|
pmic@34 {
|
||||||
compatible = "ti,tps6586x";
|
compatible = "ti,tps6586x";
|
||||||
reg = <0x34>;
|
reg = <0x34>;
|
||||||
interrupts = <GIC_SPI 86 IRQ_TYPE_LEVEL_HIGH>;
|
interrupts = <GIC_SPI 86 IRQ_TYPE_LEVEL_HIGH>;
|
||||||
|
Reference in New Issue
Block a user