From: Rob Herring <robh@kernel.org>
To: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
Cc: Chanwoo Choi <cw00.choi@samsung.com>,
Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>,
MyungJoo Ham <myungjoo.ham@samsung.com>,
Lee Jones <lee.jones@linaro.org>,
Liam Girdwood <lgirdwood@gmail.com>,
Mark Brown <broonie@kernel.org>,
linux-kernel@vger.kernel.org, devicetree@vger.kernel.org,
linux-arm-kernel@lists.infradead.org,
linux-samsung-soc@vger.kernel.org,
Marek Szyprowski <m.szyprowski@samsung.com>,
Sylwester Nawrocki <snawrocki@kernel.org>,
Inki Dae <inki.dae@samsung.com>,
Jaewon Kim <jaewon02.kim@samsung.com>,
Beomho Seo <beomho.seo@samsung.com>
Subject: Re: [PATCH 2/5] dt-bindings: extcon: maxim,max77843: add MAX77843 bindings
Date: Tue, 4 Jan 2022 09:42:32 -0600 [thread overview]
Message-ID: <YdRq6JVeeOVJj8ww@robh.at.kernel.org> (raw)
In-Reply-To: <20211229124631.21576-3-krzysztof.kozlowski@canonical.com>
On Wed, Dec 29, 2021 at 01:46:28PM +0100, Krzysztof Kozlowski wrote:
> Document the bindings for MAX77843 MUIC/extcon driver, based on
> Exynos5433 TM2 devicetree. These are neither accurate nor finished
> bindings but at least allow parsing existing DTS files.
>
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
> ---
> .../bindings/extcon/maxim,max77843.yaml | 40 +++++++++++++++++++
> 1 file changed, 40 insertions(+)
> create mode 100644 Documentation/devicetree/bindings/extcon/maxim,max77843.yaml
>
> diff --git a/Documentation/devicetree/bindings/extcon/maxim,max77843.yaml b/Documentation/devicetree/bindings/extcon/maxim,max77843.yaml
> new file mode 100644
> index 000000000000..1f15a6c700f6
> --- /dev/null
> +++ b/Documentation/devicetree/bindings/extcon/maxim,max77843.yaml
> @@ -0,0 +1,40 @@
> +# SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause
> +%YAML 1.2
> +---
> +$id: http://devicetree.org/schemas/extcon/maxim,max77843.yaml#
> +$schema: http://devicetree.org/meta-schemas/core.yaml#
> +
> +title: Maxim MAX77843 MicroUSB and Companion Power Management IC Extcon
> +
> +maintainers:
> + - Chanwoo Choi <cw00.choi@samsung.com>
> + - Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
> +
> +description: |
> + This is a part of device tree bindings for Maxim MAX77843 MicroUSB
> + Integrated Circuit (MUIC).
> +
> + See also Documentation/devicetree/bindings/mfd/maxim,max77843.yaml for
> + additional information and example.
> +
> +properties:
> + compatible:
> + const: maxim,max77843-muic
> +
> + connector:
> + $ref: ../connector/usb-connector.yaml#
/schemas/connector/...
With that,
Reviewed-by: Rob Herring <robh@kernel.org>
> +
> + ports:
> + $ref: /schemas/graph.yaml#/properties/port
> + description:
> + Any connector to the data bus of this controller should be modelled using
> + the OF graph bindings specified
> + properties:
> + port:
> + $ref: /schemas/graph.yaml#/properties/port
> +
> +required:
> + - compatible
> + - connector
> +
> +additionalProperties: false
> --
> 2.32.0
>
>
WARNING: multiple messages have this Message-ID (diff)
From: Rob Herring <robh@kernel.org>
To: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
Cc: Chanwoo Choi <cw00.choi@samsung.com>,
Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>,
MyungJoo Ham <myungjoo.ham@samsung.com>,
Lee Jones <lee.jones@linaro.org>,
Liam Girdwood <lgirdwood@gmail.com>,
Mark Brown <broonie@kernel.org>,
linux-kernel@vger.kernel.org, devicetree@vger.kernel.org,
linux-arm-kernel@lists.infradead.org,
linux-samsung-soc@vger.kernel.org,
Marek Szyprowski <m.szyprowski@samsung.com>,
Sylwester Nawrocki <snawrocki@kernel.org>,
Inki Dae <inki.dae@samsung.com>,
Jaewon Kim <jaewon02.kim@samsung.com>,
Beomho Seo <beomho.seo@samsung.com>
Subject: Re: [PATCH 2/5] dt-bindings: extcon: maxim,max77843: add MAX77843 bindings
Date: Tue, 4 Jan 2022 09:42:32 -0600 [thread overview]
Message-ID: <YdRq6JVeeOVJj8ww@robh.at.kernel.org> (raw)
In-Reply-To: <20211229124631.21576-3-krzysztof.kozlowski@canonical.com>
On Wed, Dec 29, 2021 at 01:46:28PM +0100, Krzysztof Kozlowski wrote:
> Document the bindings for MAX77843 MUIC/extcon driver, based on
> Exynos5433 TM2 devicetree. These are neither accurate nor finished
> bindings but at least allow parsing existing DTS files.
>
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
> ---
> .../bindings/extcon/maxim,max77843.yaml | 40 +++++++++++++++++++
> 1 file changed, 40 insertions(+)
> create mode 100644 Documentation/devicetree/bindings/extcon/maxim,max77843.yaml
>
> diff --git a/Documentation/devicetree/bindings/extcon/maxim,max77843.yaml b/Documentation/devicetree/bindings/extcon/maxim,max77843.yaml
> new file mode 100644
> index 000000000000..1f15a6c700f6
> --- /dev/null
> +++ b/Documentation/devicetree/bindings/extcon/maxim,max77843.yaml
> @@ -0,0 +1,40 @@
> +# SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause
> +%YAML 1.2
> +---
> +$id: http://devicetree.org/schemas/extcon/maxim,max77843.yaml#
> +$schema: http://devicetree.org/meta-schemas/core.yaml#
> +
> +title: Maxim MAX77843 MicroUSB and Companion Power Management IC Extcon
> +
> +maintainers:
> + - Chanwoo Choi <cw00.choi@samsung.com>
> + - Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
> +
> +description: |
> + This is a part of device tree bindings for Maxim MAX77843 MicroUSB
> + Integrated Circuit (MUIC).
> +
> + See also Documentation/devicetree/bindings/mfd/maxim,max77843.yaml for
> + additional information and example.
> +
> +properties:
> + compatible:
> + const: maxim,max77843-muic
> +
> + connector:
> + $ref: ../connector/usb-connector.yaml#
/schemas/connector/...
With that,
Reviewed-by: Rob Herring <robh@kernel.org>
> +
> + ports:
> + $ref: /schemas/graph.yaml#/properties/port
> + description:
> + Any connector to the data bus of this controller should be modelled using
> + the OF graph bindings specified
> + properties:
> + port:
> + $ref: /schemas/graph.yaml#/properties/port
> +
> +required:
> + - compatible
> + - connector
> +
> +additionalProperties: false
> --
> 2.32.0
>
>
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
next prev parent reply other threads:[~2022-01-04 15:42 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-12-29 12:46 [PATCH 0/5] mfd/extcon/regulators: max77843: add dtschema/bindings Krzysztof Kozlowski
2021-12-29 12:46 ` Krzysztof Kozlowski
2021-12-29 12:46 ` [PATCH 1/5] arm64: dts: exynos: Align MAX77843 nodes with dtschema on TM2 Krzysztof Kozlowski
2021-12-29 12:46 ` Krzysztof Kozlowski
2021-12-29 12:46 ` [PATCH 2/5] dt-bindings: extcon: maxim,max77843: add MAX77843 bindings Krzysztof Kozlowski
2021-12-29 12:46 ` [PATCH 2/5] dt-bindings: extcon: maxim, max77843: " Krzysztof Kozlowski
2022-01-04 15:42 ` Rob Herring [this message]
2022-01-04 15:42 ` [PATCH 2/5] dt-bindings: extcon: maxim,max77843: " Rob Herring
2021-12-29 12:46 ` [PATCH 3/5] regulator: dt-bindings: " Krzysztof Kozlowski
2021-12-29 12:46 ` [PATCH 3/5] regulator: dt-bindings: maxim, max77843: " Krzysztof Kozlowski
2022-01-04 15:44 ` [PATCH 3/5] regulator: dt-bindings: maxim,max77843: " Rob Herring
2022-01-04 15:44 ` Rob Herring
2022-01-11 17:06 ` Krzysztof Kozlowski
2022-01-11 17:06 ` [PATCH 3/5] regulator: dt-bindings: maxim, max77843: " Krzysztof Kozlowski
2021-12-29 12:46 ` [PATCH 4/5] dt-bindings: mfd: maxim,max77843: " Krzysztof Kozlowski
2021-12-29 12:46 ` Krzysztof Kozlowski
2022-01-04 15:45 ` Rob Herring
2022-01-04 15:45 ` Rob Herring
2021-12-29 12:46 ` [PATCH 5/5] MAINTAINERS: mfd: cover MAX77843 by Maxim PMIC/MUIC for Exynos boards entry Krzysztof Kozlowski
2021-12-29 12:46 ` Krzysztof Kozlowski
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=YdRq6JVeeOVJj8ww@robh.at.kernel.org \
--to=robh@kernel.org \
--cc=b.zolnierkie@samsung.com \
--cc=beomho.seo@samsung.com \
--cc=broonie@kernel.org \
--cc=cw00.choi@samsung.com \
--cc=devicetree@vger.kernel.org \
--cc=inki.dae@samsung.com \
--cc=jaewon02.kim@samsung.com \
--cc=krzysztof.kozlowski@canonical.com \
--cc=lee.jones@linaro.org \
--cc=lgirdwood@gmail.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-samsung-soc@vger.kernel.org \
--cc=m.szyprowski@samsung.com \
--cc=myungjoo.ham@samsung.com \
--cc=snawrocki@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 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.