请问这个是属于设备树中的屏幕参数错误吗?能否判断出大概是哪些参数有误。
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
请问这个是属于设备树中的屏幕参数错误吗?能否判断出大概是哪些参数有误。
panel {
compatible = "ti,tilcdc,panel";
pinctrl-names = "default", "sleep";
pinctrl-0 = <&lcd_pins_default>;
pinctrl-1 = <&lcd_pins_sleep>;
status = "okay";
panel-info {
ac-bias = <255>;
ac-bias-intrpt = <0>;
dma-burst-sz = <16>;
bpp = <32>;
fdd = <0x80>;
sync-edge = <0>;
sync-ctrl = <1>;
raster-order = <0>;
fifo-th = <0>;
};
display-timings {
800x480 {
hactive = <800>;
vactive = <480>;
hback-porch = <88>;
hfront-porch = <40>;
hsync-len = <128>;
vback-porch = <32>;
vfront-porch = <11>;
vsync-len = <2>;
clock-frequency = <33200000>;
hsync-active = <0>;
vsync-active = <0>;
};
};