[PATCH 0/3] Dongwoon DW9800K update patchset
From: Griffin Kroah-Hartman
Date: Thu Sep 10 2026 - 11:12:44 EST
This patchset edits the dw9800k driver and related files, to properly
match previously mismatched register writes, variables, and logic now
that we have the datasheet for the dongwoon dw98900k.
This is a breaking change, but is necessary to ensure proper bindings
and driver behavior. The previous naive approach did not ensure proper
functionality with different device tree properties.
Signed-off-by: Griffin Kroah-Hartman <griffin.kroah@xxxxxxxxxxxxx>
---
Griffin Kroah-Hartman (3):
dt-bindings: media: i2c: dw9800: Redocument DW9800K
media: i2c: dw9719: Update DW9800K driver
arm64: dts: qcom: qcm6490-fairphone-fp5: Fix DW9800K support
.../bindings/media/i2c/dongwoon,dw9719.yaml | 1 -
.../bindings/media/i2c/dongwoon,dw9800k.yaml | 91 ++++++++++++++++++++++
arch/arm64/boot/dts/qcom/qcm6490-fairphone-fp5.dts | 5 +-
drivers/media/i2c/dw9719.c | 71 ++++++++++++++---
4 files changed, 156 insertions(+), 12 deletions(-)
---
base-commit: 6970ecbc1f96154fb68107b467e6294c43947447
change-id: 20260910-b4-dw9800k_cleanup-0b9a7a51e149
Best regards,
--
Griffin Kroah-Hartman <griffin.kroah@xxxxxxxxxxxxx>