[openwrt/openwrt] gemini: add rtl8366rb to dir-685 board
LEDE Commits
lede-commits at lists.infradead.org
Fri May 4 23:26:25 PDT 2018
blogic pushed a commit to openwrt/openwrt.git, branch master:
https://git.lede-project.org/2c35bcffd080abaf1262d0afd905b04ea8696829
commit 2c35bcffd080abaf1262d0afd905b04ea8696829
Author: Roman Yeryomin <roman at advem.lv>
AuthorDate: Tue May 1 21:33:17 2018 +0300
gemini: add rtl8366rb to dir-685 board
Signed-off-by: Roman Yeryomin <roman at advem.lv>
---
target/linux/gemini/image/Makefile | 3 ++-
.../0905-arm-dts-gemini-dlink-dir-685-add-rtl8366rb.patch | 15 +++++++++++++++
2 files changed, 17 insertions(+), 1 deletion(-)
diff --git a/target/linux/gemini/image/Makefile b/target/linux/gemini/image/Makefile
index 908045a..dca3b63 100644
--- a/target/linux/gemini/image/Makefile
+++ b/target/linux/gemini/image/Makefile
@@ -79,7 +79,8 @@ DIR685_CMDLINE:=-console=ttyS0,19200n8 root=/dev/sda1 rw rootwait
define Device/dlink-dir-685
DEVICE_TITLE := D-Link DIR-685 Xtreme N Storage Router
CMDLINE := $(DIR685_CMDLINE)
- DEVICE_PACKAGES := $(GEMINI_NAS_PACKAGES)
+ DEVICE_PACKAGES := $(GEMINI_NAS_PACKAGES) \
+ kmod-switch-rtl8366rb swconfig
endef
TARGET_DEVICES += dlink-dir-685
diff --git a/target/linux/gemini/patches-4.14/0905-arm-dts-gemini-dlink-dir-685-add-rtl8366rb.patch b/target/linux/gemini/patches-4.14/0905-arm-dts-gemini-dlink-dir-685-add-rtl8366rb.patch
new file mode 100644
index 0000000..4250122
--- /dev/null
+++ b/target/linux/gemini/patches-4.14/0905-arm-dts-gemini-dlink-dir-685-add-rtl8366rb.patch
@@ -0,0 +1,15 @@
+--- a/arch/arm/boot/dts/gemini-dlink-dir-685.dts
++++ b/arch/arm/boot/dts/gemini-dlink-dir-685.dts
+@@ -86,6 +86,12 @@
+ };
+ };
+
++ rtl8366rb {
++ compatible = "realtek,rtl8366rb";
++ gpio-sda = <&gpio0 22 GPIO_ACTIVE_HIGH>;
++ gpio-sck = <&gpio0 21 GPIO_ACTIVE_HIGH>;
++ };
++
+ leds {
+ compatible = "gpio-leds";
+ led-wps {
More information about the lede-commits
mailing list