Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

dt-bindings: i3c: cdns: Use correct cells for I2C device

I2C device reg should be "reg = <0x52 0x0 0x10>;"

Fixes: e29d0d9c90c9 ("dt-bindings: i3c: Document Cadence I3C master bindings")
Signed-off-by: Qii Wang <qii.wang@mediatek.com>
Signed-off-by: Boris Brezillon <boris.brezillon@collabora.com>

authored by

Qii Wang and committed by
Boris Brezillon
ea3bfeec f467907c

+1 -1
+1 -1
Documentation/devicetree/bindings/i3c/cdns,i3c-master.txt
··· 38 38 39 39 nunchuk: nunchuk@52 { 40 40 compatible = "nintendo,nunchuk"; 41 - reg = <0x52 0x80000010 0>; 41 + reg = <0x52 0x0 0x10>; 42 42 }; 43 43 };