On 10/07/2013 02:34 AM, Thierry Reding wrote: > From: Mikko Perttunen <[email protected]> > > The Tegra114 display controller is backwards-compatible with previous > generations of the Tegra SoC. No code changes are required.
If the HW is backwards-compatible, then there's no need to add extra compatible values to the driver; just write the following in the DT, and it'll just work: compatible = "nvidia,tegra114-dc", "nvidia,tegra30-dc"; _______________________________________________ dri-devel mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/dri-devel
