Hi Alex, On Mon, Oct 22, 2018 at 7:34 AM Alex Gonzalez <alex.gonzalez@xxxxxxxx> wrote: > + g101evn010: display@0 { > + bits-per-pixel = <16>; > + bus-width = <18>; > + > + display-timings { > + native-mode = <&timing0>; > + timing0: timing0 { > + clock-frequency = <68930000>; > + hactive = <1280>; > + vactive = <800>; > + hfront-porch = <120>; > + hback-porch = <0>; > + hsync-len = <8>; > + vback-porch = <10>; > + vfront-porch = <0>; > + vsync-len = <6>; > + hsync-active = <1>; > + vsync-active = <1>; > + de-active = <1>; > + pixelclk-active = <0>; The recommendation is not to put the panel timings in the dts file anymore. You could add an entry for this panel into the simple-panel driver and then reference its compatible string in the board dts.