|
|
@@ -315,7 +315,7 @@ Signed-off-by: Dave Stevenson <[email protected]>
|
|
|
ddc = of_parse_phandle(dev->of_node, "ddc-i2c-bus", 0);
|
|
|
if (ddc) {
|
|
|
panel->ddc = of_find_i2c_adapter_by_node(ddc);
|
|
|
-@@ -2262,6 +2243,32 @@ static const struct panel_desc friendlya
|
|
|
+@@ -2263,6 +2244,32 @@ static const struct panel_desc friendlya
|
|
|
},
|
|
|
};
|
|
|
|
|
|
@@ -348,7 +348,7 @@ Signed-off-by: Dave Stevenson <[email protected]>
|
|
|
static const struct drm_display_mode giantplus_gpg482739qs5_mode = {
|
|
|
.clock = 9000,
|
|
|
.hdisplay = 480,
|
|
|
-@@ -2442,6 +2449,38 @@ static const struct panel_desc innolux_a
|
|
|
+@@ -2443,6 +2450,38 @@ static const struct panel_desc innolux_a
|
|
|
.bus_flags = DRM_BUS_FLAG_DE_HIGH | DRM_BUS_FLAG_PIXDATA_DRIVE_POSEDGE,
|
|
|
};
|
|
|
|
|
|
@@ -387,7 +387,7 @@ Signed-off-by: Dave Stevenson <[email protected]>
|
|
|
static const struct drm_display_mode innolux_at070tn92_mode = {
|
|
|
.clock = 33333,
|
|
|
.hdisplay = 800,
|
|
|
-@@ -3855,6 +3894,31 @@ static const struct panel_desc rocktech_
|
|
|
+@@ -3856,6 +3895,31 @@ static const struct panel_desc rocktech_
|
|
|
.connector_type = DRM_MODE_CONNECTOR_DPI,
|
|
|
};
|
|
|
|
|
|
@@ -419,7 +419,7 @@ Signed-off-by: Dave Stevenson <[email protected]>
|
|
|
static const struct display_timing rocktech_rk070er9427_timing = {
|
|
|
.pixelclock = { 26400000, 33300000, 46800000 },
|
|
|
.hactive = { 800, 800, 800 },
|
|
|
-@@ -4799,6 +4863,9 @@ static const struct of_device_id platfor
|
|
|
+@@ -4800,6 +4864,9 @@ static const struct of_device_id platfor
|
|
|
.compatible = "friendlyarm,hd702e",
|
|
|
.data = &friendlyarm_hd702e,
|
|
|
}, {
|
|
|
@@ -429,7 +429,7 @@ Signed-off-by: Dave Stevenson <[email protected]>
|
|
|
.compatible = "giantplus,gpg482739qs5",
|
|
|
.data = &giantplus_gpg482739qs5
|
|
|
}, {
|
|
|
-@@ -4820,6 +4887,9 @@ static const struct of_device_id platfor
|
|
|
+@@ -4821,6 +4888,9 @@ static const struct of_device_id platfor
|
|
|
.compatible = "innolux,at043tn24",
|
|
|
.data = &innolux_at043tn24,
|
|
|
}, {
|
|
|
@@ -439,7 +439,7 @@ Signed-off-by: Dave Stevenson <[email protected]>
|
|
|
.compatible = "innolux,at070tn92",
|
|
|
.data = &innolux_at070tn92,
|
|
|
}, {
|
|
|
-@@ -4979,6 +5049,9 @@ static const struct of_device_id platfor
|
|
|
+@@ -4980,6 +5050,9 @@ static const struct of_device_id platfor
|
|
|
.compatible = "rocktech,rk043fn48h",
|
|
|
.data = &rocktech_rk043fn48h,
|
|
|
}, {
|
|
|
@@ -449,7 +449,7 @@ Signed-off-by: Dave Stevenson <[email protected]>
|
|
|
.compatible = "rocktech,rk070er9427",
|
|
|
.data = &rocktech_rk070er9427,
|
|
|
}, {
|
|
|
-@@ -5335,6 +5408,9 @@ static const struct panel_desc_dsi osd10
|
|
|
+@@ -5336,6 +5409,9 @@ static const struct panel_desc_dsi osd10
|
|
|
.lanes = 4,
|
|
|
};
|
|
|
|
|
|
@@ -459,7 +459,7 @@ Signed-off-by: Dave Stevenson <[email protected]>
|
|
|
static const struct of_device_id dsi_of_match[] = {
|
|
|
{
|
|
|
.compatible = "auo,b080uan01",
|
|
|
-@@ -5358,20 +5434,137 @@ static const struct of_device_id dsi_of_
|
|
|
+@@ -5359,20 +5435,137 @@ static const struct of_device_id dsi_of_
|
|
|
.compatible = "osddisplays,osd101t2045-53ts",
|
|
|
.data = &osd101t2045_53ts
|
|
|
}, {
|