diff options
author | Thierry Reding <treding@nvidia.com> | 2023-07-26 20:48:57 +0200 |
---|---|---|
committer | Thierry Reding <treding@nvidia.com> | 2023-07-27 17:15:27 +0200 |
commit | b28d3af99ac4885f136f6330fec6499b15ad5b25 (patch) | |
tree | e52fadc046700d6481b38c3883194bea987e03ac | |
parent | ba9858c53a797c018a1bbc93776e7baf3ec35ebf (diff) |
ARM: tegra: Use Hannstar HSD101PWW2 on Pegatron Chagall
The LVDS bindings require a specific compatible string in addition to
the generic "panel-lvds". Add the HannStar HSD101PWW2 which is used on
a similar device (ASUS TF201) and seems to work fine with slightly
modified timings in DT.
Suggested-by: Svyatoslav Ryhel <clamor95@gmail.com>
Signed-off-by: Thierry Reding <treding@nvidia.com>
-rw-r--r-- | arch/arm/boot/dts/nvidia/tegra30-pegatron-chagall.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/nvidia/tegra30-pegatron-chagall.dts b/arch/arm/boot/dts/nvidia/tegra30-pegatron-chagall.dts index c81d5875c31c..4012f9c799a8 100644 --- a/arch/arm/boot/dts/nvidia/tegra30-pegatron-chagall.dts +++ b/arch/arm/boot/dts/nvidia/tegra30-pegatron-chagall.dts @@ -2628,7 +2628,7 @@ }; display-panel { - compatible = "panel-lvds"; + compatible = "hannstar,hsd101pww2", "panel-lvds"; width-mm = <217>; height-mm = <136>; |