[Letux-kernel] [PATCH 05/18] MIPS: DTS: jz4780: fix pinctrl as reported by dtbscheck
H. Nikolaus Schaller
hns at goldelico.com
Sat Apr 9 15:04:44 CEST 2022
> Am 09.04.2022 um 13:13 schrieb Krzysztof Kozlowski <krzysztof.kozlowski at linaro.org>:
>
> On 08/04/2022 20:37, H. Nikolaus Schaller wrote:
>> arch/mips/boot/dts/ingenic/ci20.dtb: pin-controller at 10010000: $nodename:0: 'pin-controller at 10010000' does not match '^(pinctrl|pinmux)(@[0-9a-f]+)?$'
>> From schema: Documentation/devicetree/bindings/pinctrl/ingenic,pinctrl.yaml
>>
>> Signed-off-by: H. Nikolaus Schaller <hns at goldelico.com>
>> ---
>> arch/mips/boot/dts/ingenic/jz4780.dtsi | 2 +-
>> 1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/arch/mips/boot/dts/ingenic/jz4780.dtsi b/arch/mips/boot/dts/ingenic/jz4780.dtsi
>> index 5f44cf004d473..b5299eaffb84a 100644
>> --- a/arch/mips/boot/dts/ingenic/jz4780.dtsi
>> +++ b/arch/mips/boot/dts/ingenic/jz4780.dtsi
>> @@ -155,7 +155,7 @@ rtc_dev: rtc at 10003000 {
>> clock-names = "rtc";
>> };
>>
>> - pinctrl: pin-controller at 10010000 {
>> + pinctrl: pinctrl at 10010000 {
>
> Do it once for all DTSes, not one file at a time. There are four more
> places with this.
Well, automation has no notion of "similarity" in this case to
merge several patches.
And they are not related. Every one is based on a different .yaml
schema file.
That in all cases the result looks similar comes from similar
requirements by the schemata and has no inherent connection.
More information about the Letux-kernel
mailing list