Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1732679
| From | Alexandre Belloni <alexandre.belloni@free-electrons.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 2/3] ARM: dts: at91: usb_a9g20: fix rtc node |
| Date | 2017-09-15 04:10 +0200 |
| Message-ID | <upOeT-4Qy-3@gated-at.bofh.it> (permalink) |
| References | <upOeT-4Qy-5@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
The rv3029 compatible is missing its vendor string, add it.
Also fix the node name to be a proper generic name.
Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
---
arch/arm/boot/dts/usb_a9g20_common.dtsi | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/arch/arm/boot/dts/usb_a9g20_common.dtsi b/arch/arm/boot/dts/usb_a9g20_common.dtsi
index 088c2c3685ab..81c3fe0465d9 100644
--- a/arch/arm/boot/dts/usb_a9g20_common.dtsi
+++ b/arch/arm/boot/dts/usb_a9g20_common.dtsi
@@ -20,8 +20,8 @@
};
i2c-gpio-0 {
- rv3029c2@56 {
- compatible = "rv3029c2";
+ rtc@56 {
+ compatible = "microcrystal,rv3029";
reg = <0x56>;
};
};
--
2.14.1
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH 1/3] RTC: rv3029: fix vendor string Alexandre Belloni <alexandre.belloni@free-electrons.com> - 2017-09-15 04:10 +0200
[PATCH 2/3] ARM: dts: at91: usb_a9g20: fix rtc node Alexandre Belloni <alexandre.belloni@free-electrons.com> - 2017-09-15 04:10 +0200
Re: [PATCH 2/3] ARM: dts: at91: usb_a9g20: fix rtc node Nicolas Ferre <nicolas.ferre@microchip.com> - 2017-09-15 09:10 +0200
[PATCH 3/3] powerpc/5200: dts: digsy_mtc.dts: fix rv3029 compatible Alexandre Belloni <alexandre.belloni@free-electrons.com> - 2017-09-15 04:10 +0200
Re: [PATCH 3/3] powerpc/5200: dts: digsy_mtc.dts: fix rv3029 compatible Anatolij Gustschin <agust@denx.de> - 2017-09-15 09:20 +0200
Re: [PATCH 3/3] powerpc/5200: dts: digsy_mtc.dts: fix rv3029 compatible Alexandre Belloni <alexandre.belloni@free-electrons.com> - 2017-09-26 15:50 +0200
Re: [PATCH 1/3] RTC: rv3029: fix vendor string Rob Herring <robh@kernel.org> - 2017-09-20 23:10 +0200
csiph-web