Message ID | 20230214132302.39087-1-s.hemer@phytec.de (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | [1/8] ARM: dts: am335x-phycore-som: Add alias for TPS65910 RTC | expand |
* Steffen Hemer <s.hemer@phytec.de> [230214 15:23]: > Without an alias for the TPS65910 RTC, it snatches the rtc0 device in > advance to the I2C RTC assigned to that alias. Applying all eight patches into omap-for-v6.4/dt thanks. Tony
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 {
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> --- arch/arm/boot/dts/am335x-phycore-som.dtsi | 1 + 1 file changed, 1 insertion(+)