Message ID | 20240625090853.343176-4-manikandan.m@microchip.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | Panel HIMAX support for Microchip's AC40T08A MIPI display | expand |
On Tue, Jun 25, 2024 at 02:38:52PM +0530, Manikandan Muralidharan wrote: > Add compatible string for the Microchip's AC40T08A MIPI Display > panel.This panel uses a Himax HX8394 display controller. > > Signed-off-by: Manikandan Muralidharan <manikandan.m@microchip.com> > --- > .../devicetree/bindings/display/panel/himax,hx8394.yaml | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/Documentation/devicetree/bindings/display/panel/himax,hx8394.yaml b/Documentation/devicetree/bindings/display/panel/himax,hx8394.yaml > index 017cb19ed64f..d547df794b3b 100644 > --- a/Documentation/devicetree/bindings/display/panel/himax,hx8394.yaml > +++ b/Documentation/devicetree/bindings/display/panel/himax,hx8394.yaml > @@ -24,6 +24,7 @@ properties: > - enum: > - hannstar,hsd060bhw4 > - powkiddy,x55-panel > + - microchip,ac40t08a-mipi-panel Please add this in alphabetical order. > - const: himax,hx8394 > > reg: > -- > 2.25.1 >
diff --git a/Documentation/devicetree/bindings/display/panel/himax,hx8394.yaml b/Documentation/devicetree/bindings/display/panel/himax,hx8394.yaml index 017cb19ed64f..d547df794b3b 100644 --- a/Documentation/devicetree/bindings/display/panel/himax,hx8394.yaml +++ b/Documentation/devicetree/bindings/display/panel/himax,hx8394.yaml @@ -24,6 +24,7 @@ properties: - enum: - hannstar,hsd060bhw4 - powkiddy,x55-panel + - microchip,ac40t08a-mipi-panel - const: himax,hx8394 reg:
Add compatible string for the Microchip's AC40T08A MIPI Display panel.This panel uses a Himax HX8394 display controller. Signed-off-by: Manikandan Muralidharan <manikandan.m@microchip.com> --- .../devicetree/bindings/display/panel/himax,hx8394.yaml | 1 + 1 file changed, 1 insertion(+)