ARM: shmobile: lager: enable USB PHY
Enable USB PHY device for the Lager board. Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com> Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
This commit is contained in:
parent
e089f6578f
commit
6742cafb6f
|
@ -472,6 +472,10 @@
|
||||||
pinctrl-names = "default";
|
pinctrl-names = "default";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
&usbphy {
|
||||||
|
status = "okay";
|
||||||
|
};
|
||||||
|
|
||||||
/* composite video input */
|
/* composite video input */
|
||||||
&vin1 {
|
&vin1 {
|
||||||
pinctrl-0 = <&vin1_pins>;
|
pinctrl-0 = <&vin1_pins>;
|
||||||
|
|
Loading…
Reference in New Issue