]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
ARM: dts: axp209: Rename usb_power_supply node to avoid warnings
authorMaxime Ripard <maxime.ripard@free-electrons.com>
Thu, 5 Oct 2017 10:49:37 +0000 (12:49 +0200)
committerMaxime Ripard <maxime.ripard@free-electrons.com>
Fri, 6 Oct 2017 08:27:23 +0000 (10:27 +0200)
The USB power supply node in the AXP209 DTSI is using underscores in its
node name, which is generating a warning. Change those underscores for
hyphens.

Acked-by: Chen-Yu Tsai <wens@csie.org>
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
arch/arm/boot/dts/axp209.dtsi

index 3c8fa26e87b70c71d0bdb3e10d8b9f3219c1f130..897103e0a79bf3b4be99d8b8f2a8a48bb0b22672 100644 (file)
@@ -107,7 +107,7 @@ reg_ldo5: ldo5 {
                };
        };
 
-       usb_power_supply: usb_power_supply {
+       usb_power_supply: usb-power-supply {
                compatible = "x-powers,axp202-usb-power-supply";
                status = "disabled";
        };