ramips: reorganize DTSI files for D-Link DIR-8xx
* Remove micro-DTSI mt7621_dlink_dir-882-x1.dtsi to ease reading
config without too much inheritance
* Use "separate" partitioning DTSIs so we can use the partitioning
without a complete match on the other settings (i.e. without the
former parent DTSI)
* Rename files to express the new organization
Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
(cherry picked from commit 2001c0ca9f)
This commit is contained in:
parent
481c283de7
commit
ce7dfc8bd6
@ -1,6 +1,7 @@
|
||||
// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
|
||||
|
||||
#include "mt7621_dlink_dir-8xx-a1.dtsi"
|
||||
#include "mt7621_dlink_dir-8xx.dtsi"
|
||||
#include "mt7621_dlink_flash-16m-a1.dtsi"
|
||||
|
||||
/ {
|
||||
compatible = "dlink,dir-867-a1", "mediatek,mt7621-soc";
|
||||
|
||||
@ -1,6 +1,7 @@
|
||||
// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
|
||||
|
||||
#include "mt7621_dlink_dir-8xx-a1.dtsi"
|
||||
#include "mt7621_dlink_dir-8xx.dtsi"
|
||||
#include "mt7621_dlink_flash-16m-a1.dtsi"
|
||||
|
||||
/ {
|
||||
compatible = "dlink,dir-878-a1", "mediatek,mt7621-soc";
|
||||
|
||||
@ -1,9 +1,25 @@
|
||||
// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
|
||||
|
||||
#include "mt7621_dlink_dir-8xx-a1.dtsi"
|
||||
#include "mt7621_dlink_dir-882-x1.dtsi"
|
||||
#include "mt7621_dlink_dir-8xx.dtsi"
|
||||
#include "mt7621_dlink_flash-16m-a1.dtsi"
|
||||
|
||||
/ {
|
||||
compatible = "dlink,dir-882-a1", "mediatek,mt7621-soc";
|
||||
model = "D-Link DIR-882 A1";
|
||||
};
|
||||
|
||||
&leds {
|
||||
usb2 {
|
||||
label = "green:usb2";
|
||||
gpios = <&gpio 13 GPIO_ACTIVE_LOW>;
|
||||
trigger-sources = <&ehci_port2>;
|
||||
linux,default-trigger = "usbport";
|
||||
};
|
||||
|
||||
usb3 {
|
||||
label = "green:usb3";
|
||||
gpios = <&gpio 14 GPIO_ACTIVE_LOW>;
|
||||
trigger-sources = <&xhci_ehci_port1>;
|
||||
linux,default-trigger = "usbport";
|
||||
};
|
||||
};
|
||||
|
||||
@ -1,9 +1,25 @@
|
||||
// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
|
||||
|
||||
#include "mt7621_dlink_dir-8xx-r1.dtsi"
|
||||
#include "mt7621_dlink_dir-882-x1.dtsi"
|
||||
#include "mt7621_dlink_dir-8xx.dtsi"
|
||||
#include "mt7621_dlink_flash-16m-r1.dtsi"
|
||||
|
||||
/ {
|
||||
compatible = "dlink,dir-882-r1", "mediatek,mt7621-soc";
|
||||
model = "D-Link DIR-882 R1";
|
||||
};
|
||||
|
||||
&leds {
|
||||
usb2 {
|
||||
label = "green:usb2";
|
||||
gpios = <&gpio 13 GPIO_ACTIVE_LOW>;
|
||||
trigger-sources = <&ehci_port2>;
|
||||
linux,default-trigger = "usbport";
|
||||
};
|
||||
|
||||
usb3 {
|
||||
label = "green:usb3";
|
||||
gpios = <&gpio 14 GPIO_ACTIVE_LOW>;
|
||||
trigger-sources = <&xhci_ehci_port1>;
|
||||
linux,default-trigger = "usbport";
|
||||
};
|
||||
};
|
||||
|
||||
@ -1,17 +0,0 @@
|
||||
// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
|
||||
|
||||
&leds {
|
||||
usb2 {
|
||||
label = "green:usb2";
|
||||
gpios = <&gpio 13 GPIO_ACTIVE_LOW>;
|
||||
trigger-sources = <&ehci_port2>;
|
||||
linux,default-trigger = "usbport";
|
||||
};
|
||||
|
||||
usb3 {
|
||||
label = "green:usb3";
|
||||
gpios = <&gpio 14 GPIO_ACTIVE_LOW>;
|
||||
trigger-sources = <&xhci_ehci_port1>;
|
||||
linux,default-trigger = "usbport";
|
||||
};
|
||||
};
|
||||
@ -1,7 +1,5 @@
|
||||
// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
|
||||
|
||||
#include "mt7621_dlink_dir-8xx-x1.dtsi"
|
||||
|
||||
&spi0 {
|
||||
status = "okay";
|
||||
|
||||
@ -1,7 +1,5 @@
|
||||
// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
|
||||
|
||||
#include "mt7621_dlink_dir-8xx-x1.dtsi"
|
||||
|
||||
&spi0 {
|
||||
status = "okay";
|
||||
|
||||
Loading…
Reference in New Issue
Block a user