ARM: dts: nspire: Fix vbus_reg node to conform with DT binding
authorAndrew Davis <afd@ti.com>
Wed, 2 Aug 2023 15:33:28 +0000 (10:33 -0500)
committerArnd Bergmann <arnd@arndb.de>
Sat, 12 Aug 2023 09:45:58 +0000 (11:45 +0200)
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>
arch/arm/boot/dts/nspire/nspire.dtsi

index f979b28..9587e1e 100644 (file)
@@ -71,7 +71,6 @@
                compatible = "regulator-fixed";
 
                regulator-name = "USB VBUS output";
-               regulator-type = "voltage";
 
                regulator-min-microvolt = <5000000>;
                regulator-max-microvolt = <5000000>;