diff options
author | Stanislav Galabov <sgalabov@gmail.com> | 2016-05-10 16:23:54 +0300 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2016-05-12 03:29:36 +0200 |
commit | ffaaa6788a983a5eae0117d138a297df3f131869 (patch) | |
tree | ffaf8d9fa46577511bd8c2a1ce228f6261c78ab6 /target/linux/ramips/dts/rt3352.dtsi | |
parent | b8ab6af1a9b8cf1ac76e7008661fd3e775e9ae2b (diff) | |
download | upstream-ffaaa6788a983a5eae0117d138a297df3f131869.tar.gz upstream-ffaaa6788a983a5eae0117d138a297df3f131869.tar.bz2 upstream-ffaaa6788a983a5eae0117d138a297df3f131869.zip |
ramips: DTS modifications
This commit makes the following modifications to ramips dts files:
1. Add clkctrl node to all dtsi files (although not used for now)
2. Add clocks and clock-names properties to some nodes (usbphy, pci)
3. Add usbphy node for rt3050 (although not used for now)
4. Add clock-frequency to uart nodes in mt7621.dtsi and mt7628an.dtsi
These modifications, although not fully used at the moment, will make
it easier for FreeBSD to adopt and use LEDE ramips dts files with
minimal changes for easier maintenance.
Signed-off-by: Stanislav Galabov <sgalabov@gmail.com>
Diffstat (limited to 'target/linux/ramips/dts/rt3352.dtsi')
-rw-r--r-- | target/linux/ramips/dts/rt3352.dtsi | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/target/linux/ramips/dts/rt3352.dtsi b/target/linux/ramips/dts/rt3352.dtsi index 386ac51ffb..a818a18d22 100644 --- a/target/linux/ramips/dts/rt3352.dtsi +++ b/target/linux/ramips/dts/rt3352.dtsi @@ -229,6 +229,11 @@ #reset-cells = <1>; }; + clkctrl: clkctrl { + compatible = "ralink,rt2880-clock"; + #clock-cells = <1>; + }; + ethernet: ethernet@10100000 { compatible = "ralink,rt3352-eth", "ralink,rt3050-eth"; reg = <0x10100000 0x10000>; @@ -259,6 +264,8 @@ resets = <&rstctrl 22 &rstctrl 25>; reset-names = "host", "device"; + clocks = <&clkctrl 18 &clkctrl 20>; + clock-names = "host", "device"; }; wmac: wmac@10180000 { |