diff options
author | Rob Herring <[email protected]> | 2020-01-17 17:08:55 -0600 |
---|---|---|
committer | Thierry Reding <[email protected]> | 2020-05-13 12:59:40 +0200 |
commit | d3cd7d02e7133e2c0809c25d5321af21af695da4 (patch) | |
tree | 26d0dfd0f4bc19a06b51cc492671a7f5aacef1a9 | |
parent | 9fb276934a5d8fca4adadad18d2679e596f0ca0a (diff) |
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 <[email protected]>
Cc: Jonathan Hunter <[email protected]>
Cc: [email protected]
Signed-off-by: Rob Herring <[email protected]>
Signed-off-by: Thierry Reding <[email protected]>
-rw-r--r-- | arch/arm64/boot/dts/nvidia/tegra132-norrin.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/nvidia/tegra132-norrin.dts b/arch/arm64/boot/dts/nvidia/tegra132-norrin.dts index a0385a386a3f..9f3206c63900 100644 --- a/arch/arm64/boot/dts/nvidia/tegra132-norrin.dts +++ b/arch/arm64/boot/dts/nvidia/tegra132-norrin.dts @@ -990,7 +990,7 @@ }; panel: panel { - compatible = "innolux,n116bge", "simple-panel"; + compatible = "innolux,n116bge"; backlight = <&backlight>; ddc-i2c-bus = <&dpaux>; }; |