summaryrefslogtreecommitdiff
path: root/arch/arm64/boot/dts/renesas/r8a77951-salvator-x.dts
diff options
context:
space:
mode:
authorGeert Uytterhoeven <geert+renesas@glider.be>2021-06-07 20:39:04 +0300
committerGeert Uytterhoeven <geert+renesas@glider.be>2021-07-19 11:51:34 +0300
commitd18fb00dd0885d547ca67eab88f72e4cc382a4e5 (patch)
treeacc7bdaf5c116def7112b810359311d298e204cc /arch/arm64/boot/dts/renesas/r8a77951-salvator-x.dts
parent90a4ee4ba5cf5aae491bae4ad6fe75e05d28cc22 (diff)
downloadlinux-d18fb00dd0885d547ca67eab88f72e4cc382a4e5.tar.xz
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-x.dts')
-rw-r--r--arch/arm64/boot/dts/renesas/r8a77951-salvator-x.dts22
1 files changed, 0 insertions, 22 deletions
diff --git a/arch/arm64/boot/dts/renesas/r8a77951-salvator-x.dts b/arch/arm64/boot/dts/renesas/r8a77951-salvator-x.dts
index 74de36703bc0..d8e655ba81bd 100644
--- a/arch/arm64/boot/dts/renesas/r8a77951-salvator-x.dts
+++ b/arch/arm64/boot/dts/renesas/r8a77951-salvator-x.dts
@@ -47,25 +47,3 @@
clock-names = "du.0", "du.1", "du.2", "du.3",
"dclkin.0", "dclkin.1", "dclkin.2", "dclkin.3";
};
-
-&ehci2 {
- status = "okay";
-};
-
-&ohci2 {
- status = "okay";
-};
-
-&pfc {
- usb2_pins: usb2 {
- groups = "usb2";
- function = "usb2";
- };
-};
-
-&usb2_phy2 {
- pinctrl-0 = <&usb2_pins>;
- pinctrl-names = "default";
-
- status = "okay";
-};