[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <CAL_JsqJQDgGVwhc9JFuoG7-_cvV3fhLvd95k=0qKgxM+UsMm-g@mail.gmail.com>
Date: Mon, 28 Sep 2020 11:49:18 -0500
From: Rob Herring <robh@...nel.org>
To: Benson Leung <bleung@...omium.org>,
Enric Balletbo i Serra <enric.balletbo@...labora.com>,
Guenter Roeck <groeck@...omium.org>
Cc: devicetree@...r.kernel.org,
"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>,
Lee Jones <lee.jones@...aro.org>
Subject: DT warnings in Cros EC
There's a bunch of warnings in the Cros EC schemas. They stem from
child node names needing to be defined. I started fixing, but it's
kind of a mess as there's a mixture of no unit addresses and different
unit address spaces (regulators and codec). And is type-C and extcon
mutually exclusive? I gave up, so please fix these:
/builds/robherring/linux-dt-bindings/Documentation/devicetree/bindings/extcon/extcon-usbc-cros-ec.example.dt.yaml:
cros-ec@0: 'extcon0', 'extcon1' do not match any of the regexes:
'pinctrl-[0-9]+'
>From schema: /builds/robherring/linux-dt-bindings/Documentation/devicetree/bindings/mfd/google,cros-ec.yaml
bindings/Documentation/devicetree/bindings/pwm/google,cros-ec-pwm.example.dt.yaml:
cros-ec@0: 'ec-pwm' does not match any of the regexes:
'pinctrl-[0-9]+'
>From schema: /builds/robherring/linux-dt-bindings/Documentation/devicetree/bindings/mfd/google,cros-ec.yaml
/builds/robherring/linux-dt-bindings/Documentation/devicetree/bindings/regulator/google,cros-ec-regulator.example.dt.yaml:
ec@0: '#address-cells', '#size-cells', 'regulator@0' do not match any
of the regexes: 'pinctrl-[0-9]+'
>From schema: /builds/robherring/linux-dt-bindings/Documentation/devicetree/bindings/mfd/google,cros-ec.yaml
/builds/robherring/linux-dt-bindings/Documentation/devicetree/bindings/chrome/google,cros-ec-typec.example.dt.yaml:
ec@0: 'typec' does not match any of the regexes: 'pinctrl-[0-9]+'
>From schema: /builds/robherring/linux-dt-bindings/Documentation/devicetree/bindings/mfd/google,cros-ec.yaml
/builds/robherring/linux-dt-bindings/Documentation/devicetree/bindings/sound/google,cros-ec-codec.example.dt.yaml:
cros-ec@0: '#address-cells', '#size-cells', 'ec-codec@...00000' do not
match any of the regexes: 'pinctrl-[0-9]+'
>From schema: /builds/robherring/linux-dt-bindings/Documentation/devicetree/bindings/mfd/google,cros-ec.yaml
Rob
Powered by blists - more mailing lists