Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1f744fd3 authored by Thomas Hebb's avatar Thomas Hebb Committed by Sebastian Hesselbarth
Browse files

ARM: dts: berlin: change BG2Q's USB PHY compatible



Currently, BG2Q shares a compatible with BG2. This is incorrect, since
BG2 and BG2Q use different USB PLL dividers. In reality, BG2Q shares a
divider with BG2CD. Change BG2Q's USB PHY compatible string to reflect
that.

Cc: <stable@vger.kernel.org> # v4.2.0-
Signed-off-by: default avatarThomas Hebb <tommyhebb@gmail.com>
Signed-off-by: default avatarSebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
parent 6ff33f39
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -152,7 +152,7 @@
		};

		usb_phy2: phy@a2f400 {
			compatible = "marvell,berlin2-usb-phy";
			compatible = "marvell,berlin2cd-usb-phy";
			reg = <0xa2f400 0x128>;
			#phy-cells = <0>;
			resets = <&chip_rst 0x104 14>;
@@ -170,7 +170,7 @@
		};

		usb_phy0: phy@b74000 {
			compatible = "marvell,berlin2-usb-phy";
			compatible = "marvell,berlin2cd-usb-phy";
			reg = <0xb74000 0x128>;
			#phy-cells = <0>;
			resets = <&chip_rst 0x104 12>;
@@ -178,7 +178,7 @@
		};

		usb_phy1: phy@b78000 {
			compatible = "marvell,berlin2-usb-phy";
			compatible = "marvell,berlin2cd-usb-phy";
			reg = <0xb78000 0x128>;
			#phy-cells = <0>;
			resets = <&chip_rst 0x104 13>;