Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1626772 > unrolled thread
| Started by | Alexandre Belloni <alexandre.belloni@free-electrons.com> |
|---|---|
| First post | 2017-04-19 22:30 +0200 |
| Last post | 2017-04-20 11:10 +0200 |
| Articles | 6 — 2 participants |
Back to article view | Back to linux.kernel
[PATCH 1/3] ARM: dts: imx6qdl-nitrogen6_max: fix rv4162 compatible Alexandre Belloni <alexandre.belloni@free-electrons.com> - 2017-04-19 22:30 +0200
[PATCH 2/3] ARM: dts: imx6qdl-nitrogen6_som2: fix rv4162 compatible Alexandre Belloni <alexandre.belloni@free-electrons.com> - 2017-04-19 22:30 +0200
Re: [PATCH 2/3] ARM: dts: imx6qdl-nitrogen6_som2: fix rv4162 compatible Gary Bisson <gary.bisson@boundarydevices.com> - 2017-04-20 11:10 +0200
[PATCH 3/3] ARM: dts: imx7d-nitrogen7: fix rv4162 compatible Alexandre Belloni <alexandre.belloni@free-electrons.com> - 2017-04-19 22:30 +0200
Re: [PATCH 3/3] ARM: dts: imx7d-nitrogen7: fix rv4162 compatible Gary Bisson <gary.bisson@boundarydevices.com> - 2017-04-20 11:10 +0200
Re: [PATCH 1/3] ARM: dts: imx6qdl-nitrogen6_max: fix rv4162 compatible Gary Bisson <gary.bisson@boundarydevices.com> - 2017-04-20 11:10 +0200
| From | Alexandre Belloni <alexandre.belloni@free-electrons.com> |
|---|---|
| Date | 2017-04-19 22:30 +0200 |
| Subject | [PATCH 1/3] ARM: dts: imx6qdl-nitrogen6_max: fix rv4162 compatible |
| Message-ID | <ty4oF-7U8-17@gated-at.bofh.it> |
The rv4162 vendor is microcrystal, not ST.
Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
---
arch/arm/boot/dts/imx6qdl-nitrogen6_max.dtsi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm/boot/dts/imx6qdl-nitrogen6_max.dtsi b/arch/arm/boot/dts/imx6qdl-nitrogen6_max.dtsi
index bad3c9f9eeac..b63134e3b51a 100644
--- a/arch/arm/boot/dts/imx6qdl-nitrogen6_max.dtsi
+++ b/arch/arm/boot/dts/imx6qdl-nitrogen6_max.dtsi
@@ -408,7 +408,7 @@
};
rtc: rtc@68 {
- compatible = "st,rv4162";
+ compatible = "microcrystal,rv4162";
pinctrl-names = "default";
pinctrl-0 = <&pinctrl_rv4162>;
reg = <0x68>;
--
2.11.0
[toc] | [next] | [standalone]
| From | Alexandre Belloni <alexandre.belloni@free-electrons.com> |
|---|---|
| Date | 2017-04-19 22:30 +0200 |
| Subject | [PATCH 2/3] ARM: dts: imx6qdl-nitrogen6_som2: fix rv4162 compatible |
| Message-ID | <ty4oG-7U8-23@gated-at.bofh.it> |
| In reply to | #1626772 |
The rv4162 vendor is microcrystal, not ST.
Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
---
arch/arm/boot/dts/imx6qdl-nitrogen6_som2.dtsi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm/boot/dts/imx6qdl-nitrogen6_som2.dtsi b/arch/arm/boot/dts/imx6qdl-nitrogen6_som2.dtsi
index 559da17297ef..aeaa5a6e4fcf 100644
--- a/arch/arm/boot/dts/imx6qdl-nitrogen6_som2.dtsi
+++ b/arch/arm/boot/dts/imx6qdl-nitrogen6_som2.dtsi
@@ -326,7 +326,7 @@
};
rtc@68 {
- compatible = "st,rv4162";
+ compatible = "microcrystal,rv4162";
pinctrl-names = "default";
pinctrl-0 = <&pinctrl_rv4162>;
reg = <0x68>;
--
2.11.0
[toc] | [prev] | [next] | [standalone]
| From | Gary Bisson <gary.bisson@boundarydevices.com> |
|---|---|
| Date | 2017-04-20 11:10 +0200 |
| Subject | Re: [PATCH 2/3] ARM: dts: imx6qdl-nitrogen6_som2: fix rv4162 compatible |
| Message-ID | <tygga-73a-29@gated-at.bofh.it> |
| In reply to | #1626775 |
Hi Alexandre, On Wed, Apr 19, 2017 at 10:22:03PM +0200, Alexandre Belloni wrote: > The rv4162 vendor is microcrystal, not ST. > > Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com> Acked-by: Gary Bisson <gary.bisson@boundarydevices.com> Thanks for fixing it. Regards, Gary
[toc] | [prev] | [next] | [standalone]
| From | Alexandre Belloni <alexandre.belloni@free-electrons.com> |
|---|---|
| Date | 2017-04-19 22:30 +0200 |
| Subject | [PATCH 3/3] ARM: dts: imx7d-nitrogen7: fix rv4162 compatible |
| Message-ID | <ty4oG-7U8-31@gated-at.bofh.it> |
| In reply to | #1626772 |
The rv4162 compatbile string is missing the vendor part, add it.
Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
---
arch/arm/boot/dts/imx7d-nitrogen7.dts | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm/boot/dts/imx7d-nitrogen7.dts b/arch/arm/boot/dts/imx7d-nitrogen7.dts
index 5d98e2b5d54b..a44f992051ac 100644
--- a/arch/arm/boot/dts/imx7d-nitrogen7.dts
+++ b/arch/arm/boot/dts/imx7d-nitrogen7.dts
@@ -279,7 +279,7 @@
status = "okay";
rtc@68 {
- compatible = "rv4162";
+ compatible = "microcrystal,rv4162";
pinctrl-names = "default";
pinctrl-0 = <&pinctrl_i2c2_rv4162>;
reg = <0x68>;
--
2.11.0
[toc] | [prev] | [next] | [standalone]
| From | Gary Bisson <gary.bisson@boundarydevices.com> |
|---|---|
| Date | 2017-04-20 11:10 +0200 |
| Subject | Re: [PATCH 3/3] ARM: dts: imx7d-nitrogen7: fix rv4162 compatible |
| Message-ID | <tygg9-73a-11@gated-at.bofh.it> |
| In reply to | #1626777 |
Hi Alexandre, On Wed, Apr 19, 2017 at 10:22:04PM +0200, Alexandre Belloni wrote: > The rv4162 compatbile string is missing the vendor part, add it. > > Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com> Acked-by: Gary Bisson <gary.bisson@boundarydevices.com> Thanks for fixing it. Regards, Gary
[toc] | [prev] | [next] | [standalone]
| From | Gary Bisson <gary.bisson@boundarydevices.com> |
|---|---|
| Date | 2017-04-20 11:10 +0200 |
| Subject | Re: [PATCH 1/3] ARM: dts: imx6qdl-nitrogen6_max: fix rv4162 compatible |
| Message-ID | <tyggb-73a-43@gated-at.bofh.it> |
| In reply to | #1626772 |
Hi Alexandre, On Wed, Apr 19, 2017 at 10:22:02PM +0200, Alexandre Belloni wrote: > The rv4162 vendor is microcrystal, not ST. > > Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com> Acked-by: Gary Bisson <gary.bisson@boundarydevices.com> Thanks for fixing it. Regards, Gary
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web