public inbox for linux-arm-kernel@lists.infradead.org 
 help / color / mirror / Atom feed
From: Rob Herring <robh@kernel•org>
To: Krzysztof Kozlowski <krzk@kernel•org>
Cc: devicetree@vger•kernel.org, etnaviv@lists•freedesktop.org,
	Fabio Estevam <festevam@gmail•com>,
	Pengutronix Kernel Team <kernel@pengutronix•de>,
	Sam Ravnborg <sam@ravnborg•org>, David Airlie <airlied@linux•ie>,
	Shawn Guo <shawnguo@kernel•org>,
	Sascha Hauer <s.hauer@pengutronix•de>,
	Matti Vaittinen <matti.vaittinen@fi•rohmeurope.com>,
	linux-kernel@vger•kernel.org, dri-devel@lists•freedesktop.org,
	Li Yang <leoyang.li@nxp•com>,
	Christian Gmeiner <christian.gmeiner@gmail•com>,
	NXP Linux Team <linux-imx@nxp•com>,
	Daniel Vetter <daniel@ffwll•ch>,
	Russell King <linux+etnaviv@armlinux•org.uk>,
	Robert Chiras <robert.chiras@nxp•com>,
	Lee Jones <lee.jones@linaro•org>,
	linux-arm-kernel@lists•infradead.org,
	Lucas Stach <l.stach@pengutronix•de>
Subject: Re: [PATCH 06/13] dt-bindings: mfd: rohm,bd71837-pmic: Add common properties
Date: Mon, 14 Sep 2020 16:44:07 -0600	[thread overview]
Message-ID: <20200914224407.GA388924@bogus> (raw)
In-Reply-To: <20200904145312.10960-7-krzk@kernel.org>

On Fri, Sep 04, 2020 at 04:53:05PM +0200, Krzysztof Kozlowski wrote:
> Add common properties appearing in DTSes (clock-names,
> clock-output-names) to fix dtbs_check warnings like:
> 
>   arch/arm64/boot/dts/freescale/imx8mq-librem5-r2.dt.yaml:
>     pmic@4b: 'clock-names', 'clock-output-names', do not match any of the regexes: 'pinctrl-[0-9]+'
> 
> Signed-off-by: Krzysztof Kozlowski <krzk@kernel•org>
> ---
>  .../devicetree/bindings/mfd/rohm,bd71837-pmic.yaml          | 6 ++++++
>  1 file changed, 6 insertions(+)
> 
> diff --git a/Documentation/devicetree/bindings/mfd/rohm,bd71837-pmic.yaml b/Documentation/devicetree/bindings/mfd/rohm,bd71837-pmic.yaml
> index 65018a019e1d..ecce0d5e3a95 100644
> --- a/Documentation/devicetree/bindings/mfd/rohm,bd71837-pmic.yaml
> +++ b/Documentation/devicetree/bindings/mfd/rohm,bd71837-pmic.yaml
> @@ -32,9 +32,15 @@ properties:
>    clocks:
>      maxItems: 1
>  
> +  clock-names:
> +    maxItems: 1

Needs to define what the name is.

> +
>    "#clock-cells":
>      const: 0
>  
> +  clock-output-names:
> +    maxItems: 1

Ideally this one too, but we've been more flexible on it.

> +
>  # The BD718x7 supports two different HW states as reset target states. States
>  # are called as SNVS and READY. At READY state all the PMIC power outputs go
>  # down and OTP is reload. At the SNVS state all other logic and external
> -- 
> 2.17.1
> 

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists•infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

  reply	other threads:[~2020-09-14 22:46 UTC|newest]

Thread overview: 31+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-09-04 14:52 [PATCH 00/13] iMX 8 - Another round of cleanups Krzysztof Kozlowski
2020-09-04 14:53 ` [PATCH 01/13] dt-bindings: power: fsl, imx-gpcv2: Document interrupt controller properties Krzysztof Kozlowski
2020-09-04 14:58   ` [PATCH 01/13] dt-bindings: power: fsl,imx-gpcv2: " Lucas Stach
2020-09-14 22:31   ` [PATCH 01/13] dt-bindings: power: fsl, imx-gpcv2: " Rob Herring
2020-09-04 14:53 ` [PATCH 02/13] dt-bindings: display: bridge: nwl-dsi: Add common properties Krzysztof Kozlowski
2020-09-14 22:31   ` Rob Herring
2020-09-04 14:53 ` [PATCH 03/13] dt-bindings: arm: fsl: Fix matching Purism Librem5 phones Krzysztof Kozlowski
2020-09-14 22:33   ` Rob Herring
2020-09-16  6:38     ` Krzysztof Kozlowski
2020-09-21 13:09   ` Shawn Guo
2020-09-04 14:53 ` [PATCH 04/13] dt-bindings: gpu: vivante,gc: Add common properties Krzysztof Kozlowski
2020-09-04 14:59   ` Lucas Stach
2020-09-14 22:34   ` [PATCH 04/13] dt-bindings: gpu: vivante, gc: " Rob Herring
2020-09-04 14:53 ` [PATCH 05/13] dt-bindings: gpu: vivante, gc: Remove trailing whitespace Krzysztof Kozlowski
2020-09-04 14:59   ` [PATCH 05/13] dt-bindings: gpu: vivante,gc: " Lucas Stach
2020-09-14 22:34   ` [PATCH 05/13] dt-bindings: gpu: vivante, gc: " Rob Herring
2020-09-04 14:53 ` [PATCH 06/13] dt-bindings: mfd: rohm, bd71837-pmic: Add common properties Krzysztof Kozlowski
2020-09-14 22:44   ` Rob Herring [this message]
2020-09-15  6:34     ` [PATCH 06/13] dt-bindings: mfd: rohm,bd71837-pmic: " Vaittinen, Matti
2020-09-15 14:38       ` [PATCH 06/13] dt-bindings: mfd: rohm, bd71837-pmic: " Rob Herring
2020-09-04 14:53 ` [PATCH 07/13] dt-bindings: mfd: rohm, bd71847-pmic: Add common clock-names Krzysztof Kozlowski
2020-09-14 22:44   ` [PATCH 07/13] dt-bindings: mfd: rohm,bd71847-pmic: " Rob Herring
2020-09-04 14:53 ` [PATCH 08/13] arm64: dts: imx8mm-var-som-symphony: Use newer interrupts property Krzysztof Kozlowski
2020-09-13  1:19   ` Shawn Guo
2020-09-04 14:53 ` [PATCH 09/13] arm64: dts: imx8mp-evk: Align pin configuration group names with schema Krzysztof Kozlowski
2020-09-04 14:59   ` Lucas Stach
2020-09-04 14:53 ` [PATCH 10/13] arm64: dts: imx8mq: Add missing interrupts to GPC Krzysztof Kozlowski
2020-09-04 15:04   ` Lucas Stach
2020-09-04 14:53 ` [PATCH 11/13] arm64: dts: imx8mq-librem5: Align regulator names with schema Krzysztof Kozlowski
2020-09-04 14:53 ` [PATCH 12/13] arm64: dts: imx8mq-librem5: Drop interrupt-names in PMIC Krzysztof Kozlowski
2020-09-04 14:53 ` [PATCH 13/13] arm64: dts: imx8mq-librem5: Add interrupt-names to ti, tps6598x 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=20200914224407.GA388924@bogus \
    --to=robh@kernel$(echo .)org \
    --cc=airlied@linux$(echo .)ie \
    --cc=christian.gmeiner@gmail$(echo .)com \
    --cc=daniel@ffwll$(echo .)ch \
    --cc=devicetree@vger$(echo .)kernel.org \
    --cc=dri-devel@lists$(echo .)freedesktop.org \
    --cc=etnaviv@lists$(echo .)freedesktop.org \
    --cc=festevam@gmail$(echo .)com \
    --cc=kernel@pengutronix$(echo .)de \
    --cc=krzk@kernel$(echo .)org \
    --cc=l.stach@pengutronix$(echo .)de \
    --cc=lee.jones@linaro$(echo .)org \
    --cc=leoyang.li@nxp$(echo .)com \
    --cc=linux+etnaviv@armlinux$(echo .)org.uk \
    --cc=linux-arm-kernel@lists$(echo .)infradead.org \
    --cc=linux-imx@nxp$(echo .)com \
    --cc=linux-kernel@vger$(echo .)kernel.org \
    --cc=matti.vaittinen@fi$(echo .)rohmeurope.com \
    --cc=robert.chiras@nxp$(echo .)com \
    --cc=s.hauer@pengutronix$(echo .)de \
    --cc=sam@ravnborg$(echo .)org \
    --cc=shawnguo@kernel$(echo .)org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html
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