summaryrefslogtreecommitdiff
path: root/target/linux/ramips/dts
diff options
context:
space:
mode:
authorGiuseppe Lippolis <giu.lippolis@gmail.com>2016-12-19 18:45:52 +0100
committerJohn Crispin <john@phrozen.org>2016-12-20 09:35:37 +0100
commit96a7ee3c80dec5cd86a25f6c72852928370e57b4 (patch)
tree46bd4110519c26729b7a3732e4cd0570afe223d0 /target/linux/ramips/dts
parentb5222924059f5146007a02e33d317f2c04d7dd0b (diff)
downloadmtk-20170518-96a7ee3c80dec5cd86a25f6c72852928370e57b4.zip
mtk-20170518-96a7ee3c80dec5cd86a25f6c72852928370e57b4.tar.gz
mtk-20170518-96a7ee3c80dec5cd86a25f6c72852928370e57b4.tar.bz2
ramips: adding registration for si3210
The si3210 is a SLIC device providing a complete analog telephone interface and therefore frequently used in soho router. The si3210 have a native spi interface to be controlled by the CPU but currently there is no dedicated driver in lede. Adding a registration for this device in spidev allow to control the device in user space. This way of patching is also in line with the rationale of the spidev driver, see: http://marc.info/?t=148145791900001&r=1&w=2 The si3210 has been also added in the DWR-512 DT to properly describe the HW. Signed-off-by: Giuseppe Lippolis <giu.lippolis@gmail.com>
Diffstat (limited to 'target/linux/ramips/dts')
-rw-r--r--target/linux/ramips/dts/DWR-512-B.dts13
1 files changed, 13 insertions, 0 deletions
diff --git a/target/linux/ramips/dts/DWR-512-B.dts b/target/linux/ramips/dts/DWR-512-B.dts
index ab3c02a..29e8eaf 100644
--- a/target/linux/ramips/dts/DWR-512-B.dts
+++ b/target/linux/ramips/dts/DWR-512-B.dts
@@ -104,6 +104,19 @@
};
};
+&spi1 {
+ status = "okay";
+
+ spidev@1 {
+ #address-cells = <1>;
+ #size-cells = <1>;
+ compatible = "siliconlabs,si3210";
+
+ reg = <0>;
+ spi-max-frequency = <1000000>;
+ };
+};
+
&pinctrl {
state_default: pinctrl0 {
gpio {