mirror of https://gitee.com/openkylin/linux.git
arm64: tegra: Kill off "simple-panel" compatibles
"simple-panel" is a Linux driver and has never been an accepted upstream compatible string, so remove it. Cc: Thierry Reding <thierry.reding@gmail.com> Cc: Jonathan Hunter <jonathanh@nvidia.com> Cc: linux-tegra@vger.kernel.org Signed-off-by: Rob Herring <robh@kernel.org> Signed-off-by: Thierry Reding <treding@nvidia.com>
This commit is contained in:
parent
9fb276934a
commit
d3cd7d02e7
|
@ -990,7 +990,7 @@ power {
|
|||
};
|
||||
|
||||
panel: panel {
|
||||
compatible = "innolux,n116bge", "simple-panel";
|
||||
compatible = "innolux,n116bge";
|
||||
backlight = <&backlight>;
|
||||
ddc-i2c-bus = <&dpaux>;
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue