mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2024-12-29 17:23:36 +00:00
ARM: dts: imx51-zii-rdu1: Add missing #phy-cells to usb-nop-xceiv
Commit 915fbe59cb
("ARM: dts: imx: Add missing #phy-cells to
usb-nop-xceiv") missed to update imx51-zii-rdu1.dts probably due to a
merge timing issue, so add #phy-cells here too.
Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
This commit is contained in:
parent
2d30369bcc
commit
d745d5f277
@ -271,6 +271,7 @@ usbh1phy: usbphy1 {
|
|||||||
clock-names = "main_clk";
|
clock-names = "main_clk";
|
||||||
reset-gpios = <&gpio4 8 GPIO_ACTIVE_LOW>;
|
reset-gpios = <&gpio4 8 GPIO_ACTIVE_LOW>;
|
||||||
vcc-supply = <&vusb_reg>;
|
vcc-supply = <&vusb_reg>;
|
||||||
|
#phy-cells = <0>;
|
||||||
};
|
};
|
||||||
|
|
||||||
usbh2phy: usbphy2 {
|
usbh2phy: usbphy2 {
|
||||||
@ -281,6 +282,7 @@ usbh2phy: usbphy2 {
|
|||||||
clock-names = "main_clk";
|
clock-names = "main_clk";
|
||||||
reset-gpios = <&gpio4 7 GPIO_ACTIVE_LOW>;
|
reset-gpios = <&gpio4 7 GPIO_ACTIVE_LOW>;
|
||||||
vcc-supply = <&vusb_reg>;
|
vcc-supply = <&vusb_reg>;
|
||||||
|
#phy-cells = <0>;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user