From: thierry.reding@gmail.com (Thierry Reding)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 2/2] arm64: freescale: Fix EEPROM unit addresses
Date: Mon, 24 Sep 2018 11:40:09 +0200 [thread overview]
Message-ID: <20180924094009.19344-2-thierry.reding@gmail.com> (raw)
In-Reply-To: <20180924094009.19344-1-thierry.reding@gmail.com>
From: Thierry Reding <treding@nvidia.com>
These unit addresses have always been wrong, but DTC only recently
started complaining about it.
Signed-off-by: Thierry Reding <treding@nvidia.com>
---
arch/arm64/boot/dts/freescale/fsl-ls1046a-rdb.dts | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/arch/arm64/boot/dts/freescale/fsl-ls1046a-rdb.dts b/arch/arm64/boot/dts/freescale/fsl-ls1046a-rdb.dts
index 440e111651d5..a59b48203688 100644
--- a/arch/arm64/boot/dts/freescale/fsl-ls1046a-rdb.dts
+++ b/arch/arm64/boot/dts/freescale/fsl-ls1046a-rdb.dts
@@ -57,12 +57,12 @@
reg = <0x4c>;
};
- eeprom at 56 {
+ eeprom at 52 {
compatible = "atmel,24c512";
reg = <0x52>;
};
- eeprom at 57 {
+ eeprom at 53 {
compatible = "atmel,24c512";
reg = <0x53>;
};
--
2.19.0
next prev parent reply other threads:[~2018-09-24 9:40 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-09-24 9:40 [PATCH 1/2] arm64: freescale: Use "spi" as name for SPI controllers Thierry Reding
2018-09-24 9:40 ` Thierry Reding [this message]
2018-09-25 13:26 ` Leo Li
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=20180924094009.19344-2-thierry.reding@gmail.com \
--to=thierry.reding@gmail.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.