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

Commit 54ef95d5 authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "ARM: dts: msm: Add Gen2 Tx Compliance tuning property for Kona"

parents 655002c2 fc3f12eb
Loading
Loading
Loading
Loading
+8 −0
Original line number Original line Diff line number Diff line
@@ -112,6 +112,14 @@ Optional properties:
			When just one value, which means INCRX burst mode enabled. When
			When just one value, which means INCRX burst mode enabled. When
			more than one value, which means undefined length INCR burst type
			more than one value, which means undefined length INCR burst type
			enabled. The values can be 1, 4, 8, 16, 32, 64, 128 and 256.
			enabled. The values can be 1, 4, 8, 16, 32, 64, 128 and 256.
 - snps,gen2-tx-de-emph: This register is for setting TX deemphasis used in
			normal operation in gen2.
 - snps,gen2-tx-de-emph1: This register is for setting TX deemphasis used in
			compliance mode, pattern 13.
 - snps,gen2-tx-de-emph2: This register is for setting TX deemphasis used in
			compliance mode, pattern 14.
 - snps,gen2-tx-de-emph3: This register is for setting TX deemphasis used in
			compliance mode, pattern 16.


 - in addition all properties from usb-xhci.txt from the current directory are
 - in addition all properties from usb-xhci.txt from the current directory are
   supported as well
   supported as well
+2 −2
Original line number Original line Diff line number Diff line
@@ -81,7 +81,7 @@


		dwc0: dwc3@a600000 {
		dwc0: dwc3@a600000 {
			compatible = "snps,dwc3";
			compatible = "snps,dwc3";
			reg = <0x0a600000 0xcd00>;
			reg = <0x0a600000 0xd93c>;
			interrupts = <GIC_SPI 133 IRQ_TYPE_LEVEL_HIGH>;
			interrupts = <GIC_SPI 133 IRQ_TYPE_LEVEL_HIGH>;
			usb-phy = <&usb2_phy0>, <&usb_qmp_dp_phy>;
			usb-phy = <&usb2_phy0>, <&usb_qmp_dp_phy>;
			linux,sysdev_is_parent;
			linux,sysdev_is_parent;
@@ -416,7 +416,7 @@


		dwc1: dwc3@a800000 {
		dwc1: dwc3@a800000 {
			compatible = "snps,dwc3";
			compatible = "snps,dwc3";
			reg = <0xa800000 0xcd00>;
			reg = <0xa800000 0xd93c>;
			interrupts = <GIC_SPI 138 IRQ_TYPE_LEVEL_HIGH>;
			interrupts = <GIC_SPI 138 IRQ_TYPE_LEVEL_HIGH>;
			usb-phy = <&usb2_phy1>, <&usb_qmp_phy>;
			usb-phy = <&usb2_phy1>, <&usb_qmp_phy>;
			linux,sysdev_is_parent;
			linux,sysdev_is_parent;