From: hdegoede@redhat.com (Hans de Goede)
To: linux-arm-kernel@lists.infradead.org
Subject: [linux-sunxi] [PATCH] ARM: sun7i: Fix i2c4 base address
Date: Sat, 26 Apr 2014 20:28:32 +0200 [thread overview]
Message-ID: <535BFAD0.6030804@redhat.com> (raw)
In-Reply-To: <1397848511-30160-1-git-send-email-maxime.ripard@free-electrons.com>
Hi,
On 04/18/2014 09:15 PM, Maxime Ripard wrote:
> For some reason, the base address of the fifth I2C adapter in the A20 was
> incorrect. Change this to the actual base address.
>
> Reported-by: Marcus Cooper <codekipper@gmail.com>
> Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
The datasheet agrees with this change:
Acked-by: Hans de Goede <hdegoede@redhat.com>
Regards,
Hans
> ---
> arch/arm/boot/dts/sun7i-a20.dtsi | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/arch/arm/boot/dts/sun7i-a20.dtsi b/arch/arm/boot/dts/sun7i-a20.dtsi
> index 899fd0e2b749..9dd904d53bd3 100644
> --- a/arch/arm/boot/dts/sun7i-a20.dtsi
> +++ b/arch/arm/boot/dts/sun7i-a20.dtsi
> @@ -821,9 +821,9 @@
> #size-cells = <0>;
> };
>
> - i2c4: i2c at 01c2bc00 {
> + i2c4: i2c at 01c2c000 {
> compatible = "allwinner,sun4i-i2c";
> - reg = <0x01c2bc00 0x400>;
> + reg = <0x01c2c000 0x400>;
> interrupts = <0 89 4>;
> clocks = <&apb1_gates 15>;
> clock-frequency = <100000>;
>
prev parent reply other threads:[~2014-04-26 18:28 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-04-18 19:15 [PATCH] ARM: sun7i: Fix i2c4 base address Maxime Ripard
2014-04-26 15:37 ` Maxime Ripard
2014-04-26 18:28 ` Hans de Goede [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=535BFAD0.6030804@redhat.com \
--to=hdegoede@redhat.com \
--cc=linux-arm-kernel@lists.infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.