[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <177cbf68-4e13-dabe-f14c-17a36c201e26@linaro.org>
Date: Mon, 6 Feb 2023 09:41:31 +0100
From: Krzysztof Kozlowski <krzysztof.kozlowski@...aro.org>
To: Rob Herring <robh@...nel.org>
Cc: Damien Le Moal <damien.lemoal@...nsource.wdc.com>,
Krzysztof Kozlowski <krzysztof.kozlowski+dt@...aro.org>,
Linus Walleij <linusw@...nel.org>,
Imre Kaloz <kaloz@...nwrt.org>,
Krzysztof Halasa <khalasa@...p.pl>,
Miquel Raynal <miquel.raynal@...tlin.com>,
Richard Weinberger <richard@....at>,
Vignesh Raghavendra <vigneshr@...com>,
Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
Wim Van Sebroeck <wim@...ux-watchdog.org>,
Guenter Roeck <linux@...ck-us.net>,
Marek Vasut <marex@...x.de>, Lubomir Rintel <lkundrak@...sk>,
- <devicetree@...r.kernel.org>, Marc Zyngier <maz@...nel.org>,
linux-ide@...r.kernel.org, linux-kernel@...r.kernel.org,
linux-arm-kernel@...ts.infradead.org,
linux-mtd@...ts.infradead.org, linux-serial@...r.kernel.org,
linux-watchdog@...r.kernel.org
Subject: Re: [PATCH v2 1/3] dt-bindings: intel,ixp4xx-expansion-bus: split out
peripheral properties
On 30/01/2023 20:12, Rob Herring wrote:
> On Fri, Jan 27, 2023 at 10:32:15AM +0100, Krzysztof Kozlowski wrote:
>> The properties of devices in IXP4xx expansion bus need to be also
>> applied to actual devices' bindings. Prepare for this by splitting them
>> to separate intel,ixp4xx-expansion-peripheral-props binding, just like
>> other memory-controller peripheral properties.
>>
>> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@...aro.org>
>> ---
>> ...intel,ixp4xx-expansion-bus-controller.yaml | 64 +--------------
>> ...tel,ixp4xx-expansion-peripheral-props.yaml | 80 +++++++++++++++++++
>
> Kind of odd to have these in 2 directories. Can we move
> intel,ixp4xx-expansion-bus-controller.yaml to
> bindings/memory-controllers/?
Indeed mostly we kept them so far in memory-controllers. Some of these
buses are used for attaching some type of memory, but I don't know if
ixp4xx can work like this.
>
> Or maybe all the external/parallel bus interfaces need their own
> directory?
Except the IXP4xx, I wouldn't know which one goes where... Example is
exynos-srom which can work with memory (SRAM, ROM, flash) or devices.
I'll move it to memory-controllers.
>
>> .../mc-peripheral-props.yaml | 1 +
>> 3 files changed, 82 insertions(+), 63 deletions(-)
>> create mode 100644 Documentation/devicetree/bindings/memory-controllers/intel,ixp4xx-expansion-peripheral-props.yaml
>>
>> diff --git a/Documentation/devicetree/bindings/bus/intel,ixp4xx-expansion-bus-controller.yaml b/Documentation/devicetree/bindings/bus/intel,ixp4xx-expansion-bus-controller.yaml
>> index 5fb4e7bfa4da..a771796ec499 100644
>> --- a/Documentation/devicetree/bindings/bus/intel,ixp4xx-expansion-bus-controller.yaml
>> +++ b/Documentation/devicetree/bindings/bus/intel,ixp4xx-expansion-bus-controller.yaml
>> @@ -56,69 +56,7 @@ patternProperties:
>> description: Devices attached to chip selects are represented as
>> subnodes.
>> type: object
>> -
>> - properties:
>> - intel,ixp4xx-eb-t1:
>> - description: Address timing, extend address phase with n cycles.
>> - $ref: /schemas/types.yaml#/definitions/uint32
>> - maximum: 3
>> -
>> - intel,ixp4xx-eb-t2:
>> - description: Setup chip select timing, extend setup phase with n cycles.
>> - $ref: /schemas/types.yaml#/definitions/uint32
>> - maximum: 3
>> -
>> - intel,ixp4xx-eb-t3:
>> - description: Strobe timing, extend strobe phase with n cycles.
>> - $ref: /schemas/types.yaml#/definitions/uint32
>> - maximum: 15
>> -
>> - intel,ixp4xx-eb-t4:
>> - description: Hold timing, extend hold phase with n cycles.
>> - $ref: /schemas/types.yaml#/definitions/uint32
>> - maximum: 3
>> -
>> - intel,ixp4xx-eb-t5:
>> - description: Recovery timing, extend recovery phase with n cycles.
>> - $ref: /schemas/types.yaml#/definitions/uint32
>> - maximum: 15
>> -
>> - intel,ixp4xx-eb-cycle-type:
>> - description: The type of cycles to use on the expansion bus for this
>> - chip select. 0 = Intel cycles, 1 = Motorola cycles, 2 = HPI cycles.
>> - $ref: /schemas/types.yaml#/definitions/uint32
>> - enum: [0, 1, 2]
>> -
>> - intel,ixp4xx-eb-byte-access-on-halfword:
>> - description: Allow byte read access on half word devices.
>> - $ref: /schemas/types.yaml#/definitions/uint32
>> - enum: [0, 1]
>> -
>> - intel,ixp4xx-eb-hpi-hrdy-pol-high:
>> - description: Set HPI HRDY polarity to active high when using HPI.
>> - $ref: /schemas/types.yaml#/definitions/uint32
>> - enum: [0, 1]
>> -
>> - intel,ixp4xx-eb-mux-address-and-data:
>> - description: Multiplex address and data on the data bus.
>> - $ref: /schemas/types.yaml#/definitions/uint32
>> - enum: [0, 1]
>> -
>> - intel,ixp4xx-eb-ahb-split-transfers:
>> - description: Enable AHB split transfers.
>> - $ref: /schemas/types.yaml#/definitions/uint32
>> - enum: [0, 1]
>> -
>> - intel,ixp4xx-eb-write-enable:
>> - description: Enable write cycles.
>> - $ref: /schemas/types.yaml#/definitions/uint32
>> - enum: [0, 1]
>> -
>> - intel,ixp4xx-eb-byte-access:
>> - description: Expansion bus uses only 8 bits. The default is to use
>> - 16 bits.
>> - $ref: /schemas/types.yaml#/definitions/uint32
>> - enum: [0, 1]
>> + $ref: /schemas/memory-controllers/intel,ixp4xx-expansion-peripheral-props.yaml#
>>
>> required:
>> - compatible
>> diff --git a/Documentation/devicetree/bindings/memory-controllers/intel,ixp4xx-expansion-peripheral-props.yaml b/Documentation/devicetree/bindings/memory-controllers/intel,ixp4xx-expansion-peripheral-props.yaml
>> new file mode 100644
>> index 000000000000..8f782c80e88b
>> --- /dev/null
>> +++ b/Documentation/devicetree/bindings/memory-controllers/intel,ixp4xx-expansion-peripheral-props.yaml
>> @@ -0,0 +1,80 @@
>> +# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
>> +%YAML 1.2
>> +---
>> +$id: http://devicetree.org/schemas/memory-controllers/intel,ixp4xx-expansion-peripheral-props.yaml#
>> +$schema: http://devicetree.org/meta-schemas/core.yaml#
>> +
>> +title: Peripheral properties for Intel IXP4xx Expansion Bus
>> +
>> +description: |
>
> Don't need '|'.
Right.
Best regards,
Krzysztof
Powered by blists - more mailing lists