Skip to content

Commit 86e4cc2

Browse files
dlechnunojsa
authored andcommitted
arch: arm: dts: ad7944: remove unnecessary voltage specs
Remove unnecessary voltage specs from regulators that are just supplying power. This is just noise in the .dts since the values are not read. Signed-off-by: David Lechner <dlechner@baylibre.com>
1 parent 4e7e996 commit 86e4cc2

File tree

3 files changed

+0
-18
lines changed

3 files changed

+0
-18
lines changed

arch/arm/boot/dts/xilinx/zynq-zed-adv7511-ad7944.dts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@
2121
eval_u3: eval-board-u3-regulator {
2222
compatible = "regulator-fixed";
2323
regulator-name = "EVAL +2.5V supply (U3)";
24-
regulator-min-microvolt = <2500000>;
25-
regulator-max-microvolt = <2500000>;
2624
regulator-always-on;
2725
};
2826

@@ -37,16 +35,12 @@
3735
eval_u10: eval-board-u10-regulator {
3836
compatible = "regulator-fixed";
3937
regulator-name = "EVAL +5V supply (U10)";
40-
regulator-min-microvolt = <5000000>;
41-
regulator-max-microvolt = <5000000>;
4238
regulator-always-on;
4339
};
4440

4541
eval_u12: eval-board-u12-regulator {
4642
compatible = "regulator-fixed";
4743
regulator-name = "EVAL +2.5V supply (U12)";
48-
regulator-min-microvolt = <2500000>;
49-
regulator-max-microvolt = <2500000>;
5044
regulator-always-on;
5145
};
5246
};

arch/arm/boot/dts/xilinx/zynq-zed-adv7511-ad7985.dts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@
2121
eval_u3: eval-board-u3-regulator {
2222
compatible = "regulator-fixed";
2323
regulator-name = "EVAL +2.5V supply (U3)";
24-
regulator-min-microvolt = <2500000>;
25-
regulator-max-microvolt = <2500000>;
2624
regulator-always-on;
2725
};
2826

@@ -37,16 +35,12 @@
3735
eval_u10: eval-board-u10-regulator {
3836
compatible = "regulator-fixed";
3937
regulator-name = "EVAL +5V supply (U10)";
40-
regulator-min-microvolt = <5000000>;
41-
regulator-max-microvolt = <5000000>;
4238
regulator-always-on;
4339
};
4440

4541
eval_u12: eval-board-u12-regulator {
4642
compatible = "regulator-fixed";
4743
regulator-name = "EVAL +2.5V supply (U12)";
48-
regulator-min-microvolt = <2500000>;
49-
regulator-max-microvolt = <2500000>;
5044
regulator-always-on;
5145
};
5246
};

arch/arm/boot/dts/xilinx/zynq-zed-adv7511-ad7986.dts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@
2121
eval_u3: eval-board-u3-regulator {
2222
compatible = "regulator-fixed";
2323
regulator-name = "EVAL +2.5V supply (U3)";
24-
regulator-min-microvolt = <2500000>;
25-
regulator-max-microvolt = <2500000>;
2624
regulator-always-on;
2725
};
2826

@@ -37,16 +35,12 @@
3735
eval_u10: eval-board-u10-regulator {
3836
compatible = "regulator-fixed";
3937
regulator-name = "EVAL +5V supply (U10)";
40-
regulator-min-microvolt = <5000000>;
41-
regulator-max-microvolt = <5000000>;
4238
regulator-always-on;
4339
};
4440

4541
eval_u12: eval-board-u12-regulator {
4642
compatible = "regulator-fixed";
4743
regulator-name = "EVAL +2.5V supply (U12)";
48-
regulator-min-microvolt = <2500000>;
49-
regulator-max-microvolt = <2500000>;
5044
regulator-always-on;
5145
};
5246
};

0 commit comments

Comments
 (0)