diff options
author | Tom Rini <trini@konsulko.com> | 2020-11-02 09:01:28 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2020-11-02 09:01:28 -0500 |
commit | 7a8ac9df5dc0c23620d07933288fc5bea1941c29 (patch) | |
tree | 71223af015026b77082c68e1f2c95f66bae04999 /arch/arm/dts/at91-vinco.dts | |
parent | 41cab8edbcf38bce5cddf54957618dd4205d008f (diff) | |
parent | ef8f34aea56465e1584ab60b6ae3f3340aab55de (diff) | |
download | u-boot-WIP/02Nov2020.tar.gz |
Merge tag 'u-boot-atmel-fixes-2021.01-a' of https://gitlab.denx.de/u-boot/custodians/u-boot-atmelWIP/02Nov2020
First set of u-boot-atmel fixes for 2021.01 cycle:
This specific feature set includes the patches for DT required to fix
the warnings for newer DTC version (1.6.0+), i2c and spi bus unit
address.
Diffstat (limited to 'arch/arm/dts/at91-vinco.dts')
-rw-r--r-- | arch/arm/dts/at91-vinco.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/dts/at91-vinco.dts b/arch/arm/dts/at91-vinco.dts index 0ecb64e718..bf17b0a5e9 100644 --- a/arch/arm/dts/at91-vinco.dts +++ b/arch/arm/dts/at91-vinco.dts @@ -128,7 +128,7 @@ i2c2: i2c@f8024000 { status = "okay"; - rtc1: rtc@64 { + rtc1: rtc@32 { compatible = "epson,rx8900"; reg = <0x32>; }; |