Commit f568f6f5 authored by Rob Herring's avatar Rob Herring Committed by Tony Lindgren

ARM: dts: omap: Add missing #phy-cells to usb-nop-xceiv

"usb-nop-xceiv" is using the phy binding, but is missing #phy-cells
property. This is probably because the binding was the precursor to the phy
binding.

Fixes the following warning in OMAP dts files:

Warning (phys_property): Missing property '#phy-cells' in node ...
Signed-off-by: default avatarRob Herring <robh@kernel.org>
Cc: "Benoît Cousson" <bcousson@baylibre.com>
Cc: Tony Lindgren <tony@atomide.com>
Cc: Enric Balletbo i Serra <eballetbo@gmail.com>
Cc: Javier Martinez Canillas <javier@dowhile0.org>
Cc: linux-omap@vger.kernel.org
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent 1ff516a4
...@@ -33,6 +33,7 @@ wl12xx_vmmc: wl12xx_vmmc { ...@@ -33,6 +33,7 @@ wl12xx_vmmc: wl12xx_vmmc {
hsusb2_phy: hsusb2_phy { hsusb2_phy: hsusb2_phy {
compatible = "usb-nop-xceiv"; compatible = "usb-nop-xceiv";
reset-gpios = <&gpio1 4 GPIO_ACTIVE_LOW>; /* gpio_4 */ reset-gpios = <&gpio1 4 GPIO_ACTIVE_LOW>; /* gpio_4 */
#phy-cells = <0>;
}; };
}; };
......
...@@ -90,6 +90,7 @@ hsusb2_phy: hsusb2_phy { ...@@ -90,6 +90,7 @@ hsusb2_phy: hsusb2_phy {
compatible = "usb-nop-xceiv"; compatible = "usb-nop-xceiv";
reset-gpios = <&gpio5 19 GPIO_ACTIVE_LOW>; /* gpio_147 */ reset-gpios = <&gpio5 19 GPIO_ACTIVE_LOW>; /* gpio_147 */
vcc-supply = <&hsusb2_power>; vcc-supply = <&hsusb2_power>;
#phy-cells = <0>;
}; };
tfp410: encoder0 { tfp410: encoder0 {
......
...@@ -64,6 +64,7 @@ hsusb2_phy: hsusb2_phy { ...@@ -64,6 +64,7 @@ hsusb2_phy: hsusb2_phy {
compatible = "usb-nop-xceiv"; compatible = "usb-nop-xceiv";
reset-gpios = <&gpio5 19 GPIO_ACTIVE_LOW>; /* gpio_147 */ reset-gpios = <&gpio5 19 GPIO_ACTIVE_LOW>; /* gpio_147 */
vcc-supply = <&hsusb2_power>; vcc-supply = <&hsusb2_power>;
#phy-cells = <0>;
}; };
sound { sound {
......
...@@ -42,12 +42,14 @@ hsusb2_power: hsusb2_power_reg { ...@@ -42,12 +42,14 @@ hsusb2_power: hsusb2_power_reg {
hsusb1_phy: hsusb1_phy { hsusb1_phy: hsusb1_phy {
compatible = "usb-nop-xceiv"; compatible = "usb-nop-xceiv";
vcc-supply = <&hsusb1_power>; vcc-supply = <&hsusb1_power>;
#phy-cells = <0>;
}; };
/* HS USB Host PHY on PORT 2 */ /* HS USB Host PHY on PORT 2 */
hsusb2_phy: hsusb2_phy { hsusb2_phy: hsusb2_phy {
compatible = "usb-nop-xceiv"; compatible = "usb-nop-xceiv";
vcc-supply = <&hsusb2_power>; vcc-supply = <&hsusb2_power>;
#phy-cells = <0>;
}; };
ads7846reg: ads7846-reg { ads7846reg: ads7846-reg {
......
...@@ -28,6 +28,7 @@ hsusb2_phy: hsusb2_phy { ...@@ -28,6 +28,7 @@ hsusb2_phy: hsusb2_phy {
compatible = "usb-nop-xceiv"; compatible = "usb-nop-xceiv";
reset-gpios = <&gpio1 21 GPIO_ACTIVE_LOW>; /* gpio_21 */ reset-gpios = <&gpio1 21 GPIO_ACTIVE_LOW>; /* gpio_21 */
vcc-supply = <&hsusb2_power>; vcc-supply = <&hsusb2_power>;
#phy-cells = <0>;
}; };
leds { leds {
......
...@@ -120,6 +120,7 @@ pwm11: dmtimer-pwm { ...@@ -120,6 +120,7 @@ pwm11: dmtimer-pwm {
hsusb2_phy: hsusb2_phy { hsusb2_phy: hsusb2_phy {
compatible = "usb-nop-xceiv"; compatible = "usb-nop-xceiv";
reset-gpios = <&gpio6 14 GPIO_ACTIVE_LOW>; reset-gpios = <&gpio6 14 GPIO_ACTIVE_LOW>;
#phy-cells = <0>;
}; };
tv0: connector { tv0: connector {
......
...@@ -58,6 +58,7 @@ hsusb1_phy: hsusb1_phy { ...@@ -58,6 +58,7 @@ hsusb1_phy: hsusb1_phy {
compatible = "usb-nop-xceiv"; compatible = "usb-nop-xceiv";
reset-gpios = <&gpio1 24 GPIO_ACTIVE_LOW>; /* gpio_24 */ reset-gpios = <&gpio1 24 GPIO_ACTIVE_LOW>; /* gpio_24 */
vcc-supply = <&hsusb1_power>; vcc-supply = <&hsusb1_power>;
#phy-cells = <0>;
}; };
tfp410: encoder { tfp410: encoder {
......
...@@ -37,6 +37,7 @@ user2 { ...@@ -37,6 +37,7 @@ user2 {
hsusb2_phy: hsusb2_phy { hsusb2_phy: hsusb2_phy {
compatible = "usb-nop-xceiv"; compatible = "usb-nop-xceiv";
reset-gpios = <&gpio2 22 GPIO_ACTIVE_LOW>; /* gpio_54 */ reset-gpios = <&gpio2 22 GPIO_ACTIVE_LOW>; /* gpio_54 */
#phy-cells = <0>;
}; };
}; };
......
...@@ -51,6 +51,7 @@ reg_vcc3: vcc3 { ...@@ -51,6 +51,7 @@ reg_vcc3: vcc3 {
hsusb1_phy: hsusb1_phy { hsusb1_phy: hsusb1_phy {
compatible = "usb-nop-xceiv"; compatible = "usb-nop-xceiv";
vcc-supply = <&reg_vcc3>; vcc-supply = <&reg_vcc3>;
#phy-cells = <0>;
}; };
}; };
......
...@@ -51,6 +51,7 @@ hsusb2_phy: hsusb2_phy { ...@@ -51,6 +51,7 @@ hsusb2_phy: hsusb2_phy {
compatible = "usb-nop-xceiv"; compatible = "usb-nop-xceiv";
reset-gpios = <&gpio6 23 GPIO_ACTIVE_LOW>; /* gpio_183 */ reset-gpios = <&gpio6 23 GPIO_ACTIVE_LOW>; /* gpio_183 */
vcc-supply = <&hsusb2_power>; vcc-supply = <&hsusb2_power>;
#phy-cells = <0>;
}; };
/* Regulator to trigger the nPoweron signal of the Wifi module */ /* Regulator to trigger the nPoweron signal of the Wifi module */
......
...@@ -205,6 +205,7 @@ hsusb2_phy: hsusb2_phy { ...@@ -205,6 +205,7 @@ hsusb2_phy: hsusb2_phy {
compatible = "usb-nop-xceiv"; compatible = "usb-nop-xceiv";
reset-gpios = <&gpio1 16 GPIO_ACTIVE_LOW>; /* GPIO_16 */ reset-gpios = <&gpio1 16 GPIO_ACTIVE_LOW>; /* GPIO_16 */
vcc-supply = <&vaux2>; vcc-supply = <&vaux2>;
#phy-cells = <0>;
}; };
/* HS USB Host VBUS supply /* HS USB Host VBUS supply
......
...@@ -46,6 +46,7 @@ hsusb2_phy: hsusb2_phy { ...@@ -46,6 +46,7 @@ hsusb2_phy: hsusb2_phy {
compatible = "usb-nop-xceiv"; compatible = "usb-nop-xceiv";
reset-gpios = <&gpio6 2 GPIO_ACTIVE_LOW>; /* gpio_162 */ reset-gpios = <&gpio6 2 GPIO_ACTIVE_LOW>; /* gpio_162 */
vcc-supply = <&hsusb2_power>; vcc-supply = <&hsusb2_power>;
#phy-cells = <0>;
}; };
sound { sound {
......
...@@ -73,6 +73,7 @@ hdmi_regulator: regulator-hdmi { ...@@ -73,6 +73,7 @@ hdmi_regulator: regulator-hdmi {
/* HS USB Host PHY on PORT 1 */ /* HS USB Host PHY on PORT 1 */
hsusb1_phy: hsusb1_phy { hsusb1_phy: hsusb1_phy {
compatible = "usb-nop-xceiv"; compatible = "usb-nop-xceiv";
#phy-cells = <0>;
}; };
/* LCD regulator from sw5 source */ /* LCD regulator from sw5 source */
......
...@@ -43,6 +43,7 @@ sound { ...@@ -43,6 +43,7 @@ sound {
hsusb1_phy: hsusb1_phy { hsusb1_phy: hsusb1_phy {
compatible = "usb-nop-xceiv"; compatible = "usb-nop-xceiv";
reset-gpios = <&gpio2 30 GPIO_ACTIVE_LOW>; /* gpio_62 */ reset-gpios = <&gpio2 30 GPIO_ACTIVE_LOW>; /* gpio_62 */
#phy-cells = <0>;
pinctrl-names = "default"; pinctrl-names = "default";
pinctrl-0 = <&hsusb1phy_pins>; pinctrl-0 = <&hsusb1phy_pins>;
......
...@@ -85,6 +85,7 @@ hsusb1_power: hsusb1_power_reg { ...@@ -85,6 +85,7 @@ hsusb1_power: hsusb1_power_reg {
hsusb1_phy: hsusb1_phy { hsusb1_phy: hsusb1_phy {
compatible = "usb-nop-xceiv"; compatible = "usb-nop-xceiv";
reset-gpios = <&gpio2 30 GPIO_ACTIVE_LOW>; /* gpio_62 */ reset-gpios = <&gpio2 30 GPIO_ACTIVE_LOW>; /* gpio_62 */
#phy-cells = <0>;
vcc-supply = <&hsusb1_power>; vcc-supply = <&hsusb1_power>;
clocks = <&auxclk3_ck>; clocks = <&auxclk3_ck>;
clock-names = "main_clk"; clock-names = "main_clk";
......
...@@ -44,6 +44,7 @@ &hsusbb1_phy_rst_pins ...@@ -44,6 +44,7 @@ &hsusbb1_phy_rst_pins
reset-gpios = <&gpio6 17 GPIO_ACTIVE_LOW>; /* gpio 177 */ reset-gpios = <&gpio6 17 GPIO_ACTIVE_LOW>; /* gpio 177 */
vcc-supply = <&vbat>; vcc-supply = <&vbat>;
#phy-cells = <0>;
clocks = <&auxclk3_ck>; clocks = <&auxclk3_ck>;
clock-names = "main_clk"; clock-names = "main_clk";
......
...@@ -69,12 +69,14 @@ hsusb2_phy: hsusb2_phy { ...@@ -69,12 +69,14 @@ hsusb2_phy: hsusb2_phy {
clocks = <&auxclk1_ck>; clocks = <&auxclk1_ck>;
clock-names = "main_clk"; clock-names = "main_clk";
clock-frequency = <19200000>; clock-frequency = <19200000>;
#phy-cells = <0>;
}; };
/* HS USB Host PHY on PORT 3 */ /* HS USB Host PHY on PORT 3 */
hsusb3_phy: hsusb3_phy { hsusb3_phy: hsusb3_phy {
compatible = "usb-nop-xceiv"; compatible = "usb-nop-xceiv";
reset-gpios = <&gpio3 15 GPIO_ACTIVE_LOW>; /* gpio3_79 ETH_NRESET */ reset-gpios = <&gpio3 15 GPIO_ACTIVE_LOW>; /* gpio3_79 ETH_NRESET */
#phy-cells = <0>;
}; };
tpd12s015: encoder { tpd12s015: encoder {
......
...@@ -62,12 +62,14 @@ ads7846reg: ads7846-reg { ...@@ -62,12 +62,14 @@ ads7846reg: ads7846-reg {
hsusb2_phy: hsusb2_phy { hsusb2_phy: hsusb2_phy {
compatible = "usb-nop-xceiv"; compatible = "usb-nop-xceiv";
reset-gpios = <&gpio3 12 GPIO_ACTIVE_LOW>; /* gpio3_76 HUB_RESET */ reset-gpios = <&gpio3 12 GPIO_ACTIVE_LOW>; /* gpio3_76 HUB_RESET */
#phy-cells = <0>;
}; };
/* HS USB Host PHY on PORT 3 */ /* HS USB Host PHY on PORT 3 */
hsusb3_phy: hsusb3_phy { hsusb3_phy: hsusb3_phy {
compatible = "usb-nop-xceiv"; compatible = "usb-nop-xceiv";
reset-gpios = <&gpio3 19 GPIO_ACTIVE_LOW>; /* gpio3_83 ETH_RESET */ reset-gpios = <&gpio3 19 GPIO_ACTIVE_LOW>; /* gpio3_83 ETH_RESET */
#phy-cells = <0>;
}; };
leds { leds {
......
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