From: thomas.petazzoni@free-electrons.com (Thomas Petazzoni)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 1/4] arm64: dts: marvell: fix watchdog unit address in Armada AP806
Date: Fri, 29 Dec 2017 17:17:15 +0100 [thread overview]
Message-ID: <20171229161718.8896-2-thomas.petazzoni@free-electrons.com> (raw)
In-Reply-To: <20171229161718.8896-1-thomas.petazzoni@free-electrons.com>
This fixes the following DTC warning:
Warning (simple_bus_reg): Node /ap806/config-space at f0000000/watchdog at 600000 simple-bus unit address format error, expected "610000"
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
---
arch/arm64/boot/dts/marvell/armada-ap806.dtsi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm64/boot/dts/marvell/armada-ap806.dtsi b/arch/arm64/boot/dts/marvell/armada-ap806.dtsi
index 1c4dd8ab9ad5..7ef72d98f32b 100644
--- a/arch/arm64/boot/dts/marvell/armada-ap806.dtsi
+++ b/arch/arm64/boot/dts/marvell/armada-ap806.dtsi
@@ -241,7 +241,7 @@
};
- watchdog: watchdog at 600000 {
+ watchdog: watchdog at 610000 {
compatible = "arm,sbsa-gwdt";
reg = <0x610000 0x1000>, <0x600000 0x1000>;
interrupts = <GIC_SPI 2 IRQ_TYPE_LEVEL_HIGH>;
--
2.14.3
next prev parent reply other threads:[~2017-12-29 16:17 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-12-29 16:17 [PATCH 0/4] Armada 7K/8K CP110 DT de-duplication Thomas Petazzoni
2017-12-29 16:17 ` Thomas Petazzoni [this message]
2017-12-29 16:17 ` [PATCH 2/4] arm64: dts: marvell: use mvebu-icu.h where possible Thomas Petazzoni
2017-12-29 16:17 ` [PATCH 3/4] arm64: dts: marvell: use aliases for SPI busses on Armada 7K/8K Thomas Petazzoni
2017-12-29 16:17 ` [PATCH 4/4] arm64: dts: marvell: de-duplicate CP110 description Thomas Petazzoni
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=20171229161718.8896-2-thomas.petazzoni@free-electrons.com \
--to=thomas.petazzoni@free-electrons.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox