Skip to content

Commit

Permalink
fix: Fix for #pwm-cells=3
Browse files Browse the repository at this point in the history
  • Loading branch information
mathiasbredholt committed Apr 18, 2024
1 parent cb0f920 commit cee7e84
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions arch/arm/boot/dts/overlays/dlc350-panel-overlay.dts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
reset-gpios = <&gpio 9 0>;
backlight = <&rpi_backlight>;
rotation = <90>;
fpts = <60>;
fps = <60>;
port {
panel_in: endpoint {
remote-endpoint = <&dsi_out>;
Expand Down Expand Up @@ -62,7 +62,7 @@
compatible = "pwm-backlight";
brightness-levels = <0 6 8 12 16 24 32 40 48 64 96 128 160 192 224 255>;
default-brightness-level = <6>;
pwms = <&pwm 0 200000>;
pwms = <&pwm 0 200000 0>;
power-supply = <&vdd_3v3_reg>;
status = "okay";
};
Expand Down

0 comments on commit cee7e84

Please sign in to comment.