Commit ea3bfeec authored by Qii Wang's avatar Qii Wang Committed by Boris Brezillon

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

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

Fixes: e29d0d9c ("dt-bindings: i3c: Document Cadence I3C master bindings")
Signed-off-by: default avatarQii Wang <qii.wang@mediatek.com>
Signed-off-by: default avatarBoris Brezillon <boris.brezillon@collabora.com>
parent f467907c
......@@ -38,6 +38,6 @@ Example:
nunchuk: nunchuk@52 {
compatible = "nintendo,nunchuk";
reg = <0x52 0x80000010 0>;
reg = <0x52 0x0 0x10>;
};
};
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment