diff options
author | Steffen Hemer <s.hemer@phytec.de> | 2023-02-14 14:22:55 +0100 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2023-03-27 11:17:15 +0300 |
commit | 29f4747a19a53a949b76a587fe3674dd5d7303f9 (patch) | |
tree | d7672c86ee6c7fb77ac57946984e7b07b2866979 /arch/arm | |
parent | f47fc3aa346a506ac8552eb12dd9240194e01474 (diff) |
ARM: dts: am335x-phycore-som: Add alias for TPS65910 RTC
Without an alias for the TPS65910 RTC, it snatches the rtc0 device in
advance to the I2C RTC assigned to that alias.
Signed-off-by: Steffen Hemer <s.hemer@phytec.de>
Message-Id: <20230214132302.39087-1-s.hemer@phytec.de>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/boot/dts/am335x-phycore-som.dtsi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/am335x-phycore-som.dtsi b/arch/arm/boot/dts/am335x-phycore-som.dtsi index e2cec1ffaa4c..6819cec588a7 100644 --- a/arch/arm/boot/dts/am335x-phycore-som.dtsi +++ b/arch/arm/boot/dts/am335x-phycore-som.dtsi @@ -14,6 +14,7 @@ aliases { rtc0 = &i2c_rtc; rtc1 = &rtc; + rtc2 = &tps; }; cpus { |