mirror of
https://github.com/torvalds/linux.git
synced 2026-09-23 22:14:03 +02:00
ARM: dts: ls1021a-iot: rename display@0 to display0
Rename node name display@0 to display0 since no reg under it. Rename mode0
to timing0.
Fix below CHECK_DTBS warnings:
arch/arm/boot/dts/nxp/ls/ls1021a-iot.dtb: dcu@2ce0000 (fsl,ls1021a-dcu): 'display', 'display@0' do not match any of the regexes: '^pinctrl-[0-9]+$'
from schema $id: http://devicetree.org/schemas/display/fsl,ls1021a-dcu.yaml
arch/arm/boot/dts/nxp/ls/ls1021a-iot.dtb: display-timings: 'mode0' does not match any of the regexes: '^pinctrl-[0-9]+$', '^timing'
from schema $id: http://devicetree.org/schemas/display/panel/display-timings.yaml
Signed-off-by: Frank Li <Frank.Li@nxp.com>
This commit is contained in:
parent
862de1b7ff
commit
6db9b23f3c
|
|
@ -82,13 +82,13 @@ &dcu {
|
|||
display = <&display>;
|
||||
status = "okay";
|
||||
|
||||
display: display@0 {
|
||||
display: display0 {
|
||||
bits-per-pixel = <24>;
|
||||
|
||||
display-timings {
|
||||
native-mode = <&timing0>;
|
||||
|
||||
timing0: mode0 {
|
||||
timing0: timing0 {
|
||||
clock-frequency = <25000000>;
|
||||
hactive = <640>;
|
||||
vactive = <480>;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user