Skip to content

Commit

Permalink
ARM: tegra: paz: add backlight power supply
Browse files Browse the repository at this point in the history
Select default 3.3V, shouldn't do any harm.

Fixes warning:
arch/arm/boot/dts/tegra20-paz.dt.yaml: backlight: 'power-supply' is a required property
	From schema: /home/runner/work/linux/linux/Documentation/devicetree/bindings/leds/backlight/pwm-backlight.yaml

Signed-off-by: David Heidelberg <david@ixit.cz>
  • Loading branch information
okias committed Dec 5, 2021
1 parent 0a24a30 commit 98a2a32
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/arm/boot/dts/tegra20-paz00.dts
Expand Up @@ -620,6 +620,7 @@

enable-gpios = <&gpio TEGRA_GPIO(U, 4) GPIO_ACTIVE_HIGH>;
pwms = <&pwm 0 5000000>;
power-supply = <&vdd_pnl_reg>;

brightness-levels = <0 16 32 48 64 80 96 112 128 144 160 176 192 208 224 240 255>;
default-brightness-level = <10>;
Expand Down

0 comments on commit 98a2a32

Please sign in to comment.