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>
This commit is contained in:
Andrew Davis
2023-08-02 10:33:28 -05:00
committed by Arnd Bergmann
parent 08fcaae1dc
commit 0f0dbf5648

View File

@@ -71,7 +71,6 @@
compatible = "regulator-fixed";
regulator-name = "USB VBUS output";
regulator-type = "voltage";
regulator-min-microvolt = <5000000>;
regulator-max-microvolt = <5000000>;