]> git.karo-electronics.de Git - linux-beck.git/commitdiff
ARM: dts: n900: Rename isp1704 to isp1707 to match correct name
authorPali Rohár <pali.rohar@gmail.com>
Sun, 21 Feb 2016 11:28:23 +0000 (12:28 +0100)
committerSebastian Reichel <sre@kernel.org>
Tue, 23 Feb 2016 02:25:54 +0000 (03:25 +0100)
This change does not break existing userspace or Maemo software because
isp1704_charger.c always export power supply device under isp1704 name.

Signed-off-by: Pali Rohár <pali.rohar@gmail.com>
Acked-by: Pavel Machek <pavel@ucw.cz>
Acked-by: Tony Lindgren <tony@atomide.com>
Signed-off-by: Sebastian Reichel <sre@kernel.org>
arch/arm/boot/dts/omap3-n900.dts

index 74d8f7eb556399e489eaebc7e754a4515a96f57f..e3bdcf819643eededad95cb6bdd76b97563d187c 100644 (file)
                };
        };
 
-       isp1704: isp1704 {
-               compatible = "nxp,isp1704";
+       isp1707: isp1707 {
+               compatible = "nxp,isp1707";
                nxp,enable-gpio = <&gpio3 3 GPIO_ACTIVE_HIGH>;
                usb-phy = <&usb2_phy>;
        };
                ti,termination-current = <100>;
                ti,resistor-sense = <68>;
 
-               ti,usb-charger-detection = <&isp1704>;
+               ti,usb-charger-detection = <&isp1707>;
        };
 };