[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <bd3a04ea-8c99-1a84-62f6-7ed5ec79c48f@linaro.org>
Date: Sat, 17 Dec 2022 11:55:37 +0100
From: Krzysztof Kozlowski <krzysztof.kozlowski@...aro.org>
To: nick.hawkins@....com, verdun@....com, robh+dt@...nel.org,
krzysztof.kozlowski+dt@...aro.org, lee@...nel.org,
linux@...linux.org.uk, linux-i2c@...r.kernel.org,
devicetree@...r.kernel.org, linux-kernel@...r.kernel.org,
linux-arm-kernel@...ts.infradead.org
Subject: Re: [PATCH v1 2/6] dt-bindings: i2c: hpe,gxp-i2c
On 16/12/2022 19:35, nick.hawkins@....com wrote:
> From: Nick Hawkins <nick.hawkins@....com>
>
Subject: missing explanation what you are doing. Use `git log` to learn
how this can be written.
> Document binding to support I2C controller in GXP.
>
> Signed-off-by: Nick Hawkins <nick.hawkins@....com>
> ---
> .../devicetree/bindings/i2c/hpe,gxp-i2c.yaml | 63 +++++++++++++++++++
> 1 file changed, 63 insertions(+)
> create mode 100644 Documentation/devicetree/bindings/i2c/hpe,gxp-i2c.yaml
>
> diff --git a/Documentation/devicetree/bindings/i2c/hpe,gxp-i2c.yaml b/Documentation/devicetree/bindings/i2c/hpe,gxp-i2c.yaml
> new file mode 100644
> index 000000000000..fa378e991fdb
> --- /dev/null
> +++ b/Documentation/devicetree/bindings/i2c/hpe,gxp-i2c.yaml
> @@ -0,0 +1,63 @@
> +# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
> +%YAML 1.2
> +---
> +$id: http://devicetree.org/schemas/i2c/hpe,gxp-i2c.yaml#
> +$schema: http://devicetree.org/meta-schemas/core.yaml#
> +
> +title: HPE GXP SoC I2C Controller
> +
> +maintainers:
> + - Nick Hawkins <nick.hawkins@....com>
> +
> +allOf:
> + - $ref: /schemas/i2c/i2c-controller.yaml#
> +
> +properties:
> + compatible:
> + const: hpe,gxp-i2c
> +
> + '#address-cells':
> + const: 1
Drop, it's coming from i2c-controller.
> +
> + interrupts:
> + maxItems: 1
> +
> + reg:
> + maxItems: 1
> +
> + hpe,i2c-max-bus-freq:
> + $ref: /schemas/types.yaml#/definitions/uint32
> + description:
> + Desired frequency in Hz of the bus.
No, there is existing property for this - clock-frequency. Do not invent
own stuff.
Even if this was accepted, you must use standard property suffixes.
> + default: 100000
> +
> + hpe,sysreg-phandle:
Don't encode the type in property name. You do not call "reg" a
"reg-uint32", right? or hpe,i2c-max-bus-freq-uint32?
hpe,sysreg
(unless you can name it more accurately)
> + $ref: /schemas/types.yaml#/definitions/phandle
> + description: Pandle to syscon used to control the system registers.
> +
> + '#size-cells':
> + const: 0
Drop, it's coming from i2c-controller.
Krzysztof
Powered by blists - more mailing lists