aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKip Porterfield <kip.porterfield@gmail.com>2019-04-05 19:46:33 -0400
committerChristian Lamparter <chunkeey@gmail.com>2019-04-06 19:14:06 +0200
commitb812a7fa689a5a6dea3a9047108e2f1d1ec1cf36 (patch)
tree99d5deb611f6f57e821cdfc31ca6b66e004fd7c5
parent643fcfc8d64563d6c581a899ff839c9a91432e98 (diff)
downloadupstream-b812a7fa689a5a6dea3a9047108e2f1d1ec1cf36.tar.gz
upstream-b812a7fa689a5a6dea3a9047108e2f1d1ec1cf36.tar.bz2
upstream-b812a7fa689a5a6dea3a9047108e2f1d1ec1cf36.zip
ramips: correct DTS for Belkin F9K1109v1 to include switch definition
Add switch definition for the rtl8367b switch to the DTS/DTSi for the Belkin F9K1109v1 that was mistakenly omitted from the initial commit. Fixes: 017ec068e3df (ramips: add support for Belkin F9K1109v1) Signed-off-by: Kip Porterfield <kip.porterfield@gmail.com>
-rw-r--r--target/linux/ramips/dts/F9K110x.dtsi11
1 files changed, 11 insertions, 0 deletions
diff --git a/target/linux/ramips/dts/F9K110x.dtsi b/target/linux/ramips/dts/F9K110x.dtsi
index 58d3a6f860..a34c3f3600 100644
--- a/target/linux/ramips/dts/F9K110x.dtsi
+++ b/target/linux/ramips/dts/F9K110x.dtsi
@@ -2,8 +2,19 @@
#include "rt3883.dtsi"
+#include <dt-bindings/gpio/gpio.h>
+#include <dt-bindings/input/input.h>
+
/ {
compatible = "ralink,rt3883-soc";
+
+ rtl8367b {
+ compatible = "realtek,rtl8367b";
+ gpio-sda = <&gpio0 1 GPIO_ACTIVE_HIGH>;
+ gpio-sck = <&gpio0 2 GPIO_ACTIVE_HIGH>;
+ realtek,extif1 = <1 0 1 1 1 1 1 1 2>;
+ };
+
};
&gpio1 {