summaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/armada-385-synology-ds116.dts
AgeCommit message (Collapse)AuthorFilesLines
2018-05-28arm: dts: armada: Fix "#cooling-cells" property's nameViresh Kumar1-1/+1
It should be "#cooling-cells" instead of "cooling-cells". Fix it. Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org> Signed-off-by: Gregory CLEMENT <gregory.clement@bootlin.com>
2018-03-27arm: dts: armada-*.dts: use SPDX-License-Identifier for most of the Armada ↵Gregory CLEMENT1-32/+1
based board Follow the recent trend for the license description, and also fix the wrongly stated X11 to MIT. As already pointed on the DT ML, the X11 license text [1] is explicitly for the X Consortium and has a couple of extra clauses. The MIT license text [2] is actually what the current DT files claim. [1] https://spdx.org/licenses/X11.html [2] https://spdx.org/licenses/MIT.html Acked-by: Jason Cooper <jason@lakedaemon.net> Signed-off-by: Gregory CLEMENT <gregory.clement@bootlin.com>
2017-12-02arm: dts: marvell: Add missing #phy-cells to usb-nop-xceivRob Herring1-0/+2
"usb-nop-xceiv" is using the phy binding, but is missing #phy-cells property. This is probably because the binding was the precursor to the phy binding. Fixes the following warning in Marvell dts files: Warning (phys_property): Missing property '#phy-cells' in node ... Signed-off-by: Rob Herring <robh@kernel.org> Cc: Jason Cooper <jason@lakedaemon.net> Cc: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com> Reviewed-by: Andrew Lunn <andrew@lunn.ch> Acked-by: Gregory CLEMENT <gregory.clement@free-electrons.com> Signed-off-by: Olof Johansson <olof@lixom.net>
2017-10-20arm: dts: fix unit-address leading 0sRob Herring1-6/+6
Fix dtc warnings for 'simple_bus_reg' due to leading 0s. Converted using the following command: perl -p -i -e 's/\@0+([0-9a-f])/\@$1/g' `find arch/arm/boot/dts -type -f -name '*.dts*' Dropped changes to ARM, Ltd. boards LED nodes and manually fixed up some occurrences of uppercase hex. Signed-off-by: Rob Herring <robh@kernel.org> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
2017-03-07ARM: dts: armada-385-synology-ds116: add support for Synology DS116 NASWilly Tarreau1-0/+321
This commit adds the device tree description for the Synology DS116 NAS. It is a one-bay NAS powered by a Marvell Armada 385 at 1.866 GHz. The device features the following items : - 1 GB DDR3 RAM - a 8MB SPI flash - 2 USB3 ports, power-controlled via a GPIO for each - 1 gigabit ethernet interface connected over SGMII to a 88e1514 phy - a single SATA port, power-controlled via a GPIO - a battery-powered RTC - one UART connected to the serial console (2mm connector on board) - the Tx line of the second UART connected to a PIC microcontroller dealing with beep, reset, power-off and LED blinking (9600 Bps) - some of the front-panel LEDs are connected to GPIOs, one is directly connected to the SATA link to report disk activity. - a GPIO-controlled fan (3 bits for 7 speeds and OFF) With this DTS, my NAS is 100% functional starting with kernel 4.9. Reviewed-by: Andrew Lunn <andrew@lunn.ch> Signed-off-by: Willy Tarreau <w@1wt.eu> Signed-off-by: Gregory CLEMENT <gregory.clement@free-electrons.com>