diff options
author | Sebastian Reichel <sebastian.reichel@collabora.com> | 2020-07-16 14:57:32 +0200 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2020-08-19 08:42:41 +0200 |
commit | 86ea53b42b6f8b3d066d2b8b42df433d5a6b42be (patch) | |
tree | 69e5fcba4ea51f6f4ce91d22dc2480cc3d0056db | |
parent | ARM: dts: omap: add channel to DSI panels (diff) | |
download | linux-86ea53b42b6f8b3d066d2b8b42df433d5a6b42be.tar.xz linux-86ea53b42b6f8b3d066d2b8b42df433d5a6b42be.zip |
ARM: dts: omap4-droid4: add panel compatible
Add Droid 4 specific compatible value in addition to the
generic one, so that we have the ability to add panel
specific quirks in the future.
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
-rw-r--r-- | arch/arm/boot/dts/motorola-mapphone-common.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/motorola-mapphone-common.dtsi b/arch/arm/boot/dts/motorola-mapphone-common.dtsi index 12b67f10d952..dad772ce6446 100644 --- a/arch/arm/boot/dts/motorola-mapphone-common.dtsi +++ b/arch/arm/boot/dts/motorola-mapphone-common.dtsi @@ -208,7 +208,7 @@ }; lcd0: panel@0 { - compatible = "panel-dsi-cm"; + compatible = "motorola,droid4-panel", "panel-dsi-cm"; reg = <0>; label = "lcd0"; vddi-supply = <&lcd_regulator>; |