diff options
author | John Crispin <john@openwrt.org> | 2015-08-17 05:57:18 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2015-08-17 05:57:18 +0000 |
commit | 553fea9f195aaefa8533b99e0d0c9ff9a27fc4f5 (patch) | |
tree | aab9bba631d4ce922778932cff73412dffd67a5b /target/linux/ramips/dts/mt7620a.dtsi | |
parent | cae35b268cc8db7186cf026543a3d89c2f2de028 (diff) | |
download | mtk-20170518-553fea9f195aaefa8533b99e0d0c9ff9a27fc4f5.zip mtk-20170518-553fea9f195aaefa8533b99e0d0c9ff9a27fc4f5.tar.gz mtk-20170518-553fea9f195aaefa8533b99e0d0c9ff9a27fc4f5.tar.bz2 |
ramips: fix indentation and other mistakes in .dts{, i} files
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
Diffstat (limited to 'target/linux/ramips/dts/mt7620a.dtsi')
-rw-r--r-- | target/linux/ramips/dts/mt7620a.dtsi | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/target/linux/ramips/dts/mt7620a.dtsi b/target/linux/ramips/dts/mt7620a.dtsi index c21ae0f..80e8977 100644 --- a/target/linux/ramips/dts/mt7620a.dtsi +++ b/target/linux/ramips/dts/mt7620a.dtsi @@ -23,7 +23,7 @@ palmbus@10000000 { compatible = "palmbus"; reg = <0x10000000 0x200000>; - ranges = <0x0 0x10000000 0x1FFFFF>; + ranges = <0x0 0x10000000 0x1FFFFF>; #address-cells = <1>; #size-cells = <1>; @@ -280,68 +280,80 @@ compatible = "ralink,rt2880-pinmux"; pinctrl-names = "default"; pinctrl-0 = <&state_default>; + state_default: pinctrl0 { }; + pcm_i2s_pins: pcm_i2s { pcm_i2s { ralink,group = "uartf"; ralink,function = "pcm i2s"; }; }; + uartf_gpio_pins: uartf_gpio { uartf_gpio { ralink,group = "uartf"; ralink,function = "gpio uartf"; }; }; + spi_pins: spi { spi { ralink,group = "spi"; ralink,function = "spi"; }; }; + i2c_pins: i2c { i2c { ralink,group = "i2c"; ralink,function = "i2c"; }; }; + uartlite_pins: uartlite { uart { ralink,group = "uartlite"; ralink,function = "uartlite"; }; }; + mdio_pins: mdio { mdio { ralink,group = "mdio"; ralink,function = "mdio"; }; }; + ephy_pins: ephy { ephy { ralink,group = "ephy"; ralink,function = "ephy"; }; }; + wled_pins: wled { wled { ralink,group = "wled"; ralink,function = "wled"; }; }; + rgmii1_pins: rgmii1 { rgmii1 { ralink,group = "rgmii1"; ralink,function = "rgmii1"; }; }; + rgmii2_pins: rgmii2 { rgmii2 { ralink,group = "rgmii2"; ralink,function = "rgmii2"; }; }; + pcie_pins: pcie { pcie { ralink,group = "pcie"; |