From: Rob Herring <robh@kernel.org>
To: Masahisa Kojima <masahisa.kojima@linaro.org>,
Tom Rini <trini@konsulko.com>,
Ilias Apalodimas <ilias.apalodimas@linaro.org>
Cc: u-boot@lists.denx.de
Subject: [PATCH 3/4] dts: synquacer: Fix "arm, armv7-timer-mem" node address sizes
Date: Tue, 06 Dec 2022 10:16:31 -0600 [thread overview]
Message-ID: <20221206-synquacer-dts-v1-3-73eb52e391e9@kernel.org> (raw)
In-Reply-To: <20221206-synquacer-dts-v1-0-73eb52e391e9@kernel.org>
The "arm,armv7-timer-mem" schema defines the address sizes for child
nodes to be 32-bit as there's no need for 64-bit offsets and sizes of
the child 'frame' nodes.
Signed-off-by: Rob Herring <robh@kernel.org>
---
arch/arm/dts/synquacer-sc2a11.dtsi | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/arch/arm/dts/synquacer-sc2a11.dtsi b/arch/arm/dts/synquacer-sc2a11.dtsi
index 0e1bc164549f..049afcb0af8a 100644
--- a/arch/arm/dts/synquacer-sc2a11.dtsi
+++ b/arch/arm/dts/synquacer-sc2a11.dtsi
@@ -364,13 +364,13 @@
timer@2a810000 {
compatible = "arm,armv7-timer-mem";
reg = <0x0 0x2a810000 0x0 0x10000>;
- #address-cells = <2>;
- #size-cells = <2>;
- ranges;
- frame@2a830000 {
+ #address-cells = <1>;
+ #size-cells = <1>;
+ ranges = <0x0 0x0 0x2a810000 0x30000>;
+ frame@20000 {
frame-number = <0>;
interrupts = <GIC_SPI 60 IRQ_TYPE_LEVEL_HIGH>;
- reg = <0x0 0x2a830000 0x0 0x10000>;
+ reg = <0x20000 0x10000>;
};
};
--
b4 0.11.0-dev
next prev parent reply other threads:[~2022-12-06 16:17 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-12-06 16:16 [PATCH 0/4] Synquacer DT schema fixes Rob Herring
2022-12-06 16:16 ` [PATCH 1/4] dts: synquacer: Drop CPU 'arm,armv8' compatibles Rob Herring
2023-01-03 15:41 ` Tom Rini
2022-12-06 16:16 ` [PATCH 2/4] dts: synquacer: Use generic node names Rob Herring
2023-01-03 15:41 ` Tom Rini
2022-12-06 16:16 ` Rob Herring [this message]
2023-01-03 15:41 ` [PATCH 3/4] dts: synquacer: Fix "arm, armv7-timer-mem" node address sizes Tom Rini
2022-12-06 16:16 ` [PATCH 4/4] dts: synquacer: Fix idle-states 'entry-method' value Rob Herring
2023-01-03 15:41 ` Tom Rini
2022-12-07 6:57 ` [PATCH 0/4] Synquacer DT schema fixes Ilias Apalodimas
2022-12-07 12:51 ` Masahisa Kojima
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=20221206-synquacer-dts-v1-3-73eb52e391e9@kernel.org \
--to=robh@kernel.org \
--cc=ilias.apalodimas@linaro.org \
--cc=masahisa.kojima@linaro.org \
--cc=trini@konsulko.com \
--cc=u-boot@lists.denx.de \
/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.