[PATCH v13 03/15] dt-bindings: Convert gpio-mmio to yaml

Sean Anderson sean.anderson at seco.com
Fri Apr 14 02:00:29 AEST 2023


On 4/12/23 04:04, Krzysztof Kozlowski wrote:
> On 11/04/2023 20:43, Sean Anderson wrote:
>> This is a generic binding for simple MMIO GPIO controllers. Although we
>> have a single driver for these controllers, they were previously spread
>> over several files. Consolidate them. The register descriptions are
>> adapted from the comments in the source. There is no set order for the
>> registers, and some registers may be omitted. Because of this, reg-names
>> is mandatory, and no order is specified.
>> 
>> Rename brcm,bcm6345-gpio to brcm,bcm63xx-gpio to reflect that bcm6345
>> has moved.
>> 
>> Signed-off-by: Sean Anderson <sean.anderson at seco.com>
>> Reviewed-by: Linus Walleij <linus.walleij at linaro.org>
>> ---
>> Linus or Bartosz, feel free to pick this up as the rest of this series
>> may not be merged any time soon.
>> 
>> Changes in v13:
>> - Fix references to brcm,bcm63xx-gpio.yaml (neé brcm,bcm6345-gpio)
> 
> You got some of the same errors as last time.

These are different errors.

> Test your patches before sending.

I typically run dt_bindings_check with DT_SCHEMA_FILES=... because
running the whole thing takes longer than compiling a kernel from
scratch. It seems I neglected to run it on the affected schemas.

--Sean


More information about the Linuxppc-dev mailing list