summaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>2018-01-09 19:48:56 +0100
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2018-01-09 19:48:56 +0100
commit9836c09442c249b8e4f9646090d3259001cad432 (patch)
treef08575f5b7fdec1f3c07b7981912c96b59cee16c /arch
parentcf1fcd45be25e27092abaa15728c6f5f3f514521 (diff)
downloadlinux-stable-9836c09442c249b8e4f9646090d3259001cad432.tar.gz
linux-stable-9836c09442c249b8e4f9646090d3259001cad432.tar.bz2
linux-stable-9836c09442c249b8e4f9646090d3259001cad432.zip
Revert "ARM: dts: r7s72100: add USB device to device tree"
This reverts commit 8a99b6ad4da2f90969bb2ebb426c1d3dd0089fa4. Geert doesn't want it going in through the USB tree, ok, whatever... Cc: Chris Brandt <chris.brandt@renesas.com> Reported-by: Geert Uytterhoeven <geert+renesas@glider.be> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/boot/dts/r7s72100.dtsi20
1 files changed, 0 insertions, 20 deletions
diff --git a/arch/arm/boot/dts/r7s72100.dtsi b/arch/arm/boot/dts/r7s72100.dtsi
index bd6366d1800b..ab9645a42eca 100644
--- a/arch/arm/boot/dts/r7s72100.dtsi
+++ b/arch/arm/boot/dts/r7s72100.dtsi
@@ -667,24 +667,4 @@
power-domains = <&cpg_clocks>;
status = "disabled";
};
-
- usbhs0: usb@e8010000 {
- compatible = "renesas,usbhs-r7s72100", "renesas,rza1-usbhs";
- reg = <0xe8010000 0x1a0>;
- interrupts = <GIC_SPI 41 IRQ_TYPE_LEVEL_HIGH>;
- clocks = <&mstp7_clks R7S72100_CLK_USB0>;
- renesas,buswait = <4>;
- power-domains = <&cpg_clocks>;
- status = "disabled";
- };
-
- usbhs1: usb@e8207000 {
- compatible = "renesas,usbhs-r7s72100", "renesas,rza1-usbhs";
- reg = <0xe8207000 0x1a0>;
- interrupts = <GIC_SPI 42 IRQ_TYPE_LEVEL_HIGH>;
- clocks = <&mstp7_clks R7S72100_CLK_USB1>;
- renesas,buswait = <4>;
- power-domains = <&cpg_clocks>;
- status = "disabled";
- };
};