> Module Name: src
> Committed By: riastradh
> Date: Sun Sep 25 07:50:32 UTC 2022
>
> Modified Files:
> src/sys/arch/arm/ti: ti_fb.c ti_lcdc.c
>
> Log Message:
> tilcdc(4): Set is_console on the drm device, not the fb child.
>
> The drm device is represented by a rockchip,display-subsystem node in
> the device tree. The fb child is a purely software abstraction used
> by drm.
This was supposed to read:
The drm device is represented by a ti,am33xx-tilcdc node in
the device tree. The fb child is a purely software
abstraction used by drm.