diff options
author | Felix Fietkau <nbd@openwrt.org> | 2016-03-07 16:33:34 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2016-03-07 16:33:34 +0000 |
commit | d041e8b44b042d373b0b474ee69caed840f9a541 (patch) | |
tree | 4255b83b60fd526a74b68b5b55cc0da54d3f7ab6 /target/linux/ramips/dts/mt7621.dtsi | |
parent | e559de239715f629edc90b9a0afa57cb918b56ca (diff) | |
download | upstream-d041e8b44b042d373b0b474ee69caed840f9a541.tar.gz upstream-d041e8b44b042d373b0b474ee69caed840f9a541.tar.bz2 upstream-d041e8b44b042d373b0b474ee69caed840f9a541.zip |
ramips: add linux 4.4 support, update mt7621 subtarget to 4.4
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48951
Diffstat (limited to 'target/linux/ramips/dts/mt7621.dtsi')
-rw-r--r-- | target/linux/ramips/dts/mt7621.dtsi | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/target/linux/ramips/dts/mt7621.dtsi b/target/linux/ramips/dts/mt7621.dtsi index 3dd7bd08a1..24e0459666 100644 --- a/target/linux/ramips/dts/mt7621.dtsi +++ b/target/linux/ramips/dts/mt7621.dtsi @@ -248,8 +248,12 @@ xhci@1E1C0000 { status = "okay"; - compatible = "xhci-platform"; - reg = <0x1E1C0000 4000>; + compatible = "mediatek,mt8173-xhci"; + reg = <0x1e1c0000 0x1000 + 0x1e1d0700 0x0100>; + + clocks = <&sysclock>; + clock-names = "sys_ck"; interrupt-parent = <&gic>; interrupts = <GIC_SHARED 22 IRQ_TYPE_LEVEL_HIGH>; |