pixel_chunk = Param.Unsigned(32, "Number of pixels to handle in one batch")
virt_refresh_rate = Param.Frequency("20Hz", "Frame refresh rate "
"in KVM mode")
- _status = "disabled"
+ _status = "ok"
encoder = Param.Display(Display1080p(), "Display encoder")
node.append(FdtPropertyWords("clocks", state.phandle(self.pxl_clk)))
node.append(FdtPropertyStrings("clock-names", ["pxlclk"]))
- # This driver is disabled by default since the required DT nodes
- # haven't been standardized yet. To use it, override this status to
- # "ok" and add the display configuration nodes required by the driver.
- # See the driver for more information.
node.append(FdtPropertyStrings("status", [ self._status ]))
self.addIommuProperty(state, node)