From: Ryan Chen <ryan_chen@aspeedtech.com>
To: linux-aspeed@lists.ozlabs.org
Subject: [PATCH v3 1/4] dt-bindings: mfd: aspeed: support for AST2700
Date: Fri, 20 Sep 2024 07:33:07 +0000 [thread overview]
Message-ID: <OS8PR06MB7541773C1DC1CCE8E4149E3AF26C2@OS8PR06MB7541.apcprd06.prod.outlook.com> (raw)
In-Reply-To: <3185f620-28be-49b8-85f4-7ff8dd5ffce0@kernel.org>
> Subject: Re: [PATCH v3 1/4] dt-bindings: mfd: aspeed: support for AST2700
>
> On 19/09/2024 09:13, Ryan Chen wrote:
> >> Subject: Re: [PATCH v3 1/4] dt-bindings: mfd: aspeed: support for
> >> AST2700
> >>
> >> On 19/09/2024 08:05, Ryan Chen wrote:
> >>>>> diff --git
> >>>>> a/Documentation/devicetree/bindings/mfd/aspeed,ast2x00-scu.yaml
> >>>>> b/Documentation/devicetree/bindings/mfd/aspeed,ast2x00-scu.yaml
> >>>>> index 86ee69c0f45b..127a357051cd 100644
> >>>>> ---
> >>>>> a/Documentation/devicetree/bindings/mfd/aspeed,ast2x00-scu.yaml
> >>>>> +++
> b/Documentation/devicetree/bindings/mfd/aspeed,ast2x00-scu.yam
> >>>>> +++ l
> >>>>> @@ -9,6 +9,8 @@ title: Aspeed System Control Unit
> >>>>> description:
> >>>>> The Aspeed System Control Unit manages the global behaviour of
> >>>>> the
> >>>> SoC,
> >>>>> configuring elements such as clocks, pinmux, and reset.
> >>>>> + In AST2700 SOC which has two soc connection, each soc have its
> >>>>> + own scu register control, ast2700-scu0 for soc0, ast2700-scu1
> >>>>> + for
> >> soc1.
> >>>>>
> >>>>> maintainers:
> >>>>> - Joel Stanley <joel@jms.id.au> @@ -21,6 +23,8 @@ properties:
> >>>>> - aspeed,ast2400-scu
> >>>>> - aspeed,ast2500-scu
> >>>>> - aspeed,ast2600-scu
> >>>>> + - aspeed,ast2700-scu0
> >>>>> + - aspeed,ast2700-scu1
> >>>>> - const: syscon
> >>>>> - const: simple-mfd
> >>>>>
> >>>>> @@ -30,10 +34,12 @@ properties:
> >>>>> ranges: true
> >>>>>
> >>>>> '#address-cells':
> >>>>> - const: 1
> >>>>> + minimum: 1
> >>>>> + maximum: 2
> >>>>>
> >>>>> '#size-cells':
> >>>>> - const: 1
> >>>>> + minimum: 1
> >>>>> + maximum: 2
> >>>>
> >>>> Why do the children have 64 bit addressing?
> >>>
> >>> AST2700 is 64bit address, so it also.
> >>
> >> But why do they need it?
> >>
> > Sorry, I may not understand your point.
>
> I asked why do you think children require 64-bit addressing, instead of working
> with existing 32-bit address.
>
> > Since address-cell = <2>, Do you mean size-cell still 1?
>
> No... although that's another point, how bug address size is there? For the
> children?
>
> > If yes. I do the dts check it need size-cells=<2>, when I do
> > address-cells = <2>
>
> Well, I talk about bus and children addressing. It's kind of obvious that
> changing one property means using different reg...
>
Understood your point, I don?t use so much for size, size-cell = <1> is enough, will keep <1>
> Best regards,
> Krzysztof
next prev parent reply other threads:[~2024-09-20 7:33 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-09-16 9:10 [PATCH v3 0/4] Add support for AST2700 clk driver Ryan Chen
2024-09-16 9:10 ` [PATCH v3 1/4] dt-bindings: mfd: aspeed: support for AST2700 Ryan Chen
2024-09-16 10:08 ` Krzysztof Kozlowski
2024-09-19 6:05 ` Ryan Chen
2024-09-19 6:57 ` Krzysztof Kozlowski
2024-09-19 7:13 ` Ryan Chen
2024-09-19 10:32 ` Krzysztof Kozlowski
2024-09-20 7:33 ` Ryan Chen [this message]
2024-09-16 9:10 ` [PATCH v3 2/4] dt-bindings: Add AST2700 bindings Ryan Chen
2024-09-16 10:06 ` Krzysztof Kozlowski
2024-09-19 6:01 ` Ryan Chen
2024-09-19 6:58 ` Krzysztof Kozlowski
2024-09-19 7:15 ` Ryan Chen
2024-09-19 10:30 ` Krzysztof Kozlowski
2024-09-20 7:31 ` Ryan Chen
2024-09-16 9:10 ` [PATCH v3 3/4] reset: aspeed: register AST2700 reset auxiliary bus device Ryan Chen
2024-09-16 18:41 ` Christophe JAILLET
2024-09-23 2:50 ` Ryan Chen
2024-09-16 9:10 ` [PATCH v3 4/4] clk: aspeed: add AST2700 clock driver Ryan Chen
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=OS8PR06MB7541773C1DC1CCE8E4149E3AF26C2@OS8PR06MB7541.apcprd06.prod.outlook.com \
--to=ryan_chen@aspeedtech.com \
--cc=linux-aspeed@lists.ozlabs.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