diff mbox

[6/6] ARM: dts: n900: Rename isp1704 to isp1707 to match correct name

Message ID 1456054103-19551-7-git-send-email-pali.rohar@gmail.com (mailing list archive)
State New, archived
Headers show

Commit Message

Pali Rohár Feb. 21, 2016, 11:28 a.m. UTC
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>
---
 arch/arm/boot/dts/omap3-n900.dts |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Comments

Tony Lindgren Feb. 22, 2016, 7:06 p.m. UTC | #1
* Pavel Machek <pavel@ucw.cz> [160221 06:05]:
> On Sun 2016-02-21 12:28:23, Pali Rohár wrote:
> > This change does not break existing userspace or Maemo software because
> > isp1704_charger.c always export power supply device under isp1704 name.
> 
> ..exports..
> 
> > Signed-off-by: Pali Rohár <pali.rohar@gmail.com>
> 
> 4,5,6: Acked-by: Pavel Machek <pavel@ucw.cz>

Ack for this one to get merged along with the driver changes:

Acked-by: Tony Lindgren <tony@atomide.com>

Regards,

Tony
--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Sebastian Reichel Feb. 23, 2016, 2:29 a.m. UTC | #2
Hi,

On Mon, Feb 22, 2016 at 11:06:50AM -0800, Tony Lindgren wrote:
> * Pavel Machek <pavel@ucw.cz> [160221 06:05]:
> > On Sun 2016-02-21 12:28:23, Pali Rohár wrote:
> > > This change does not break existing userspace or Maemo software because
> > > isp1704_charger.c always export power supply device under isp1704 name.
> > 
> > ..exports..
> > 
> > > Signed-off-by: Pali Rohár <pali.rohar@gmail.com>
> > 
> > 4,5,6: Acked-by: Pavel Machek <pavel@ucw.cz>
> 
> Ack for this one to get merged along with the driver changes:
> 
> Acked-by: Tony Lindgren <tony@atomide.com>

Ok, done.

-- Sebastian
diff mbox

Patch

diff --git a/arch/arm/boot/dts/omap3-n900.dts b/arch/arm/boot/dts/omap3-n900.dts
index 82df643..e0443cd 100644
--- a/arch/arm/boot/dts/omap3-n900.dts
+++ b/arch/arm/boot/dts/omap3-n900.dts
@@ -107,8 +107,8 @@ 
 		};
 	};
 
-	isp1704: isp1704 {
-		compatible = "nxp,isp1704";
+	isp1707: isp1707 {
+		compatible = "nxp,isp1707";
 		nxp,enable-gpio = <&gpio3 3 GPIO_ACTIVE_HIGH>;
 		usb-phy = <&usb2_phy>;
 	};
@@ -735,7 +735,7 @@ 
 		ti,termination-current = <100>;
 		ti,resistor-sense = <68>;
 
-		ti,usb-charger-detection = <&isp1704>;
+		ti,usb-charger-detection = <&isp1707>;
 	};
 };