Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1338936

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

From Pali Rohár <pali.rohar@gmail.com>
Newsgroups linux.kernel
Subject [PATCH 6/6] ARM: dts: n900: Rename isp1704 to isp1707 to match correct name
Date 2016-02-21 19:30 +0100
Message-ID <r4GiS-12G-5@gated-at.bofh.it> (permalink)
References <r4GiS-12G-3@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


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(-)

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>;
 	};
 };
 
-- 
1.7.9.5

Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

[PATCH 0/6] Small fixes for Nokia N900 power supply drivers Pali Rohár <pali.rohar@gmail.com> - 2016-02-21 19:20 +0100
  Re: [PATCH 3/6] power_supply: bq2415x_charger: Do not add acpi  modalias when CONFIG_ACPI is not enabled Pavel Machek <pavel@ucw.cz> - 2016-02-21 19:20 +0100
  Re: [PATCH 1/6] power_supply: isp1704_charger: Error messages when  probe fail Pavel Machek <pavel@ucw.cz> - 2016-02-21 19:30 +0100
  [PATCH 6/6] ARM: dts: n900: Rename isp1704 to isp1707 to match correct name Pali Rohár <pali.rohar@gmail.com> - 2016-02-21 19:30 +0100
  [PATCH 5/6] power_supply: bq27xxx_battery: Add of modalias and match table when CONFIG_OF is enabled Pali Rohár <pali.rohar@gmail.com> - 2016-02-21 19:40 +0100
  [PATCH 1/6] power_supply: isp1704_charger: Error messages when probe fail Pali Rohár <pali.rohar@gmail.com> - 2016-02-21 19:40 +0100
  [PATCH 3/6] power_supply: bq2415x_charger: Do not add acpi modalias when CONFIG_ACPI is not enabled Pali Rohár <pali.rohar@gmail.com> - 2016-02-21 19:50 +0100
  [PATCH 4/6] power_supply: bq2415x_charger: Add of modalias and match table when CONFIG_OF is enabled Pali Rohár <pali.rohar@gmail.com> - 2016-02-21 19:50 +0100
  Re: [PATCH 0/6] Small fixes for Nokia N900 power supply drivers Sebastian Reichel <sre@kernel.org> - 2016-02-21 20:50 +0100

csiph-web