ramips: fix dtc compiler warnings
authorMathias Kresin <dev@kresin.me>
Thu, 6 Dec 2018 09:02:29 +0000 (10:02 +0100)
committerMathias Kresin <dev@kresin.me>
Thu, 6 Dec 2018 11:17:25 +0000 (12:17 +0100)
commitffa55386f17cff29f6c3ffbe873335511e253932
treec4229b99bc6f6eb39df90147a5a62357ebf0a854
parent295b37d207815c196761198a2c61bfa94bee2a54
ramips: fix dtc compiler warnings

The latest dtc compiler considers nodes named i2c or spi as the
respective bus:

  /pinctrl/i2c: incorrect #address-cells for I2C bus
  /pinctrl/spi: incorrect #address-cells for SPI bus

Rename the node to fix the false positives.

Fix the spi node unit address for the DWR-512-B and UBNT-ER-e50 to get
rid of the following warning:

  SPI bus unit address format error, expected "n"

Signed-off-by: Mathias Kresin <dev@kresin.me>
target/linux/ramips/dts/DWR-512-B.dts
target/linux/ramips/dts/UBNT-ER-e50.dtsi
target/linux/ramips/dts/mt7620a.dtsi
target/linux/ramips/dts/mt7620n.dtsi
target/linux/ramips/dts/mt7621.dtsi
target/linux/ramips/dts/mt7628an.dtsi
target/linux/ramips/dts/rt2880.dtsi
target/linux/ramips/dts/rt3050.dtsi
target/linux/ramips/dts/rt3352.dtsi
target/linux/ramips/dts/rt3883.dtsi
target/linux/ramips/dts/rt5350.dtsi