From 654bc380ec549e3cdcc2c286ef7d67fea9509609 Mon Sep 17 00:00:00 2001 From: John Crispin Date: Mon, 9 Feb 2015 12:13:55 +0000 Subject: ralink: add 3.18 support keep default as 3.14, mt7621 gic need to be ported to 3.18 Signed-off-by: John Crispin SVN-Revision: 44349 --- target/linux/ramips/dts/DIR-860L-B1.dts | 1 + target/linux/ramips/dts/FIREWRT.dts | 1 + target/linux/ramips/dts/MT7621.dts | 1 + target/linux/ramips/dts/MT7628.dts | 1 + target/linux/ramips/dts/WSR-1166.dts | 1 + target/linux/ramips/dts/WSR-600.dts | 1 + target/linux/ramips/dts/mt7620a.dtsi | 9 ++++++++- target/linux/ramips/dts/mt7620n.dtsi | 9 ++++++++- target/linux/ramips/dts/mt7628an.dtsi | 9 ++++++++- target/linux/ramips/dts/rt3883.dtsi | 9 ++++++++- target/linux/ramips/dts/rt5350.dtsi | 9 ++++++++- 11 files changed, 46 insertions(+), 5 deletions(-) (limited to 'target/linux/ramips/dts') diff --git a/target/linux/ramips/dts/DIR-860L-B1.dts b/target/linux/ramips/dts/DIR-860L-B1.dts index fd1e044..2d518a2 100644 --- a/target/linux/ramips/dts/DIR-860L-B1.dts +++ b/target/linux/ramips/dts/DIR-860L-B1.dts @@ -7,6 +7,7 @@ model = "D-Link DIR-860L B1"; memory@0 { + device_type = "memory"; reg = <0x0 0x8000000>; }; diff --git a/target/linux/ramips/dts/FIREWRT.dts b/target/linux/ramips/dts/FIREWRT.dts index f22c885..8790f7b 100644 --- a/target/linux/ramips/dts/FIREWRT.dts +++ b/target/linux/ramips/dts/FIREWRT.dts @@ -7,6 +7,7 @@ model = "Firefly FireWRT"; memory@0 { + device_type = "memory"; reg = <0x0 0x10000000>; }; diff --git a/target/linux/ramips/dts/MT7621.dts b/target/linux/ramips/dts/MT7621.dts index b3b2d85..41a1fe4 100644 --- a/target/linux/ramips/dts/MT7621.dts +++ b/target/linux/ramips/dts/MT7621.dts @@ -7,6 +7,7 @@ model = "Mediatek MT7621 evaluation board"; memory@0 { + device_type = "memory"; reg = <0x0 0x2000000>; }; diff --git a/target/linux/ramips/dts/MT7628.dts b/target/linux/ramips/dts/MT7628.dts index e4cc4ed..0b9bc29 100644 --- a/target/linux/ramips/dts/MT7628.dts +++ b/target/linux/ramips/dts/MT7628.dts @@ -7,6 +7,7 @@ model = "Mediatek MT7628AN evaluation board"; memory@0 { + device_type = "memory"; reg = <0x0 0x2000000>; }; diff --git a/target/linux/ramips/dts/WSR-1166.dts b/target/linux/ramips/dts/WSR-1166.dts index 3d955a7..9892782 100644 --- a/target/linux/ramips/dts/WSR-1166.dts +++ b/target/linux/ramips/dts/WSR-1166.dts @@ -7,6 +7,7 @@ model = "Buffalo WSR-1166DHP"; memory@0 { + device_type = "memory"; reg = <0x0 0x8000000>; }; diff --git a/target/linux/ramips/dts/WSR-600.dts b/target/linux/ramips/dts/WSR-600.dts index c754991..fddc81a 100644 --- a/target/linux/ramips/dts/WSR-600.dts +++ b/target/linux/ramips/dts/WSR-600.dts @@ -7,6 +7,7 @@ model = "Buffalo WSR-600DHP"; memory@0 { + device_type = "memory"; reg = <0x0 0x4000000>; }; diff --git a/target/linux/ramips/dts/mt7620a.dtsi b/target/linux/ramips/dts/mt7620a.dtsi index 915707c..c21ae0f 100644 --- a/target/linux/ramips/dts/mt7620a.dtsi +++ b/target/linux/ramips/dts/mt7620a.dtsi @@ -355,8 +355,9 @@ #reset-cells = <1>; }; - usbphy { + usbphy: usbphy { compatible = "ralink,mt7620a-usbphy"; + #phy-cells = <1>; resets = <&rstctrl 22 &rstctrl 25>; reset-names = "host", "device"; @@ -425,6 +426,9 @@ interrupt-parent = <&intc>; interrupts = <18>; + phys = <&usbphy 1>; + phy-names = "usb"; + status = "disabled"; }; @@ -435,6 +439,9 @@ interrupt-parent = <&intc>; interrupts = <18>; + phys = <&usbphy 1>; + phy-names = "usb"; + status = "disabled"; }; diff --git a/target/linux/ramips/dts/mt7620n.dtsi b/target/linux/ramips/dts/mt7620n.dtsi index 39c92aa..83ab03a 100644 --- a/target/linux/ramips/dts/mt7620n.dtsi +++ b/target/linux/ramips/dts/mt7620n.dtsi @@ -223,8 +223,9 @@ #reset-cells = <1>; }; - usbphy { + usbphy: usbphy { compatible = "ralink,mt7620a-usbphy"; + #phy-cells = <1>; resets = <&rstctrl 22 &rstctrl 25>; reset-names = "host", "device"; @@ -270,6 +271,9 @@ interrupt-parent = <&intc>; interrupts = <18>; + phys = <&usbphy 1>; + phy-names = "usb"; + status = "disabled"; }; @@ -277,6 +281,9 @@ compatible = "ralink,rt3xxx-ohci"; reg = <0x101c1000 0x1000>; + phys = <&usbphy 1>; + phy-names = "usb"; + interrupt-parent = <&intc>; interrupts = <18>; diff --git a/target/linux/ramips/dts/mt7628an.dtsi b/target/linux/ramips/dts/mt7628an.dtsi index bf786c8..855d538 100644 --- a/target/linux/ramips/dts/mt7628an.dtsi +++ b/target/linux/ramips/dts/mt7628an.dtsi @@ -158,8 +158,9 @@ #reset-cells = <1>; }; - usbphy { + usbphy: usbphy { compatible = "ralink,mt7628an-usbphy", "ralink,mt7620a-usbphy"; + #phy-cells = <1>; resets = <&rstctrl 22>; reset-names = "host"; @@ -179,6 +180,9 @@ compatible = "ralink,rt3xxx-ehci"; reg = <0x101c0000 0x1000>; + phys = <&usbphy 1>; + phy-names = "usb"; + interrupt-parent = <&intc>; interrupts = <18>; }; @@ -187,6 +191,9 @@ compatible = "ralink,rt3xxx-ohci"; reg = <0x101c1000 0x1000>; + phys = <&usbphy 1>; + phy-names = "usb"; + interrupt-parent = <&intc>; interrupts = <18>; }; diff --git a/target/linux/ramips/dts/rt3883.dtsi b/target/linux/ramips/dts/rt3883.dtsi index da9a9b5..0c6cedd 100644 --- a/target/linux/ramips/dts/rt3883.dtsi +++ b/target/linux/ramips/dts/rt3883.dtsi @@ -333,8 +333,9 @@ }; }; - usbphy { + usbphy: usbphy { compatible = "ralink,rt3xxx-usbphy"; + #phy-cells = <1>; resets = <&rstctrl 22 &rstctrl 25>; reset-names = "host", "device"; @@ -354,6 +355,9 @@ compatible = "ralink,rt3xxx-ehci", "ehci-platform"; reg = <0x101c0000 0x1000>; + phys = <&usbphy 1>; + phy-names = "usb"; + interrupt-parent = <&intc>; interrupts = <18>; @@ -364,6 +368,9 @@ compatible = "ralink,rt3xxx-ohci", "ohci-platform"; reg = <0x101c1000 0x1000>; + phys = <&usbphy 1>; + phy-names = "usb"; + interrupt-parent = <&intc>; interrupts = <18>; diff --git a/target/linux/ramips/dts/rt5350.dtsi b/target/linux/ramips/dts/rt5350.dtsi index 837e012..456a937 100644 --- a/target/linux/ramips/dts/rt5350.dtsi +++ b/target/linux/ramips/dts/rt5350.dtsi @@ -243,8 +243,9 @@ #reset-cells = <1>; }; - usbphy { + usbphy: usbphy { compatible = "ralink,rt3xxx-usbphy"; + #phy-cells = <1>; resets = <&rstctrl 22 &rstctrl 25>; reset-names = "host", "device"; @@ -286,6 +287,9 @@ compatible = "ralink,rt3xxx-ehci", "ehci-platform"; reg = <0x101c0000 0x1000>; + phys = <&usbphy 1>; + phy-names = "usb"; + interrupt-parent = <&intc>; interrupts = <18>; }; @@ -294,6 +298,9 @@ compatible = "ralink,rt3xxx-ohci", "ohci-platform"; reg = <0x101c1000 0x1000>; + phys = <&usbphy 1>; + phy-names = "usb"; + interrupt-parent = <&intc>; interrupts = <18>; }; -- cgit v1.1