mtk-20170518/target/linux/ramips/dts/WR512-3GN-4M.dts, branch v18.06.0 MTK 20170518 : Mediatek SDK based on OpenWRT Barrier Breaker ramips: move common parts into dtsi 2017-08-03T17:37:41+00:00 Mathias Kresin dev@kresin.me 2017-07-30T11:50:36+00:00 313ce3afbbe05abf3689d0943f70d594a7791517 Move the common parts of boards with multiple flash size variants into dtsi files. Signed-off-by: Mathias Kresin <dev@kresin.me>
Move the common parts of boards with multiple flash size variants into
dtsi files.

Signed-off-by: Mathias Kresin <dev@kresin.me>
ramips: update device tree source files 2017-08-03T17:37:40+00:00 L. D. Pinney ldpinney@gmail.com 2017-07-29T02:14:07+00:00 70b192f57358f753842cbe1f8f82e26e8c6f9e1e Use the GPIO dt-bindings macros and add compatible strings in the ramips device tree source files. Signed-off-by: L. D. Pinney <ldpinney@gmail.com> Signed-off-by: Mathias Kresin <dev@kresin.me>
Use the GPIO dt-bindings macros and add compatible strings in the
ramips device tree source files.

Signed-off-by: L. D. Pinney <ldpinney@gmail.com>
Signed-off-by: Mathias Kresin <dev@kresin.me>
ramips: use new image build code for more devices 2016-12-24T09:03:38+00:00 Mathias Kresin dev@kresin.me 2016-11-21T07:46:48+00:00 0cf581ca3a2a692938003a7038d93f2e24d9125a Signed-off-by: Mathias Kresin <dev@kresin.me>
Signed-off-by: Mathias Kresin <dev@kresin.me>
treewide: fix button keys codes used in dts 2016-11-27T14:34:23+00:00 Mathias Kresin dev@kresin.me 2016-11-27T08:47:51+00:00 18c64f41c7d84824a81bdcd730e1796d316355d1 Use keycodes that matches the intended use case based on the label. Signed-off-by: Mathias Kresin <dev@kresin.me>
Use keycodes that matches the intended use case based on the label.

Signed-off-by: Mathias Kresin <dev@kresin.me>
treewide: dts: use keycode defines from input dt-binding 2016-11-13T06:07:58+00:00 Mathias Kresin dev@kresin.me 2016-11-11T21:43:08+00:00 2b55c83e68068887db9e49de8e81b1b4a267a4f2 All compiled device tree files not mentioned are binary identical to the former ones. Fix the obvious decimal/hex confusion for the power key of ramips/M2M.dts. Due to the include of the input binding header, the BTN_* node names in: - ramips/GL-MT300A.dts - ramips/GL-MT300N.dts - ramips/GL-MT750.dts - ramips/Timecloud.dts will be changed by the compiler to the numerical equivalent. Move the binding include of lantiq boards to the file where they are used the first time to hint the user where the values do come from. Signed-off-by: Mathias Kresin <dev@kresin.me>
All compiled device tree files not mentioned are binary identical to the
former ones.

Fix the obvious decimal/hex confusion for the power key of ramips/M2M.dts.

Due to the include of the input binding header, the BTN_* node names in:

  - ramips/GL-MT300A.dts
  - ramips/GL-MT300N.dts
  - ramips/GL-MT750.dts
  - ramips/Timecloud.dts

will be changed by the compiler to the numerical equivalent.

Move the binding include of lantiq boards to the file where they are
used the first time to hint the user where the values do come from.

Signed-off-by: Mathias Kresin <dev@kresin.me>
ramips: DTS rework 2016-05-12T01:29:35+00:00 Stanislav Galabov stanislav_galabov@smartcom.bg 2016-05-10T10:41:46+00:00 9195d8da355d0d141ac02c9a5269452dc64ffd2d Add node aliases to dtsi files. Reword dts files so they're more in-line with upstream. Fix some more warnings and errors reported by dtc Signed-off-by: Stanislav Galabov <sgalabov@gmail.com>
Add node aliases to dtsi files.
Reword dts files so they're more in-line with upstream.
Fix some more warnings and errors reported by dtc

Signed-off-by: Stanislav Galabov <sgalabov@gmail.com>
ramips: Change all '/include/' clauses to '#include' so preprocessing can 2016-05-10T08:43:17+00:00 Stanislav Galabov stanislav_galabov@smartcom.bg 2016-05-09T06:32:52+00:00 f8b6c9d82599d29e3d09185e3a190fc4d145e5ea be done properly for the entire device trees. Signed-off-by: Stanislav Galabov <sgalabov@gmail.com>
be done properly for the entire device trees.

Signed-off-by: Stanislav Galabov <sgalabov@gmail.com>
ralink: fixup devicetree files to work with new ethernet driver 2015-12-17T09:25:57+00:00 John Crispin john@openwrt.org 2015-12-17T09:25:57+00:00 651e620de5b0e0a8da4787771f0b65d8af0426f0 Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 47900
Signed-off-by: John Crispin <blogic@openwrt.org>

SVN-Revision: 47900
ramips: use consistent naming scheme for LEDs 2015-08-17T06:24:34+00:00 John Crispin john@openwrt.org 2015-08-17T06:24:34+00:00 1a392636a5b5694178d5f802efa9c220ff9dbabf The upstream LED naming convention is "device:color:led-name", but it seems that many of supported boards in OpenWrt don't follow this approach. The following patch fixes this inconsistency in dts{,i} files and updates base-files scripts for ramips target: * fixes wrong indentation * keeps case statements structure in same convention as in other scripts (no empty line after ";;", no indentation for case...esac body) * fixes wrong LED names for some of boards (makes them the same as in dts{,i} files) * combines boards with same configuration (ex. set_wifi_led "rt2800pci-phy0::radio" in 01_leds) Signed-off-by: Piotr Dymacz <pepe2k@gmail.com> SVN-Revision: 46664
The upstream LED naming convention is "device:color:led-name", but it seems that many of supported boards in OpenWrt don't follow this approach.
The following patch fixes this inconsistency in dts{,i} files and updates base-files scripts for ramips target:
 * fixes wrong indentation
 * keeps case statements structure in same convention as in other scripts (no empty line after ";;", no indentation for case...esac body)
 * fixes wrong LED names for some of boards (makes them the same as in dts{,i} files)
 * combines boards with same configuration (ex. set_wifi_led "rt2800pci-phy0::radio" in 01_leds)

Signed-off-by: Piotr Dymacz <pepe2k@gmail.com>

SVN-Revision: 46664
ramips: fix indentation and other mistakes in .dts{, i} files 2015-08-17T05:57:18+00:00 John Crispin john@openwrt.org 2015-08-17T05:57:18+00:00 553fea9f195aaefa8533b99e0d0c9ff9a27fc4f5 The following patch fixes: * wrong indentations * doubled gpio-keys-polled nodes (DIR-300-B7, DIR-320-B1, DIR-610-A1) * duplicate spacings * empty lines at end of files and after last child nodes * trailing and leading whitespace * unnecessary and commented-out code * missing empty lines between nodes and between properties and nodes * unnecessary empty lines between nodes properties [1] in .dts{,i} files, for ramips target. [1] Some of empty lines in SOCs dtsi files were left untouched, because they seem to be there for a reason (readability?). Signed-off-by: Piotr Dymacz <pepe2k@gmail.com> SVN-Revision: 46613
The following patch fixes:
 * wrong indentations
 * doubled gpio-keys-polled nodes (DIR-300-B7, DIR-320-B1, DIR-610-A1)
 * duplicate spacings
 * empty lines at end of files and after last child nodes
 * trailing and leading whitespace
 * unnecessary and commented-out code
 * missing empty lines between nodes and between properties and nodes
 * unnecessary empty lines between nodes properties [1]

in .dts{,i} files, for ramips target.

[1] Some of empty lines in SOCs dtsi files were left untouched, because they seem to be there for a reason (readability?).

Signed-off-by: Piotr Dymacz <pepe2k@gmail.com>

SVN-Revision: 46613