[PATCH 0/2] dpll: zl3073x: add Microchip ZL30643 support

Vincent Jardin via B4 Relay posted 2 patches 22 hours ago
Documentation/devicetree/bindings/dpll/microchip,zl30731.yaml | 1 +
drivers/dpll/zl3073x/core.c                                   | 1 +
drivers/dpll/zl3073x/i2c.c                                    | 2 ++
drivers/dpll/zl3073x/spi.c                                    | 2 ++
4 files changed, 6 insertions(+)
[PATCH 0/2] dpll: zl3073x: add Microchip ZL30643 support
Posted by Vincent Jardin via B4 Relay 22 hours ago
The Microchip ZL30643 (chip ID 0x0E3B) is a 3 DPLL channel member
of the ZL3073x family.

Patch 1 adds the binding.
Patch 2 registers the chip in the driver: the chip-info table and the
I2C, SPI and OF device-ID match tables.

It was tested on an LX2160A board with a ZL30733 and a ZL30643, both
are probed and they expose their DPLL channels.

Signed-off-by: Vincent Jardin <vjardin@free.fr>
---
Vincent Jardin (2):
      dt-bindings: dpll: zl3073x: add ZL30643 compatible
      dpll: zl3073x: add ZL30643 chip support

 Documentation/devicetree/bindings/dpll/microchip,zl30731.yaml | 1 +
 drivers/dpll/zl3073x/core.c                                   | 1 +
 drivers/dpll/zl3073x/i2c.c                                    | 2 ++
 drivers/dpll/zl3073x/spi.c                                    | 2 ++
 4 files changed, 6 insertions(+)
---
base-commit: 248951ddc14de84de3910f9b13f51491a8cd91df
change-id: 20260724-for-upstream-zl30643-8b23267b974f

Best regards,
-- 
Vincent Jardin <vjardin@free.fr>