[PATCH 0/2] dpll: zl3073x: add Microchip ZL30643 support
Vincent Jardin <[email protected]>
| Newsgroups | org.kernel.feeds.b4-sent,org.kernel.vger.linux-devicetree,org.kernel.vger.linux-kernel,org.kernel.vger.netdev |
|---|---|
| Message-ID | <[email protected]> |
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 <[email protected]> --- 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 <[email protected]>