OSDN Git Service

ARM: dts: sun8i-a23-q8: Set compatible string for LCD panel
authorChen-Yu Tsai <wens@csie.org>
Fri, 25 Jan 2019 03:23:14 +0000 (11:23 +0800)
committerMaxime Ripard <maxime.ripard@bootlin.com>
Fri, 25 Jan 2019 09:43:20 +0000 (10:43 +0100)
The Q8 tablets follow the A23/A33 tablet reference design, and normally
use a "generic" 800x480 LCD panel. The actual panel may vary between
production runs, and there are no visible markings denoting its model.
This patch uses a panel that has the same dimensions and timings that
are close to what was provided in the vendor fex files.

Since there are also A33 Q8 tablets with 1024x600 panels, this patch
only sets the compatible string for A23 Q8 tablets.

Signed-off-by: Chen-Yu Tsai <wens@csie.org>
Signed-off-by: Maxime Ripard <maxime.ripard@bootlin.com>
arch/arm/boot/dts/sun8i-a23-q8-tablet.dts

index b6958e8..d4dab7c 100644 (file)
@@ -61,3 +61,7 @@
                "Headset Mic", "HBIAS";
        status = "okay";
 };
+
+&panel {
+       compatible = "bananapi,s070wv20-ct16", "simple-panel";
+};