mirror of https://github.com/torvalds/linux.git
The '#address-cells' and '#size-cells' properties were not defined in
the lm3630a bindings and would cause the following error when
attempting to validate the examples against the schema:
Documentation/devicetree/bindings/leds/backlight/lm3630a-backlight.example.dt.yaml:
'#address-cells', '#size-cells' do not match any of the regexes:
'^led@[01]$', 'pinctrl-[0-9]+'
Correct this by adding those two properties.
While we're here, move the ti,linear-mapping-mode property to the
led@[01] child nodes to correct the following validation error:
Documentation/devicetree/bindings/leds/backlight/lm3630a-backlight.example.dt.yaml:
led@0: 'ti,linear-mapping-mode' does not match any of the regexes:
'pinctrl-[0-9]+'
Fixes:
|
||
|---|---|---|
| .. | ||
| 88pm860x.txt | ||
| arcxcnn_bl.txt | ||
| gpio-backlight.txt | ||
| lm3630a-backlight.yaml | ||
| lp855x.txt | ||
| max8925-backlight.txt | ||
| pm8941-wled.txt | ||
| pwm-backlight.txt | ||
| sky81452-backlight.txt | ||
| tps65217-backlight.txt | ||
| zii,rave-sp-backlight.txt | ||