Skip to content

Commit

Permalink
dt: Alter alias names from _ to - for drm_dsiN
Browse files Browse the repository at this point in the history
Fixes: 7ec4274 ("dt: Add DSI1 and DSI2 aliases to 2712")
Signed-off-by: Dave Stevenson <[email protected]>
  • Loading branch information
6by9 committed Oct 19, 2023
1 parent e12390b commit d5a4a77
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions arch/arm/boot/dts/bcm2712-rpi-5-b.dts
Original file line number Diff line number Diff line change
Expand Up @@ -787,8 +787,8 @@ spi10_cs_pins: &spi10_cs_gpio1 {};
gpio4 = &pinctrl_aon;
usb0 = &rp1_usb0;
usb1 = &rp1_usb1;
drm_dsi1 = &dsi0;
drm_dsi2 = &dsi1;
drm-dsi1 = &dsi0;
drm-dsi2 = &dsi1;
};

__overrides__ {
Expand Down

0 comments on commit d5a4a77

Please sign in to comment.