Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Swap DT aliases from underscore to hyphen. #5662

Merged
merged 4 commits into from
Oct 19, 2023

Conversation

6by9
Copy link
Contributor

@6by9 6by9 commented Oct 19, 2023

Fixes the warning reported by dtoverlaycheck.

(That warning probably wants to be promoted to an error).

Apparently aliases are only allowed lower case and hyphens,
so swap the use of underscore to hyphen.

Fixes: 3aa1f24 ("drm: Look for an alias for the displays to use as the DRM device name")
Signed-off-by: Dave Stevenson <[email protected]>
Fixes: 7ec4274 ("dt: Add DSI1 and DSI2 aliases to 2712")
Signed-off-by: Dave Stevenson <[email protected]>
Fixes: 1216ea5 ("drm/fb-helper: Look up preferred fbdev node number from DT")
Signed-off-by: Dave Stevenson <[email protected]>
Fixes: 61b138a ("dt: Add overrides for drm framebuffer allocations on Pi5")
Signed-off-by: Dave Stevenson <[email protected]>
@pelwell
Copy link
Contributor

pelwell commented Oct 19, 2023

Thanks.

@pelwell pelwell merged commit 87be940 into raspberrypi:rpi-6.1.y Oct 19, 2023
11 of 12 checks passed
popcornmix added a commit to raspberrypi/firmware that referenced this pull request Oct 19, 2023
See: raspberrypi/linux#5661

kernel: Swap DT aliases from underscore to hyphen
See: raspberrypi/linux#5662

kernel: Add DT aliases to map to DRM card names
See: raspberrypi/linux#5629

kernel: Forcing /dev/fbN assignments for DRM cards
See: raspberrypi/linux#5660

kernel: dts: bcm2712: Use the new model name
See: https://forums.raspberrypi.com/viewtopic.php?p=2146474#p2146474
popcornmix added a commit to raspberrypi/rpi-firmware that referenced this pull request Oct 19, 2023
See: raspberrypi/linux#5661

kernel: Swap DT aliases from underscore to hyphen
See: raspberrypi/linux#5662

kernel: Add DT aliases to map to DRM card names
See: raspberrypi/linux#5629

kernel: Forcing /dev/fbN assignments for DRM cards
See: raspberrypi/linux#5660

kernel: dts: bcm2712: Use the new model name
See: https://forums.raspberrypi.com/viewtopic.php?p=2146474#p2146474
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants