Commit b950762c authored by Pali Rohár's avatar Pali Rohár Committed by Sebastian Reichel

ARM: dts: n900: Rename isp1704 to isp1707 to match correct name

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: default avatarPali Rohár <pali.rohar@gmail.com>
Acked-by: default avatarPavel Machek <pavel@ucw.cz>
Acked-by: default avatarTony Lindgren <tony@atomide.com>
Signed-off-by: default avatarSebastian Reichel <sre@kernel.org>
parent 7df3a746
...@@ -107,8 +107,8 @@ proximity_sensor { ...@@ -107,8 +107,8 @@ proximity_sensor {
}; };
}; };
isp1704: isp1704 { isp1707: isp1707 {
compatible = "nxp,isp1704"; compatible = "nxp,isp1707";
nxp,enable-gpio = <&gpio3 3 GPIO_ACTIVE_HIGH>; nxp,enable-gpio = <&gpio3 3 GPIO_ACTIVE_HIGH>;
usb-phy = <&usb2_phy>; usb-phy = <&usb2_phy>;
}; };
...@@ -618,7 +618,7 @@ bq24150a: bq24150a@6b { ...@@ -618,7 +618,7 @@ bq24150a: bq24150a@6b {
ti,termination-current = <100>; ti,termination-current = <100>;
ti,resistor-sense = <68>; ti,resistor-sense = <68>;
ti,usb-charger-detection = <&isp1704>; ti,usb-charger-detection = <&isp1707>;
}; };
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment