From 102073ca17b91c079cd150be0feb30796721f6da Mon Sep 17 00:00:00 2001 From: John Crispin Date: Mon, 17 Aug 2015 05:58:57 +0000 Subject: ramips: fix Argus ATP-52B board and image names The following patch: * changes board name from "argus-atp52b" to "atp-52b" * changes dts filename * fixes LED names in dts file and base-files scripts * removes manufacturer name from image filename for Argus ATP-52B device. Signed-off-by: Piotr Dymacz SVN-Revision: 46621 --- target/linux/ramips/dts/ARGUS_ATP52B.dts | 96 -------------------------------- 1 file changed, 96 deletions(-) delete mode 100644 target/linux/ramips/dts/ARGUS_ATP52B.dts (limited to 'target/linux/ramips/dts/ARGUS_ATP52B.dts') diff --git a/target/linux/ramips/dts/ARGUS_ATP52B.dts b/target/linux/ramips/dts/ARGUS_ATP52B.dts deleted file mode 100644 index f94d740f3d..0000000000 --- a/target/linux/ramips/dts/ARGUS_ATP52B.dts +++ /dev/null @@ -1,96 +0,0 @@ -/dts-v1/; - -/include/ "rt3050.dtsi" - -/ { - compatible = "ARGUS_ATP52B", "ralink,rt3052-soc"; - model = "Argus ATP-52B"; - - pinctrl { - state_default: pinctrl0 { - gpio { - ralink,group = "i2c", "jtag", "rgmii", "mdio", "uartf"; - ralink,function = "gpio"; - }; - }; - }; - - cfi@1f000000 { - compatible = "cfi-flash"; - reg = <0x1f000000 0x800000>; - bank-width = <2>; - device-width = <2>; - #address-cells = <1>; - #size-cells = <1>; - - partition@0 { - label = "bootloader"; - reg = <0x0 0x30000>; - read-only; - }; - - partition@30000 { - label = "config"; - reg = <0x30000 0x10000>; - }; - - factory: partition@40000 { - label = "factory"; - reg = <0x40000 0x10000>; - }; - - partition@50000 { - label = "firmware"; - reg = <0x50000 0x7a0000>; - }; - }; - - gpio-leds { - compatible = "gpio-leds"; - - run { - label = "argus-atp52b:green:run"; - gpios = <&gpio0 9 1>; - }; - - net { - label = "argus-atp52b:amber:net"; - gpios = <&gpio0 13 1>; - }; - }; - - gpio-keys-polled { - compatible = "gpio-keys-polled"; - #address-cells = <1>; - #size-cells = <0>; - poll-interval = <20>; - - wps { - label = "wps"; - gpios = <&gpio0 0 1>; - linux,code = <0x211>; - }; - - reset { - label = "reset"; - gpios = <&gpio0 10 1>; - linux,code = <0x198>; - }; - }; - - ethernet@10100000 { - mtd-mac-address = <&factory 0x4>; - }; - - esw@10110000 { - ralink,portmap = <0x3e>; - }; - - wmac@10180000 { - ralink,mtd-eeprom = <&factory 0>; - }; - - otg@101c0000 { - status = "okay"; - }; -}; -- cgit v1.2.3