mirror of
https://github.com/torvalds/linux.git
synced 2026-07-28 10:09:10 +02:00
ARM: tegra: lg-x3: Set PMIC's RTC address
LG X3 devices have the PMIC's RTC module located at a non-standard address. Set the correct address. Signed-off-by: Svyatoslav Ryhel <clamor95@gmail.com> Signed-off-by: Thierry Reding <treding@nvidia.com>
This commit is contained in:
parent
8399055d9f
commit
61cf0112f7
|
|
@ -1297,7 +1297,8 @@ pwr_i2c: i2c@7000d000 {
|
|||
|
||||
pmic: max77663@1c {
|
||||
compatible = "maxim,max77663";
|
||||
reg = <0x1c>;
|
||||
reg = <0x1c>, <0x48>;
|
||||
reg-names = "pmic", "rtc";
|
||||
|
||||
interrupts = <GIC_SPI 86 IRQ_TYPE_LEVEL_HIGH>;
|
||||
#interrupt-cells = <2>;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user