Commit 73de4b88 authored by Yoshihiro Shimoda's avatar Yoshihiro Shimoda Committed by Simon Horman

arm64: dts: renesas: salvator-common: add pfc node for USB3.0 channel 0

Since a R-Car Gen3 bootloader enables the PFC of USB3.0 channel 0,
the USB3.0 host controller works without this setting on the kernel.
But, this setting should have salvator-common.dtsi. So, this patch
adds the pfc node for USB3.0 channel 0.
Signed-off-by: default avatarYoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
Reviewed-by: default avatarGeert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: default avatarSimon Horman <horms+renesas@verge.net.au>
parent 1a48290e
...@@ -485,6 +485,11 @@ pwen { ...@@ -485,6 +485,11 @@ pwen {
bias-pull-down; bias-pull-down;
}; };
}; };
usb30_pins: usb30 {
groups = "usb30";
function = "usb30";
};
}; };
&pwm1 { &pwm1 {
...@@ -620,5 +625,8 @@ &wdt0 { ...@@ -620,5 +625,8 @@ &wdt0 {
}; };
&xhci0 { &xhci0 {
pinctrl-0 = <&usb30_pins>;
pinctrl-names = "default";
status = "okay"; status = "okay";
}; };
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