From: Krzysztof Kozlowski <krzk@kernel.org>
To: Mathew McBride <matt@traverse.com.au>,
devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org
Cc: Shawn Guo <shawnguo@kernel.org>, Rob Herring <robh@kernel.org>,
Krzysztof Kozlowski <krzk+dt@kernel.org>,
Conor Dooley <conor+dt@kernel.org>, Lee Jones <lee@kernel.org>
Subject: Re: [PATCH v2 1/2] dt-bindings: mfd: add Traverse Ten64 board controller
Date: Wed, 13 Aug 2025 09:40:48 +0200 [thread overview]
Message-ID: <09a9eaec-a98f-4c0c-a9c9-86b85918e250@kernel.org> (raw)
In-Reply-To: <20250813023435.27776-2-matt@traverse.com.au>
On 13/08/2025 04:34, Mathew McBride wrote:
> This adds the device tree binding for the board
Please do not use "This commit/patch/change", but imperative mood. See
longer explanation here:
https://elixir.bootlin.com/linux/v5.17.1/source/Documentation/process/submitting-patches.rst#L95
> (micro)controller on Ten64 family boards[1].
>
> The schema is simple and is (presently) only
> consumed by U-Boot, but it is possible that
> it could be consumed by nvmem or other type
> drivers in the future, as well as extended
> to future Traverse boards.
Please wrap commit message according to Linux coding style / submission
process (neither too early nor over the limit):
https://elixir.bootlin.com/linux/v6.4-rc1/source/Documentation/process/submitting-patches.rst#L597
>
> [1] https://ten64doc.traverse.com.au/hardware/microcontroller/
>
> Signed-off-by: Mathew McBride <matt@traverse.com.au>
> ---
> .../mfd/traverse,ten64-controller.yaml | 44 +++++++++++++++++++
> 1 file changed, 44 insertions(+)
> create mode 100644 Documentation/devicetree/bindings/mfd/traverse,ten64-controller.yaml
>
> diff --git a/Documentation/devicetree/bindings/mfd/traverse,ten64-controller.yaml b/Documentation/devicetree/bindings/mfd/traverse,ten64-controller.yaml
> new file mode 100644
> index 000000000000..13fed94e8406
> --- /dev/null
> +++ b/Documentation/devicetree/bindings/mfd/traverse,ten64-controller.yaml
> @@ -0,0 +1,44 @@
> +# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
> +%YAML 1.2
> +---
> +$id: http://devicetree.org/schemas/mfd/traverse,ten64-controller.yaml#
> +$schema: http://devicetree.org/meta-schemas/core.yaml#
> +
> +title: Traverse Ten64 board microontroller
typo
> +
> +maintainers:
> + - Mathew McBride <matt@traverse.com.au>
> +
> +description: |
Do not need '|' unless you need to preserve formatting.
> + The board microcontroller on the Ten64 board family is
> + reponsible for management of power sources on the board,
typo
> + as well as signalling the SoC to power on and reset.
> + It also implements useful auxiliary functions like bootcount,
> + serial/MAC address storage and scratch registers.
> +
> +properties:
> + compatible:
> + const: traverse,ten64-controller
> +
> + reg:
> + description:
> + I2C device address.
Drop description, obvious.
> + maxItems: 1
> +
> +required:
> + - compatible
> + - reg
> +
> +additionalProperties: false
> +
> +examples:
> + - |
> + i2c {
> + #address-cells = <1>;
> + #size-cells = <0>;
> +
> + board-controller@7e {
> + compatible = "traverse,ten64-controller";
Inconsistent indentation.
> + reg = <0x7e>;
> + };
> + };
Best regards,
Krzysztof
next prev parent reply other threads:[~2025-08-13 7:40 UTC|newest]
Thread overview: 21+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-05-01 6:47 [PATCH 0/4] Ten64 (NXP LS1088A) device tree updates Mathew McBride
2023-05-01 6:47 ` [PATCH 1/4] dt-bindings: trivial-devices: add traverse,ten64-controller Mathew McBride
2023-05-02 8:02 ` Krzysztof Kozlowski
2023-05-05 20:47 ` Rob Herring
2023-05-08 2:14 ` Mathew McBride
2023-07-24 6:23 ` Mathew McBride
2023-05-05 20:48 ` Rob Herring
2023-05-01 6:47 ` [PATCH 2/4] arm64: dts: freescale: ten64: add board microcontroller binding Mathew McBride
2023-05-01 6:47 ` [PATCH 3/4] arm64: dts: freescale: ten64: reduce maximum SD card frequency Mathew McBride
2023-05-01 6:47 ` [PATCH 4/4] arm64: dts: freescale: ten64: fix header typo and update copyright Mathew McBride
2025-08-13 2:34 ` [PATCH v2 0/2] dt-bindings: mfd: add Ten64 board controller Mathew McBride
2025-08-13 2:34 ` [PATCH v2 1/2] dt-bindings: mfd: add Traverse " Mathew McBride
2025-08-13 7:40 ` Krzysztof Kozlowski [this message]
2025-08-21 6:11 ` [PATCH v3 0/2] dt-bindings: mfd: add " Mathew McBride
2025-08-21 6:11 ` [PATCH v3 1/2] dt-bindings: mfd: add Traverse " Mathew McBride
2025-08-21 6:19 ` Krzysztof Kozlowski
2025-08-21 6:21 ` Krzysztof Kozlowski
2025-08-21 6:35 ` Mathew McBride
2025-08-21 6:41 ` Krzysztof Kozlowski
2025-08-21 6:11 ` [PATCH v3 2/2] arm: dts: freescale: ten64: add board controller binding Mathew McBride
2025-08-13 2:34 ` [PATCH v2 " Mathew McBride
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=09a9eaec-a98f-4c0c-a9c9-86b85918e250@kernel.org \
--to=krzk@kernel.org \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=krzk+dt@kernel.org \
--cc=lee@kernel.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=matt@traverse.com.au \
--cc=robh@kernel.org \
--cc=shawnguo@kernel.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;
as well as URLs for NNTP newsgroup(s).