Skip to content

Commit

Permalink
dt-bindings: i3c: cdns: Use correct cells for I2C device
Browse files Browse the repository at this point in the history
I2C device reg should be "reg = <0x52 0x0 0x10>;"

Fixes: e29d0d9 ("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>
  • Loading branch information
Qii Wang authored and Boris Brezillon committed Jul 4, 2019
1 parent f467907 commit ea3bfee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Documentation/devicetree/bindings/i3c/cdns,i3c-master.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@ Example:

nunchuk: nunchuk@52 {
compatible = "nintendo,nunchuk";
reg = <0x52 0x80000010 0>;
reg = <0x52 0x0 0x10>;
};
};

0 comments on commit ea3bfee

Please sign in to comment.