Skip to content

Commit

Permalink
dtoverlays: Correct vc4-kms-dpi-generic for [width|height]-mm
Browse files Browse the repository at this point in the history
These two overrides were updating the &panel node from
vc4-kms-dpi.dtsi, when fragment0 from the vc4-kms-dpi-generic
was also updating the same node. Application order meant that
the override value was overwritten.

Correct the target.

Signed-off-by: Dave Stevenson <[email protected]>
  • Loading branch information
6by9 committed Oct 2, 2024
1 parent 82a50e4 commit 77edee1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions arch/arm/boot/dts/overlays/vc4-kms-dpi-generic-overlay.dts
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@
de-invert = <&timing>, "de-active:0=0";
pixclk-invert = <&timing>, "pixelclk-active:0=0";

width-mm = <&panel>, "width-mm:0";
height-mm = <&panel>, "height-mm:0";
width-mm = <&panel_generic>, "width-mm:0";
height-mm = <&panel_generic>, "height-mm:0";

rgb565 = <&panel_generic>, "bus-format:0=0x1017",
<&dpi_node_generic>, "pinctrl-0:0=",<&dpi_16bit_gpio0>;
Expand Down

0 comments on commit 77edee1

Please sign in to comment.