netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Rob Herring <robh@kernel.org>
To: Neil Armstrong <neil.armstrong@linaro.org>
Cc: Paolo Abeni <pabeni@redhat.com>,
	Heiner Kallweit <hkallweit1@gmail.com>,
	Thomas Gleixner <tglx@linutronix.de>,
	linux-media@vger.kernel.org, Vinod Koul <vkoul@kernel.org>,
	Ulf Hansson <ulf.hansson@linaro.org>,
	linux-amlogic@lists.infradead.org,
	linux-watchdog@vger.kernel.org,
	Alessandro Zummo <a.zummo@towertech.it>,
	Jerome Brunet <jbrunet@baylibre.com>,
	linux-rtc@vger.kernel.org,
	Daniel Lezcano <daniel.lezcano@linaro.org>,
	Guenter Roeck <linux@roeck-us.net>,
	netdev@vger.kernel.org,
	Alexandre Belloni <alexandre.belloni@bootlin.com>,
	Kevin Hilman <khilman@baylibre.com>,
	Rob Herring <robh+dt@kernel.org>,
	linux-kernel@vger.kernel.org,
	Russell King <linux@armlinux.org.uk>,
	Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>,
	Martin Blumenstingl <martin.blumenstingl@googlemail.com>,
	linux-mmc@vger.kernel.org,
	Kishon Vijay Abraham I <kishon@kernel.org>,
	Eric Dumazet <edumazet@google.com>,
	Wim Van Sebroeck <wim@linux-watchdog.org>,
	Bjorn Helgaas <bhelgaas@google.com>,
	Srinivas Kandagatla <srinivas.kandagatla@linaro.org>,
	linux-phy@lists.infradead.org,
	Mauro Carvalho Chehab <mchehab@kernel.org>,
	linux-pci@vger.kernel.org, devicetree@vger.kernel.org,
	Jakub Kicinski <kuba@kernel.org>, Andrew Lunn <andrew@lunn.ch>,
	"David S. Miller" <davem@davemloft.net>,
	linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH 04/12] dt-bindings: watchdog: convert meson-wdt.txt to dt-schema
Date: Fri, 18 Nov 2022 12:50:54 -0600	[thread overview]
Message-ID: <166879731312.851419.16320390143824776926.robh@kernel.org> (raw)
In-Reply-To: <20221117-b4-amlogic-bindings-convert-v1-4-3f025599b968@linaro.org>


On Fri, 18 Nov 2022 15:33:30 +0100, Neil Armstrong wrote:
> Convert the Amlogic Meson6 SoCs Watchdog timer bindings to dt-schema.
> 
> Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org>
> ---
>  .../bindings/watchdog/amlogic,meson6-wdt.yaml      | 39 ++++++++++++++++++++++
>  .../devicetree/bindings/watchdog/meson-wdt.txt     | 21 ------------
>  2 files changed, 39 insertions(+), 21 deletions(-)
> 

Running 'make dtbs_check' with the schema in this patch gives the
following warnings. Consider if they are expected or the schema is
incorrect. These may not be new warnings.

Note that it is not yet a requirement to have 0 warnings for dtbs_check.
This will change in the future.

Full log is available here: https://patchwork.ozlabs.org/project/devicetree-bindings/patch/20221117-b4-amlogic-bindings-convert-v1-4-3f025599b968@linaro.org


watchdog@9900: compatible: ['amlogic,meson8m2-wdt', 'amlogic,meson8b-wdt'] is too long
	arch/arm/boot/dts/meson8m2-mxiii-plus.dtb

watchdog@9900: Unevaluated properties are not allowed ('compatible', 'interrupts' were unexpected)
	arch/arm/boot/dts/meson8m2-mxiii-plus.dtb

watchdog@9900: Unevaluated properties are not allowed ('interrupts' was unexpected)
	arch/arm/boot/dts/meson6-atv1200.dtb
	arch/arm/boot/dts/meson8b-ec100.dtb
	arch/arm/boot/dts/meson8b-mxq.dtb
	arch/arm/boot/dts/meson8b-odroidc1.dtb
	arch/arm/boot/dts/meson8-minix-neo-x8.dtb


  parent reply	other threads:[~2022-11-18 18:59 UTC|newest]

Thread overview: 42+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-11-18 14:33 [PATCH 00/12] dt-bindings: first batch of dt-schema conversions for Amlogic Meson bindings Neil Armstrong
2022-11-18 14:33 ` [PATCH 01/12] dt-bindings: firmware: convert meson_sm.txt to dt-schema Neil Armstrong
2022-11-18 14:46   ` Krzysztof Kozlowski
2022-11-18 18:50   ` Rob Herring
2022-11-18 14:33 ` [PATCH 02/12] dt-bindings: nvmem: convert amlogic-efuse.txt " Neil Armstrong
2022-11-18 14:48   ` Krzysztof Kozlowski
2022-11-18 18:50   ` Rob Herring
2022-11-18 14:33 ` [PATCH 03/12] dt-bindings: nvmem: convert amlogic-meson-mx-efuse.txt " Neil Armstrong
2022-11-25 23:04   ` Martin Blumenstingl
2023-01-09 11:38     ` Neil Armstrong
2022-11-18 14:33 ` [PATCH 04/12] dt-bindings: watchdog: convert meson-wdt.txt " Neil Armstrong
2022-11-18 14:49   ` Krzysztof Kozlowski
2022-11-18 18:50   ` Rob Herring [this message]
2022-11-25 23:32   ` Martin Blumenstingl
2022-11-18 14:33 ` [PATCH 05/12] dt-bindings: media: convert meson-ir.txt " Neil Armstrong
2022-11-18 14:49   ` Krzysztof Kozlowski
2022-11-18 18:50   ` Rob Herring
2022-11-25 23:25   ` Martin Blumenstingl
2022-11-18 14:33 ` [PATCH 06/12] dt-bindings: rtc: convert rtc-meson.txt " Neil Armstrong
2022-11-18 14:50   ` Krzysztof Kozlowski
2022-11-25 23:36   ` Martin Blumenstingl
2022-12-10 22:07   ` (subset) " Alexandre Belloni
2022-11-18 14:33 ` [PATCH 07/12] dt-bindings: power: remove deprecated amlogic,meson-gx-pwrc.txt bindings Neil Armstrong
2022-11-18 14:52   ` Krzysztof Kozlowski
2022-11-18 14:55     ` Neil Armstrong
2022-11-18 14:58       ` Krzysztof Kozlowski
2022-11-18 14:33 ` [PATCH 08/12] dt-bindings: timer: convert timer/amlogic,meson7-timer.txt to dt-schema Neil Armstrong
2022-11-18 14:53   ` Krzysztof Kozlowski
2022-11-25 23:09   ` Martin Blumenstingl
2022-11-18 14:33 ` [PATCH 09/12] dt-bindings: phy: convert meson-gxl-usb2-phy.txt " Neil Armstrong
2022-11-18 14:55   ` Krzysztof Kozlowski
2022-11-25 23:10   ` Martin Blumenstingl
2022-11-18 14:33 ` [PATCH 10/12] dt-bindings: mmc: convert amlogic,meson-gx.txt " Neil Armstrong
2022-11-18 14:57   ` Krzysztof Kozlowski
2022-11-18 18:50   ` Rob Herring
2022-11-18 14:33 ` [PATCH 11/12] dt-bindings: pcie: convert amlogic,meson-pcie.txt " Neil Armstrong
2022-11-18 15:00   ` Krzysztof Kozlowski
2022-11-18 18:50   ` Rob Herring
2022-11-25 23:19   ` Martin Blumenstingl
2022-11-18 14:33 ` [PATCH 12/12] dt-bindings: net: convert mdio-mux-meson-g12a.txt " Neil Armstrong
2022-11-18 15:01   ` Krzysztof Kozlowski
2022-11-25 23:12   ` Martin Blumenstingl

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=166879731312.851419.16320390143824776926.robh@kernel.org \
    --to=robh@kernel.org \
    --cc=a.zummo@towertech.it \
    --cc=alexandre.belloni@bootlin.com \
    --cc=andrew@lunn.ch \
    --cc=bhelgaas@google.com \
    --cc=daniel.lezcano@linaro.org \
    --cc=davem@davemloft.net \
    --cc=devicetree@vger.kernel.org \
    --cc=edumazet@google.com \
    --cc=hkallweit1@gmail.com \
    --cc=jbrunet@baylibre.com \
    --cc=khilman@baylibre.com \
    --cc=kishon@kernel.org \
    --cc=krzysztof.kozlowski+dt@linaro.org \
    --cc=kuba@kernel.org \
    --cc=linux-amlogic@lists.infradead.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-media@vger.kernel.org \
    --cc=linux-mmc@vger.kernel.org \
    --cc=linux-pci@vger.kernel.org \
    --cc=linux-phy@lists.infradead.org \
    --cc=linux-rtc@vger.kernel.org \
    --cc=linux-watchdog@vger.kernel.org \
    --cc=linux@armlinux.org.uk \
    --cc=linux@roeck-us.net \
    --cc=martin.blumenstingl@googlemail.com \
    --cc=mchehab@kernel.org \
    --cc=neil.armstrong@linaro.org \
    --cc=netdev@vger.kernel.org \
    --cc=pabeni@redhat.com \
    --cc=robh+dt@kernel.org \
    --cc=srinivas.kandagatla@linaro.org \
    --cc=tglx@linutronix.de \
    --cc=ulf.hansson@linaro.org \
    --cc=vkoul@kernel.org \
    --cc=wim@linux-watchdog.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).