summaryrefslogtreecommitdiff
path: root/arch/arm64/boot/dts/renesas/r8a77951-salvator-xs.dts
diff options
context:
space:
mode:
authorGeert Uytterhoeven <geert+renesas@glider.be>2021-06-07 19:39:04 +0200
committerGeert Uytterhoeven <geert+renesas@glider.be>2021-07-19 10:51:34 +0200
commitd18fb00dd0885d547ca67eab88f72e4cc382a4e5 (patch)
treeacc7bdaf5c116def7112b810359311d298e204cc /arch/arm64/boot/dts/renesas/r8a77951-salvator-xs.dts
parent90a4ee4ba5cf5aae491bae4ad6fe75e05d28cc22 (diff)
arm64: dts: renesas: salvator-x(s): Factor out USB ch2 parts
Move the common parts related to the third USB2 interface on Salvator-X(S) boards to salvator-common.dtsi, to reduce current and avoid future duplication of board descriptions. As this interface is not present on all SoCs that can be found on Salvator-X(S), but only on R-Car H3, its descriptions are protected by the preprocessor symbol SOC_HAS_USB2_CH2, defined in r8a77951.dtsi. Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> Reviewed-by: Niklas Söderlund <niklas.soderlund+renesas@ragnatech.se> Link: https://lore.kernel.org/r/ebc434502fc899b1f9d9640f560c3eaab6bb0927.1623087028.git.geert+renesas@glider.be
Diffstat (limited to 'arch/arm64/boot/dts/renesas/r8a77951-salvator-xs.dts')
-rw-r--r--arch/arm64/boot/dts/renesas/r8a77951-salvator-xs.dts20
1 files changed, 0 insertions, 20 deletions
diff --git a/arch/arm64/boot/dts/renesas/r8a77951-salvator-xs.dts b/arch/arm64/boot/dts/renesas/r8a77951-salvator-xs.dts
index e9d421d7fcbb..bdea6f84ddb5 100644
--- a/arch/arm64/boot/dts/renesas/r8a77951-salvator-xs.dts
+++ b/arch/arm64/boot/dts/renesas/r8a77951-salvator-xs.dts
@@ -48,10 +48,6 @@
"dclkin.0", "dclkin.1", "dclkin.2", "dclkin.3";
};
-&ehci2 {
- status = "okay";
-};
-
&ehci3 {
dr_mode = "otg";
status = "okay";
@@ -62,21 +58,12 @@
status = "okay";
};
-&ohci2 {
- status = "okay";
-};
-
&ohci3 {
dr_mode = "otg";
status = "okay";
};
&pfc {
- usb2_pins: usb2 {
- groups = "usb2";
- function = "usb2";
- };
-
/*
* - On Salvator-X[S], GP6_3[01] are connected to ADV7482 as irq pins
* (when SW31 is the default setting on Salvator-XS).
@@ -95,13 +82,6 @@
};
};
-&usb2_phy2 {
- pinctrl-0 = <&usb2_pins>;
- pinctrl-names = "default";
-
- status = "okay";
-};
-
&usb2_phy3 {
pinctrl-0 = <&usb2_ch3_pins>;
pinctrl-names = "default";