diff options
author | H. Nikolaus Schaller <hns@goldelico.com> | 2017-12-01 10:41:23 +0300 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2017-12-21 18:24:35 +0300 |
commit | b155232dd86228a834f26531d83e9ddaae8b9b7c (patch) | |
tree | cf8ae797a093903f842d9bb9f0dfd4dc3229d8ab /arch/arm/boot/dts/omap3-pandora-common.dtsi | |
parent | 3ed2c47e2afebb151fc4b70bb53a41bd5d9aa680 (diff) | |
download | linux-b155232dd86228a834f26531d83e9ddaae8b9b7c.tar.xz |
ARM: dts: pandora: fix panel compatibility string
We can remove the unnecessary "omapdss," prefix because
the omapdrm driver takes care of it when matching with
the driver table.
Signed-off-by: H. Nikolaus Schaller <hns@goldelico.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/boot/dts/omap3-pandora-common.dtsi')
-rw-r--r-- | arch/arm/boot/dts/omap3-pandora-common.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/omap3-pandora-common.dtsi b/arch/arm/boot/dts/omap3-pandora-common.dtsi index cd53dc6c0051..f83b1029b3b7 100644 --- a/arch/arm/boot/dts/omap3-pandora-common.dtsi +++ b/arch/arm/boot/dts/omap3-pandora-common.dtsi @@ -627,7 +627,7 @@ lcd: lcd@1 { reg = <1>; /* CS1 */ - compatible = "omapdss,tpo,td043mtea1"; + compatible = "tpo,td043mtea1"; spi-max-frequency = <100000>; spi-cpol; spi-cpha; |