mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-08-31 03:35:32 -04:00
dt-bindings: iio: dac: mcp47feb02: Fix I2C address in example
Change example reg value from 0 to 0x60 in order to use a valid I2C address Signed-off-by: Ariana Lazar <ariana.lazar@microchip.com> Acked-by: Conor Dooley <conor.dooley@microchip.com> Signed-off-by: Jonathan Cameron <jic23@kernel.org>
This commit is contained in:
committed by
Jonathan Cameron
parent
9d5129c73b
commit
fde18a8a1d
@@ -280,9 +280,9 @@ examples:
|
||||
|
||||
#address-cells = <1>;
|
||||
#size-cells = <0>;
|
||||
dac@0 {
|
||||
dac@60 {
|
||||
compatible = "microchip,mcp47feb02";
|
||||
reg = <0>;
|
||||
reg = <0x60>;
|
||||
vdd-supply = <&vdac_vdd>;
|
||||
vref-supply = <&vref_reg>;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user