Message ID | 20240601084528.22502-4-lvzhaoxiong@huaqin.corp-partner.google.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | Support Kingdisplay kd101ne3 and Starry er88577 MIPI-DSI panel | expand |
On 01/06/2024 10:45, Zhaoxiong Lv wrote: > The Starry-er88577 is a 10.1" WXGA TFT-LCD panel, which fits > in nicely with the existing panel-kingdisplay-kd101ne3 driver. > Hence, we add a new compatible with panel specific config. > > Signed-off-by: Zhaoxiong Lv <lvzhaoxiong@huaqin.corp-partner.google.com> > --- > > Chage since V2: > Squash it with first patch. Logically this is one change: adding new binding for these devices. Best regards, Krzysztof
diff --git a/Documentation/devicetree/bindings/display/panel/kingdisplay,kd101ne3-40ti.yaml b/Documentation/devicetree/bindings/display/panel/kingdisplay,kd101ne3-40ti.yaml index b0cf12bb727d..68c43d2d21a6 100644 --- a/Documentation/devicetree/bindings/display/panel/kingdisplay,kd101ne3-40ti.yaml +++ b/Documentation/devicetree/bindings/display/panel/kingdisplay,kd101ne3-40ti.yaml @@ -17,6 +17,7 @@ properties: items: - enum: - kingdisplay,kd101ne3-40ti + - starry,er88577 reg: description: the virtual channel number of a DSI peripheral
The Starry-er88577 is a 10.1" WXGA TFT-LCD panel, which fits in nicely with the existing panel-kingdisplay-kd101ne3 driver. Hence, we add a new compatible with panel specific config. Signed-off-by: Zhaoxiong Lv <lvzhaoxiong@huaqin.corp-partner.google.com> --- Chage since V2: - Add compatible for Starry er88577 in Kingdisplay kd101ne3 dt-bindings. --- .../bindings/display/panel/kingdisplay,kd101ne3-40ti.yaml | 1 + 1 file changed, 1 insertion(+)