mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-05 15:49:42 -04:00
arm64: tegra: Adapt to LP855X bindings changes
Change underscores in ROM node names to dashes, and remove deprecated pwm-period property. Signed-off-by: Artur Weber <aweber.kernel@gmail.com> Reviewed-by: Daniel Thompson <daniel.thompson@linaro.org> Signed-off-by: Thierry Reding <treding@nvidia.com>
This commit is contained in:
committed by
Thierry Reding
parent
e78ad9031b
commit
29bae9dcce
@@ -58,19 +58,17 @@ backlight: backlight@2c {
|
||||
dev-ctrl = /bits/ 8 <0x80>;
|
||||
init-brt = /bits/ 8 <0xff>;
|
||||
|
||||
pwm-period = <29334>;
|
||||
|
||||
pwms = <&pwm 0 29334>;
|
||||
pwm-names = "lp8557";
|
||||
|
||||
/* boost frequency 1 MHz */
|
||||
rom_13h {
|
||||
rom-13h {
|
||||
rom-addr = /bits/ 8 <0x13>;
|
||||
rom-val = /bits/ 8 <0x01>;
|
||||
};
|
||||
|
||||
/* 3 LED string */
|
||||
rom_14h {
|
||||
rom-14h {
|
||||
rom-addr = /bits/ 8 <0x14>;
|
||||
rom-val = /bits/ 8 <0x87>;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user