Skip to content

Commit 4310a37

Browse files
committed
arm64: zynqmp: Remove ina260 IIO description
Kernel has only hwmon driver that's why there is no reason to wire iio to hwmon converter which was describing out of tree ina260 IIO. Signed-off-by: Michal Simek <michal.simek@amd.com> Link: https://lore.kernel.org/r/7e57f76deca9e73be3fcb914aed119f567c9bf8a.1765785722.git.michal.simek@amd.com
1 parent e06a177 commit 4310a37

5 files changed

Lines changed: 0 additions & 30 deletions

File tree

arch/arm64/boot/dts/xilinx/zynqmp-sck-kd-g-revA.dtso

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,6 @@
2626
ethernet0 = "/axi/ethernet@ff0c0000"; /* &gem1 */
2727
};
2828

29-
ina260-u3 {
30-
compatible = "iio-hwmon";
31-
io-channels = <&u3 0>, <&u3 1>, <&u3 2>;
32-
};
33-
3429
clk_26: clock2 { /* u17 - USB */
3530
compatible = "fixed-clock";
3631
#clock-cells = <0>;
@@ -67,7 +62,6 @@
6762

6863
u3: ina260@40 { /* u3 */
6964
compatible = "ti,ina260";
70-
#io-channel-cells = <1>;
7165
label = "ina260-u14";
7266
reg = <0x40>;
7367
};

arch/arm64/boot/dts/xilinx/zynqmp-sck-kr-g-revA.dtso

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,6 @@
2525
ethernet1 = "/axi/ethernet@ff0c0000"; /* &gem1 */
2626
};
2727

28-
ina260-u14 {
29-
compatible = "iio-hwmon";
30-
io-channels = <&u14 0>, <&u14 1>, <&u14 2>;
31-
};
32-
3328
clk_27: clock0 { /* u86 - DP */
3429
compatible = "fixed-clock";
3530
#clock-cells = <0>;
@@ -95,7 +90,6 @@
9590

9691
u14: ina260@40 { /* u14 */
9792
compatible = "ti,ina260";
98-
#io-channel-cells = <1>;
9993
label = "ina260-u14";
10094
reg = <0x40>;
10195
};

arch/arm64/boot/dts/xilinx/zynqmp-sck-kr-g-revB.dtso

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,6 @@
2525
ethernet1 = "/axi/ethernet@ff0c0000"; /* &gem1 */
2626
};
2727

28-
ina260-u14 {
29-
compatible = "iio-hwmon";
30-
io-channels = <&u14 0>, <&u14 1>, <&u14 2>;
31-
};
32-
3328
clk_125: clock0 { /* u87 - GEM0/1 */
3429
compatible = "fixed-clock";
3530
#clock-cells = <0>;
@@ -96,7 +91,6 @@
9691

9792
u14: ina260@40 { /* u14 */
9893
compatible = "ti,ina260";
99-
#io-channel-cells = <1>;
10094
label = "ina260-u14";
10195
reg = <0x40>;
10296
};

arch/arm64/boot/dts/xilinx/zynqmp-sck-kv-g-revA.dtso

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,6 @@
3232
ethernet0 = "/axi/ethernet@ff0e0000"; /* &gem3 */
3333
};
3434

35-
ina260-u14 {
36-
compatible = "iio-hwmon";
37-
io-channels = <&u14 0>, <&u14 1>, <&u14 2>;
38-
};
39-
4035
si5332_0: si5332-0 { /* u17 */
4136
compatible = "fixed-clock";
4237
#clock-cells = <0>;
@@ -96,7 +91,6 @@
9691

9792
u14: ina260@40 { /* u14 */
9893
compatible = "ti,ina260";
99-
#io-channel-cells = <1>;
10094
label = "ina260-u14";
10195
reg = <0x40>;
10296
};

arch/arm64/boot/dts/xilinx/zynqmp-sck-kv-g-revB.dtso

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,6 @@
2727
ethernet0 = "/axi/ethernet@ff0e0000"; /* &gem3 */
2828
};
2929

30-
ina260-u14 {
31-
compatible = "iio-hwmon";
32-
io-channels = <&u14 0>, <&u14 1>, <&u14 2>;
33-
};
34-
3530
si5332_0: si5332-0 { /* u17 */
3631
compatible = "fixed-clock";
3732
#clock-cells = <0>;
@@ -92,7 +87,6 @@
9287

9388
u14: ina260@40 { /* u14 */
9489
compatible = "ti,ina260";
95-
#io-channel-cells = <1>;
9690
label = "ina260-u14";
9791
reg = <0x40>;
9892
};

0 commit comments

Comments
 (0)