The Zhunyi Z40046 is a 480x800 24-bit WVGA DSI panel based on the
Fitipower JD9161Z DSI controller found in the Xiaomi Mi Smart Clock
x04g, apparently in two different variants.
The Fitipower JD9161Z LCD driver IC is very similar to the Jadard
JD9365DA-H3, it just uses a different initialization sequence.
Since this is the first supported device from this vendor, document its
name to the vendor-prefixes.yaml file as well.
Signed-off-by: Luca Leonardo Scorcia <l.scorcia@gmail.com>
---
.../devicetree/bindings/display/panel/jadard,jd9365da-h3.yaml | 2 ++
Documentation/devicetree/bindings/vendor-prefixes.yaml | 2 ++
2 files changed, 4 insertions(+)
diff --git a/Documentation/devicetree/bindings/display/panel/jadard,jd9365da-h3.yaml b/Documentation/devicetree/bindings/display/panel/jadard,jd9365da-h3.yaml
index 5802fb3c9ffe..da17072ffaaa 100644
--- a/Documentation/devicetree/bindings/display/panel/jadard,jd9365da-h3.yaml
+++ b/Documentation/devicetree/bindings/display/panel/jadard,jd9365da-h3.yaml
@@ -23,6 +23,8 @@ properties:
- melfas,lmfbx101117480
- radxa,display-10hd-ad001
- radxa,display-8hd-ad002
+ - zhunyi,z40046v1
+ - zhunyi,z40046v2
- const: jadard,jd9365da-h3
reg:
diff --git a/Documentation/devicetree/bindings/vendor-prefixes.yaml b/Documentation/devicetree/bindings/vendor-prefixes.yaml
index ee7fd3cfe203..18121440dc22 100644
--- a/Documentation/devicetree/bindings/vendor-prefixes.yaml
+++ b/Documentation/devicetree/bindings/vendor-prefixes.yaml
@@ -1913,6 +1913,8 @@ patternProperties:
description: Shenzhen Zkmagic Technology Co., Ltd.
"^zte,.*":
description: ZTE Corp.
+ "^zhunyi,.*":
+ description: Shenzhen Zhunyi Technology Co., Ltd.
"^zyxel,.*":
description: ZyXEL Communications Corp.
--
2.43.0
On Thu, Mar 05, 2026 at 07:56:30PM +0000, Luca Leonardo Scorcia wrote: > The Zhunyi Z40046 is a 480x800 24-bit WVGA DSI panel based on the > Fitipower JD9161Z DSI controller found in the Xiaomi Mi Smart Clock > x04g, apparently in two different variants. > > The Fitipower JD9161Z LCD driver IC is very similar to the Jadard > JD9365DA-H3, it just uses a different initialization sequence. > > Since this is the first supported device from this vendor, document its > name to the vendor-prefixes.yaml file as well. > > Signed-off-by: Luca Leonardo Scorcia <l.scorcia@gmail.com> > --- > .../devicetree/bindings/display/panel/jadard,jd9365da-h3.yaml | 2 ++ > Documentation/devicetree/bindings/vendor-prefixes.yaml | 2 ++ > 2 files changed, 4 insertions(+) > > diff --git a/Documentation/devicetree/bindings/display/panel/jadard,jd9365da-h3.yaml b/Documentation/devicetree/bindings/display/panel/jadard,jd9365da-h3.yaml > index 5802fb3c9ffe..da17072ffaaa 100644 > --- a/Documentation/devicetree/bindings/display/panel/jadard,jd9365da-h3.yaml > +++ b/Documentation/devicetree/bindings/display/panel/jadard,jd9365da-h3.yaml > @@ -23,6 +23,8 @@ properties: > - melfas,lmfbx101117480 > - radxa,display-10hd-ad001 > - radxa,display-8hd-ad002 > + - zhunyi,z40046v1 > + - zhunyi,z40046v2 > - const: jadard,jd9365da-h3 > > reg: > diff --git a/Documentation/devicetree/bindings/vendor-prefixes.yaml b/Documentation/devicetree/bindings/vendor-prefixes.yaml > index ee7fd3cfe203..18121440dc22 100644 > --- a/Documentation/devicetree/bindings/vendor-prefixes.yaml > +++ b/Documentation/devicetree/bindings/vendor-prefixes.yaml > @@ -1913,6 +1913,8 @@ patternProperties: > description: Shenzhen Zkmagic Technology Co., Ltd. > "^zte,.*": > description: ZTE Corp. > + "^zhunyi,.*": Don't mix up the order. Domain is zhunyikeji, so should be the prefix. Best regards, Krzysztof
© 2016 - 2026 Red Hat, Inc.