]> www.infradead.org Git - users/jedix/linux-maple.git/commit
i3c: master: svc: Add support for Nuvoton npcm845 i3c
authorStanley Chu <yschu@nuvoton.com>
Thu, 6 Mar 2025 07:54:26 +0000 (15:54 +0800)
committerAlexandre Belloni <alexandre.belloni@bootlin.com>
Thu, 6 Mar 2025 20:51:22 +0000 (21:51 +0100)
commit98d87600a04e42282797631aa6b98dd43999e274
tree098e0e6a0d5d02a5448250594c8828fc5e2c5428
parentc24a084ab6a2c6522f779acd2dfc1d5c062c7781
i3c: master: svc: Add support for Nuvoton npcm845 i3c

Nuvoton npcm845 SoC uses an older IP version, which has specific
hardware issues that need to be addressed with a different compatible
string.

Add driver data for different compatible strings to define platform
specific quirks.
Add compatible string for npcm845 to define its own driver data.

Signed-off-by: Stanley Chu <yschu@nuvoton.com>
Reviewed-by: Frank Li <Frank.Li@nxp.com>
Link: https://lore.kernel.org/r/20250306075429.2265183-3-yschu@nuvoton.com
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
drivers/i3c/master/svc-i3c-master.c