Skip to content

Commit

Permalink
dts: Use fb rather than leds for dpi overlay
Browse files Browse the repository at this point in the history
  • Loading branch information
popcornmix authored and Phil Elwell committed Jun 26, 2019
1 parent 0376a1a commit ca54082
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/overlays/dpi18-overlay.dts
Expand Up @@ -9,7 +9,7 @@
// reference on - leds will do

fragment@0 {
target = <&leds>;
target = <&fb>;
__overlay__ {
pinctrl-names = "default";
pinctrl-0 = <&dpi18_pins>;
Expand Down
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/overlays/dpi24-overlay.dts
Expand Up @@ -9,7 +9,7 @@
// reference on - leds will do

fragment@0 {
target = <&leds>;
target = <&fb>;
__overlay__ {
pinctrl-names = "default";
pinctrl-0 = <&dpi24_pins>;
Expand Down

0 comments on commit ca54082

Please sign in to comment.