Re: [PATCH] dt-bindings: i2c: brcm,bcm2835-i2c: convert to YAML schema
From: David Heidelberg <david@ixit.cz>
Date: 2021-12-07 08:46:09
Also in:
linux-arm-kernel, linux-i2c, lkml
From: David Heidelberg <david@ixit.cz>
Date: 2021-12-07 08:46:09
Also in:
linux-arm-kernel, linux-i2c, lkml
Hello Florian, thanks for looking into patch. Currently I'm picking missing and broken bindings, which has biggest impact on arm64 make dtbs_check output, to give developers chance to use it to find their problems instead of being overwhelmed by thousands lines of usually irrelevant warnings not related to DTS their writing. So feel free to continue, I'm very happy that there is more people trying make dtbs_check output clean and DT validated :) David -------- Původní zpráva -------- Odesílatel: Florian Fainelli [off-list ref] Odesláno: 6. prosince 2021 22:27:49 UTC Komu: David Heidelberg [off-list ref], Rob Herring [off-list ref], Ray Jui [off-list ref], Scott Branden [off-list ref], bcm-kernel-feedback-list@broadcom.com, Nicolas Saenz Julienne [off-list ref], Stephen Warren [off-list ref] Kopie: ~okias/devicetree@lists.sr.ht, linux-i2c@vger.kernel.org, devicetree@vger.kernel.org, linux-rpi-kernel@lists.infradead.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Předmět: Re: [PATCH] dt-bindings: i2c: brcm,bcm2835-i2c: convert to YAML schema On 12/6/21 10:46 AM, David Heidelberg wrote:
Switch the DT binding to a YAML schema to enable the DT validation. Signed-off-by: David Heidelberg <david@ixit.cz>
Acked-by: Florian Fainelli <f.fainelli@gmail.com> Tested-by: Florian Fainelli <f.fainelli@gmail.com> Let me know if you are planning on converting more of the bcm2835 binding so we don't overlap. Thanks!