Skip to content

Commit 0f0dbf5

Browse files
glneoarndb
authored andcommitted
ARM: dts: nspire: Fix vbus_reg node to conform with DT binding
This node does not follow the DT binding schema, correct this. All "regulator-fixed" are voltage type, so drop "regulator-type". Should result in no functional change. Signed-off-by: Andrew Davis <afd@ti.com> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
1 parent 08fcaae commit 0f0dbf5

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

arch/arm/boot/dts/nspire/nspire.dtsi

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,6 @@
7171
compatible = "regulator-fixed";
7272

7373
regulator-name = "USB VBUS output";
74-
regulator-type = "voltage";
7574

7675
regulator-min-microvolt = <5000000>;
7776
regulator-max-microvolt = <5000000>;

0 commit comments

Comments
 (0)