diff options
author | Aaro Koskinen <aaro.koskinen@iki.fi> | 2016-06-05 00:18:18 +0300 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2016-08-02 14:00:16 +0200 |
commit | 86bee12f88ac466af718eb26739f5671fdc7cf18 (patch) | |
tree | 0a02497f5cf339a406c844610ae05ca6995ad351 /arch/mips/boot | |
parent | 15f37e1588920e010f20b53f04af94e91b8ee714 (diff) | |
download | linux-stable-86bee12f88ac466af718eb26739f5671fdc7cf18.tar.gz linux-stable-86bee12f88ac466af718eb26739f5671fdc7cf18.tar.bz2 linux-stable-86bee12f88ac466af718eb26739f5671fdc7cf18.zip |
MIPS: Octeon: Delete built-in DTB pruning code for D-Link DSR-1000N.
Users will get more complete functionality by using the appended DTB,
so delete the legacy booting support for this board.
Signed-off-by: Aaro Koskinen <aaro.koskinen@iki.fi>
Cc: linux-mips@linux-mips.org
Cc: devicetree@vger.kernel.org
Cc: linux-kernel@vger.kernel.org
Patchwork: https://patchwork.linux-mips.org/patch/13464/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/boot')
-rw-r--r-- | arch/mips/boot/dts/cavium-octeon/octeon_3xxx.dts | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/arch/mips/boot/dts/cavium-octeon/octeon_3xxx.dts b/arch/mips/boot/dts/cavium-octeon/octeon_3xxx.dts index de61f02d3ef6..ca6b4467bcd3 100644 --- a/arch/mips/boot/dts/cavium-octeon/octeon_3xxx.dts +++ b/arch/mips/boot/dts/cavium-octeon/octeon_3xxx.dts @@ -388,16 +388,4 @@ usbn = &usbn; led0 = &led0; }; - - dsr1000n-leds { - compatible = "gpio-leds"; - usb1 { - label = "usb1"; - gpios = <&gpio 9 1>; /* Active low */ - }; - usb2 { - label = "usb2"; - gpios = <&gpio 10 1>; /* Active low */ - }; - }; }; |