Skip to content

Commit

Permalink
dts: zynq pluto|m2k: Update ADM1177 compatible to adi,adm1177-iio
Browse files Browse the repository at this point in the history
This will make sure we use the ADM1177 IIO and not the HWMON driver.

Signed-off-by: Michael Hennerich <[email protected]>
  • Loading branch information
mhennerich authored and nunojsa committed Aug 12, 2021
1 parent 127c862 commit 4b05d6d
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/zynq-m2k-reva.dts
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@
};

current_limiter: current_limiter@5a {
compatible = "adi,adm1177";
compatible = "adi,adm1177-iio";
reg = <0x5a>;
adi,r-sense-mohm = <50>; /* 50 mOhm */
adi,shutdown-threshold-ma = <1200>; /* 1.200 A */
Expand Down
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/zynq-pluto-sdr-revb.dts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

&axi_i2c0 {
current_limiter@5a {
compatible = "adi,adm1177";
compatible = "adi,adm1177-iio";
reg = <0x5a>;
adi,r-sense-mohm = <50>; /* 50 mOhm */
adi,shutdown-threshold-ma = <1059>; /* 1.059 A */
Expand Down
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/zynq-pluto-sdr.dts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

&axi_i2c0 {
current_limiter@5a {
compatible = "adi,adm1177";
compatible = "adi,adm1177-iio";
reg = <0x5a>;
adi,r-sense-mohm = <50>; /* 50 mOhm */
adi,shutdown-threshold-ma = <1059>; /* 1.059 A */
Expand Down
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/zynq-zed-adv7511-m2k-revb.dts
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@
};

current_limiter@5a {
compatible = "adi,adm1177";
compatible = "adi,adm1177-iio";
reg = <0x5a>;
adi,r-sense-mohm = <100>; /* 100 mOhm */
adi,shutdown-threshold-ma = <1059>; /* 1.059 A */
Expand Down
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/zynq-zed-adv7511-m2k-revc.dts
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@
};

current_limiter@5a {
compatible = "adi,adm1177";
compatible = "adi,adm1177-iio";
reg = <0x5a>;
adi,r-sense-mohm = <100>; /* 100 mOhm */
adi,shutdown-threshold-ma = <1059>; /* 1.059 A */
Expand Down

0 comments on commit 4b05d6d

Please sign in to comment.