summaryrefslogtreecommitdiffstats
path: root/arch/arm/boot
Commit message (Collapse)AuthorAgeFilesLines
* Merge tag 'imx-dt-newclk-4.17' of ↵Arnd Bergmann2018-03-151-0/+40
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux into next/dt Pull "i.MX device tree update with new clock for 4.17" from Shawn Guo: - Add CAAM and Keypad device node for i.MX7S/D SoC device tree. - Add clock support for i.MX7 SNVS RTC device. * tag 'imx-dt-newclk-4.17' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux: ARM: dts: imx7s: add Keypad Port module ARM: dts: imx7s: add CAAM device node ARM: dts: imx7s: add snvs rtc clock clk: imx: imx7d: add the Keypad Port module clock clk: imx7d: add CAAM clock clk: imx: imx7d: add the snvs clock
| * ARM: dts: imx7s: add Keypad Port moduleStefan Agner2018-02-281-0/+8
| | | | | | | | | | | | | | | | | | Add the Keypad Port module. Add it disabled by default since only some boards use it. Boards which do need to specify additional properties as documented in the device tree bindings. Signed-off-by: Stefan Agner <stefan@agner.ch> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
| * ARM: dts: imx7s: add CAAM device nodeRui Miguel Silva2018-02-281-0/+30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add CAAM device node to the i.MX7s device tree. Cc: Sascha Hauer <kernel@pengutronix.de> Cc: devicetree@vger.kernel.org Cc: "Horia Geantă" <horia.geanta@nxp.com> Cc: Aymen Sghaier <aymen.sghaier@nxp.com> Cc: Fabio Estevam <fabio.estevam@nxp.com> Cc: Peng Fan <peng.fan@nxp.com> Cc: "David S. Miller" <davem@davemloft.net> Cc: Lukas Auer <lukas.auer@aisec.fraunhofer.de> Signed-off-by: Rui Miguel Silva <rui.silva@linaro.org> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
| * ARM: dts: imx7s: add snvs rtc clockAnson Huang2018-02-281-0/+2
| | | | | | | | | | | | | | | | | | Add i.MX7 SNVS RTC clock. Signed-off-by: Anson Huang <Anson.Huang@nxp.com> Acked-by: Dong Aisheng <aisheng.dong@nxp.com> Reviewed-by: Rob Herring <robh@kernel.org> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
* | Merge tag 'uniphier-dt-v4.17' of ↵Arnd Bergmann2018-03-1517-136/+359
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-uniphier into next/dt Pull "UniPhier ARM SoC DT updates for v4.17" from Masahiro Yamada: - add sound support - add ethernet support - use proper SPDX-License-Identifier style * tag 'uniphier-dt-v4.17' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-uniphier: ARM: dts: uniphier: add sound node for PXs2 arm64: dts: uniphier: use proper SPDX-License-Identifier style ARM: dts: uniphier: use proper SPDX-License-Identifier style arm64: dts: uniphier: add fixed regulators for audio codec arm64: dts: uniphier: add AVE ethernet node ARM: dts: uniphier: add AVE ethernet node arm64: dts: uniphier: add compress audio out for LD11/LD20 arm64: dts: uniphier: add speaker out for LD11/LD20 boards arm64: dts: uniphier: add sound node ARM: dts: uniphier: add audio in/out pin-mux node
| * | ARM: dts: uniphier: add sound node for PXs2Katsuhiro Suzuki2018-03-153-0/+115
| | | | | | | | | | | | | | | | | | | | | | | | This patch adds audio controller, external codec and simple card node of UniPhier AIO sound system for PXs2 SoCs. Signed-off-by: Katsuhiro Suzuki <suzuki.katsuhiro@socionext.com> Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
| * | ARM: dts: uniphier: use proper SPDX-License-Identifier styleMasahiro Yamada2018-03-1517-136/+102
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | According to Documentation/process/license-rules.rst, move the SPDX License Identifier to the very top of the file. I used C++ comment style not only for the SPDX line but for the entire block because this seems Linus' preference [1]. I also dropped the parentheses to follow the examples in that document. [1] https://lkml.org/lkml/2017/11/25/133 Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
| * | ARM: dts: uniphier: add AVE ethernet nodeKunihiko Hayashi2018-03-158-0/+102
| | | | | | | | | | | | | | | | | | | | | | | | | | | Add nodes of the AVE ethernet controller for Pro4, PXs2, LD6b SoCs and the boards. Signed-off-by: Kunihiko Hayashi <hayashi.kunihiko@socionext.com> Signed-off-by: Jassi Brar <jaswinder.singh@linaro.org> Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
| * | ARM: dts: uniphier: add audio in/out pin-mux nodeKatsuhiro Suzuki2018-03-151-0/+40
| |/ | | | | | | | | | | | | | | The UniPhier AIO audio system needs I2S data in/out lines and clock signal pins to connect external codec chip. Signed-off-by: Katsuhiro Suzuki <suzuki.katsuhiro@socionext.com> Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
* | Merge tag 'aspeed-4.17-devicetree' of ↵Arnd Bergmann2018-03-158-7/+492
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/joel/aspeed into next/dt Pull "ASPEED device tree updates for 4.17" from Joel Stanley: Updates to OpenPower BMC systems: A number of updates to use recently merged drivers, including moving to upstreamed IPMI BT nodes, a temp sensor for Romulus, and adding simple-reset for UARTs. This includes more of Palmetto's device tree, so that it's ever so close to booting the host with an upstream kernel. New machines: Add Qualcomm Centriq ARM64 server reference platform, which will run OpenBMC on an AST2500. * tag 'aspeed-4.17-devicetree' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/joel/aspeed: ARM: dts: aspeed: Add Qualcomm Centriq 2400 REP BMC ARM: dts: aspeed: romulus: Add w83773g temp sensor ARM: dts: aspeed: romulus: hog GPIOS7 ARM: dts: romulus: Remove MAX31785 device ARM: dts: palmetto: Request mux as per strapping configuration ARM: dts: palmetto: Enable rear UART ARM: dts: aspeed: Add LPC reset controller node ARM: dts: aspeed: Add Palmetto GPIO hogs ARM: dts: palmetto: Add LEDs and GPIO keys ARM: dts: aspeed: Add LPC clock phandles ARM: dts: aspeed-g5: Update LPC node ARM: dts: aspeed: Enable IPMI BT node on OpenPower machines ARM: dts: aspeed: Add IPMI BT node
| * | ARM: dts: aspeed: Add Qualcomm Centriq 2400 REP BMCKen Chen2018-03-142-0/+226
| | | | | | | | | | | | | | | | | | | | | | | | | | | The Qualcomm Centriq 2400 REP (Reference Evaluation Platform) is an aarch64 Armv8 server platform with an ast2520 BMC. Signed-off-by: Ken Chen <chen.kenyy@inventec.com> Acked-by: Andrew Jeffery <andrew@aj.id.au> Signed-off-by: Joel Stanley <joel@jms.id.au>
| * | ARM: dts: aspeed: romulus: Add w83773g temp sensorLei YU2018-03-141-0/+5
| | | | | | | | | | | | | | | | | | Signed-off-by: Lei YU <mine260309@gmail.com> Reviewed-by: Joel Stanley <joel@jms.id.au> Signed-off-by: Joel Stanley <joel@jms.id.au>
| * | ARM: dts: aspeed: romulus: hog GPIOS7Lei YU2018-03-141-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | GPIOS7 shall be pulled low for CPLD to continue the power up sequence. With this hogged as pull-low, the CPLD workaround can be removed in OpenBMC. Signed-off-by: Lei YU <mine260309@gmail.com> Signed-off-by: Joel Stanley <joel@jms.id.au>
| * | ARM: dts: romulus: Remove MAX31785 deviceJoel Stanley2018-03-141-5/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Romulus uses ASPEED's fan tach instead of max31785: * Pass1's max31785 is always reset by CPLD * Pass2's max31785 is not connected Signed-off-by: Lei YU <mine260309@gmail.com> Signed-off-by: Joel Stanley <joel@jms.id.au>
| * | ARM: dts: palmetto: Request mux as per strapping configurationAndrew Jeffery2018-03-081-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Prevents the error: aspeed-smc 1e630000.spi: Error applying setting, reverse things back The pinmux driver is only capable of modifying selected strapping bits that make sense to change at runtime. The SPI strapping is not currently defined modifiable, so "request" the mux as per how the board is physically strapped. Signed-off-by: Andrew Jeffery <andrew@aj.id.au> Signed-off-by: Joel Stanley <joel@jms.id.au>
| * | ARM: dts: palmetto: Enable rear UARTJoel Stanley2018-03-081-0/+15
| | | | | | | | | | | | | | | | | | | | | | | | The Palmetto BMC has a UART connected to a RS-232 transceiver designed to be used as a serial console for the host processor. It appears as a D-sub connector on the back of the chassis. Signed-off-by: Joel Stanley <joel@jms.id.au>
| * | ARM: dts: aspeed: Add LPC reset controller nodeJoel Stanley2018-02-212-0/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | On both the ast2400 and ast2500 SoCs, the LPC reset controller is required to bring the UARTs out of reset without waiting for the LPC reset to be deasserted. Reviewed-by: Andrew Jeffery <andrew@aj.id.au> Signed-off-by: Joel Stanley <joel@jms.id.au>
| * | ARM: dts: aspeed: Add Palmetto GPIO hogsJoel Stanley2018-02-191-0/+157
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | These hogs are for parts of the system that need to be in this state, but do not yet have a driver associated with them but they must be configured in order to successfully boot the host. There are also some pinmux hogs, where the default mode of the IP block is configured. Acked-by: Andrew Jeffery <andrew@aj.id.au> Signed-off-by: Joel Stanley <joel@jms.id.au>
| * | ARM: dts: palmetto: Add LEDs and GPIO keysJoel Stanley2018-02-191-0/+27
| | | | | | | | | | | | | | | | | | | | | | | | | | | These describe the front panel LEDs that are present on a Palmetto chassis, and the checkstop GPIO that comes from the Power8 CPU to indicate a host error. Acked-by: Andrew Jeffery <andrew@aj.id.au> Signed-off-by: Joel Stanley <joel@jms.id.au>
| * | ARM: dts: aspeed: Add LPC clock phandlesJoel Stanley2018-02-192-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | The LPC device uses LCLK. Tested-by: Lei YU <mine260309@gmail.com> Reviewed-by: Andrew Jeffery <andrew@aj.id.au> Signed-off-by: Joel Stanley <joel@jms.id.au>
| * | ARM: dts: aspeed-g5: Update LPC nodeJoel Stanley2018-02-191-4/+3
| | | | | | | | | | | | | | | | | | | | | | | | This addresses some differences between the G5 and G4 LPC nodes that make them hard to compare. There is no functional change. Reviewed-by: Andrew Jeffery <andrew@aj.id.au> Signed-off-by: Joel Stanley <joel@jms.id.au>
| * | ARM: dts: aspeed: Enable IPMI BT node on OpenPower machinesJoel Stanley2018-02-194-0/+16
| | | | | | | | | | | | | | | | | | | | | These BMC systems require this device to communicate with the host. Acked-by: Andrew Jeffery <andrew@aj.id.au> Signed-off-by: Joel Stanley <joel@jms.id.au>
| * | ARM: dts: aspeed: Add IPMI BT nodeJoel Stanley2018-02-192-0/+14
| |/ | | | | | | | | | | | | | | The IPMI BT device part of the LPC interface and is used for communication with the host processor. Acked-by: Andrew Jeffery <andrew@aj.id.au> Signed-off-by: Joel Stanley <joel@jms.id.au>
* | Merge tag 'arm-soc/for-4.17/devicetree' of ↵Arnd Bergmann2018-03-1310-21/+134
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | https://github.com/Broadcom/stblinux into next/dt Pull "Broadcom devicetree changes for 4.17" from Florian Fainelli: This pull request contains Broadcom ARM-based SoCs devicetree changes for 4.17, please pull the following: - Henry fixes the pin functions for the JTAG pins, nothing uses this for now, but it could be backported eventually if deemed appropriate - Stefan fixes the register ranges for the bcm2835-i2s nodes in the binding document definition, he then fixes the probing of the bcm2835-i2s driver by providing an appropriate register range and a missing clock. Stefan also makes sure that the appropriate pull settings are applied to the pins used on the Raspberry Pi Zero Wireless, he then adds the necessary UART node to connected to the BCM43438 Bluetooth adapter on the Pi Zero W. He finally enables USB OTG mode on the Pi Zero W since he became usable again - Baruch adds the necessary Device Tree nodes to support the Raspberry Pi GPIO expander which is controlled via the VC4 firmware - Hiroshi adds the missing LEDs on the Buffalo WZR-900DHP router - Eric adds the DPI hardware block into the BCM283x Device Tree include file for future use when an actual panel is available - Florian updates the Northstar Plus platforms to use port 8 of the internal switch as the CPU/management port since necessary code was added in the b53 switch driver to support that * tag 'arm-soc/for-4.17/devicetree' of https://github.com/Broadcom/stblinux: ARM: dts: NSP: Switch to port 8 for CPU port ARM: bcm2835: Add the DPI hardware to the device tree. ARM: dts: BCM5301X: add missing LEDs for Buffalo WZR-900DHP ARM: dts: bcm2835-rpi-zero-w: Enable OTG mode ARM: dts: bcm2835-rpi-zero-w: Add bcm43438 serial slave ARM: dts: bcm283x: Apply pull settings to Zero W relevant groups ARM: dts: bcm2837-rpi-3-b: add GPIO expander ARM: dts: bcm2835: make the firmware node into a bus ARM: dts: bcm283x: Fix probing of bcm2835-i2s dt-bindings: bcm283x: Fix register ranges of bcm2835-i2s ARM: dts: bcm283x: Fix pin function of JTAG pins
| * \ Merge tag 'bcm2835-dt-next-2018-03-13' into devicetree/nextFlorian Fainelli2018-03-131-0/+11
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | This pull request brings in one last patch to add the BCM2835 DPI controller to the device tree. Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
| | * | ARM: bcm2835: Add the DPI hardware to the device tree.Eric Anholt2018-03-121-0/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It's currently marked disabled, as it's not useful without a panel associated with it and the GPIO pins routed to ALT2. Signed-off-by: Eric Anholt <eric@anholt.net> Acked-by: Stefan Wahren <stefan.wahren@i2se.com>
| * | | ARM: dts: NSP: Switch to port 8 for CPU portFlorian Fainelli2018-03-125-15/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Now that we have added support for pre-pended Broadcom tags with commit 11606039604c ("net: dsa: b53: Support prepended Broadcom tags") we can switch all the Northstar Plus reference boards to use port 8 for the CPU port. This allows us to prepare room for supporting the Flow Accelerator 2 NAPT offload, and frees up port 5 to be made fully configurable for the modes that it supports: internal, SGMII, RGMII etc. Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
| * | | ARM: dts: BCM5301X: add missing LEDs for Buffalo WZR-900DHPINAGAKI Hiroshi2018-03-091-0/+68
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | Buffalo WZR-900DHP has 8 LEDs, but there is not LED definitions in the dts and cannot configure these LEDs. I Added missing LED definitions for WZR-900DHP. Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com> Reviewed-by: Rafał Miłecki <rafal@milecki.pl> Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
| * | ARM: dts: bcm2835-rpi-zero-w: Enable OTG modeStefan Wahren2018-02-261-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Since commit 9273083a1530 ("usb: dwc2: Fix TxFIFOn sizes and total TxFIFO size issues") we could use the OTG mode again. Signed-off-by: Stefan Wahren <stefan.wahren@i2se.com> Signed-off-by: Eric Anholt <eric@anholt.net>
| * | ARM: dts: bcm2835-rpi-zero-w: Add bcm43438 serial slaveStefan Wahren2018-02-261-1/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add BCM43438 (bluetooth) as a serdev slave device of uart0 (pl011/ttyAMA0). This allows to automatically insert the bcm43438 to the bluetooth subsystem instead of relying on patched userspace helpers (hciattach). In order to keep a debug UART we need to switch to uart1. Signed-off-by: Stefan Wahren <stefan.wahren@i2se.com> Signed-off-by: Eric Anholt <eric@anholt.net>
| * | ARM: dts: bcm283x: Apply pull settings to Zero W relevant groupsStefan Wahren2018-02-261-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | Instead of keeping the firmware's pull settings, we better apply them via the devicetree pin control. Start with the RPi Zero W relevant first to keep the effort low. Signed-off-by: Stefan Wahren <stefan.wahren@i2se.com> Signed-off-by: Eric Anholt <eric@anholt.net>
| * | ARM: dts: bcm2837-rpi-3-b: add GPIO expanderBaruch Siach2018-02-221-0/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add a description of the RPi3 GPIO expander that the VC4 firmware controls. Acked-by: Stefan Wahren <stefan.wahren@i2se.com> Signed-off-by: Baruch Siach <baruch@tkos.co.il> Reviewed-by: Linus Walleij <linus.walleij@linaro.org> Reviewed-by: Eric Anholt <eric@anholt.net> Signed-off-by: Eric Anholt <eric@anholt.net>
| * | ARM: dts: bcm2835: make the firmware node into a busBaruch Siach2018-02-221-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This allows adding devices for which the firmware exposes control interface via the mailbox. An example of such device is the GPIO expander. Signed-off-by: Baruch Siach <baruch@tkos.co.il> Reviewed-by: Linus Walleij <linus.walleij@linaro.org> Reviewed-by: Eric Anholt <eric@anholt.net> Signed-off-by: Eric Anholt <eric@anholt.net>
| * | ARM: dts: bcm283x: Fix probing of bcm2835-i2sStefan Wahren2018-02-221-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Since 517e7a1537a ("ASoC: bcm2835: move to use the clock framework") the bcm2835-i2s requires a clock as DT property. Unfortunately the necessary DT change has never been applied. While we are at it also fix the first PCM register range to cover the PCM_GRAY register. Fixes: 517e7a1537a ("ASoC: bcm2835: move to use the clock framework") Signed-off-by: Stefan Wahren <stefan.wahren@i2se.com> Reviewed-by: Eric Anholt <eric@anholt.net> Tested-by: Matthias Reichl <hias@horus.com> Signed-off-by: Eric Anholt <eric@anholt.net>
| * | ARM: dts: bcm283x: Fix pin function of JTAG pinsHenry Zhang2018-02-221-1/+1
| |/ | | | | | | | | | | | | | | | | | | | | BCM2835 ARM Peripherals doc shows gpio pins 4, 5, 6, 12 and 13 carry altenate function, ALT5 for ARM JTAG Fixes: 21ff843931b2 ("ARM: dts: bcm283x: Define standard pinctrl groups in the gpio node.") Signed-off-by: Henry Zhang <henryzhang62@gmail.com> Acked-by: Stefan Wahren <stefan.wahren@i2se.com> Signed-off-by: Eric Anholt <eric@anholt.net>
* | ARM: dts: Keystone: add ECC error handler supportMurali Karicheri2018-03-122-0/+13
| | | | | | | | | | | | | | | | | | | | Add emif node for keystone2 devices, which is used for ECC support. Signed-off-by: Murali Karicheri <m-karicheri2@ti.com> [t-kristo@ti.com: made emif enabled by default for all keystone2 devices] Signed-off-by: Tero Kristo <t-kristo@ti.com> Acked-by: Santosh Shilimkar <ssantosh@kernel.org> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
* | ARM: dts: keystone-k2g: add watchdog supportTero Kristo2018-03-121-0/+7
| | | | | | | | | | | | | | | | Add a watchdog node for keystone-k2g, with the corresponding clock and power domain handles. Signed-off-by: Tero Kristo <t-kristo@ti.com> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
* | Merge tag 'at91-ab-4.17-dt' of ↵Arnd Bergmann2018-03-1210-24/+57
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/abelloni/linux into next/dt Pull "AT91 DT for 4.17" from Alexandre Belloni: Not much this cycle, mainly changes on the Axentia boards from Peter and a cleanup from Bartosz: - use 'atmel' as at24 manufacturer - device addition and fixes for axentia boards - fix sama5d4 pinctrl compatible * tag 'at91-ab-4.17-dt' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/abelloni/linux: ARM: dts: at91: use 'atmel' as at24 manufacturer for at91sam9263ek ARM: dts: at91: use 'atmel' as at24 manufacturer for at91-sama5d2_ptc_ek ARM: dts: at91: use 'atmel' as at24 manufacturer for at91sam9g20ek ARM: dts: at91: use 'atmel' as at24 manufacturer for at91sam9260ek ARM: dts: at91: use 'atmel' as at24 manufacturer for sama5d34ek ARM: dts: at91: sama5d4: fix pinctrl compatible string ARM: dts: at91: tse850: make the sound dai cell count explicit ARM: dts: at91: nattis: add lvds-encoder ARM: dts: at91: nattis: use up-to-date mtd partitions ARM: dts: at91: tse850: use the correct compatible for the eeprom ARM: dts: at91: nattis: use the correct compatible for the eeprom ARM: dts: at91: sam9rl: Properly assign copyright
| * | ARM: dts: at91: use 'atmel' as at24 manufacturer for at91sam9263ekBartosz Golaszewski2018-02-131-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Using compatible strings without the <manufacturer> part for at24 is now deprecated. Use a correct 'atmel,<model>' value. Signed-off-by: Bartosz Golaszewski <brgl@bgdev.pl> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
| * | ARM: dts: at91: use 'atmel' as at24 manufacturer for at91-sama5d2_ptc_ekBartosz Golaszewski2018-02-131-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Using compatible strings without the <manufacturer> part for at24 is now deprecated. Use a correct 'atmel,<model>' value. Signed-off-by: Bartosz Golaszewski <brgl@bgdev.pl> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
| * | ARM: dts: at91: use 'atmel' as at24 manufacturer for at91sam9g20ekBartosz Golaszewski2018-02-131-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Using compatible strings without the <manufacturer> part for at24 is now deprecated. Use a correct 'atmel,<model>' value. Signed-off-by: Bartosz Golaszewski <brgl@bgdev.pl> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
| * | ARM: dts: at91: use 'atmel' as at24 manufacturer for at91sam9260ekBartosz Golaszewski2018-02-131-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Using compatible strings without the <manufacturer> part for at24 is now deprecated. Use a correct 'atmel,<model>' value. Signed-off-by: Bartosz Golaszewski <brgl@bgdev.pl> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
| * | ARM: dts: at91: use 'atmel' as at24 manufacturer for sama5d34ekBartosz Golaszewski2018-02-131-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Using compatible strings without the <manufacturer> part for at24 is now deprecated. Use a correct 'atmel,<model>' value. Signed-off-by: Bartosz Golaszewski <brgl@bgdev.pl> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
| * | ARM: dts: at91: sama5d4: fix pinctrl compatible stringSantiago Esteban2018-02-131-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The compatible string is incorrect. Add atmel,sama5d3-pinctrl since it's the appropriate compatible string. Remove the atmel,at91rm9200-pinctrl compatible string, this fallback is useless, there are too many changes. Signed-off-by: Santiago Esteban <Santiago.Esteban@microchip.com> Signed-off-by: Ludovic Desroches <ludovic.desroches@microchip.com> Cc: stable@vger.kernel.org #v3.18 Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
| * | ARM: dts: at91: tse850: make the sound dai cell count explicitPeter Rosin2018-02-131-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | The node is referred to as a DAI from the sound node and should therefore have a #sound-dai-cells property. Fixes: 21dd0ece34c2 ("ARM: dts: at91: add devicetree for the Axentia TSE-850") Signed-off-by: Peter Rosin <peda@axentia.se> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
| * | ARM: dts: at91: nattis: add lvds-encoderPeter Rosin2018-02-131-3/+28
| | | | | | | | | | | | | | | | | | | | | | | | The lvds encoder chip was omitted by oversight. Add it. Fixes: 0e4323899973 ("ARM: dts: at91: add devicetree for the Axentia Nattis with Natte power") Signed-off-by: Peter Rosin <peda@axentia.se> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
| * | ARM: dts: at91: nattis: use up-to-date mtd partitionsPeter Rosin2018-02-131-11/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The nattis currently relies on the cmdline to correctly configure the MTD partition table, and the one given in the device tree is simply ignored. Which is fortunate, since the device tree partition table is bonkers and does not match reality. So, in order to avoid confusion, fix the device tree partition table to match what is expected (i.e. what is normally provided on the cmdline). In particular, the rootfs partition should be mtd6. Fixes: 0e4323899973 ("ARM: dts: at91: add devicetree for the Axentia Nattis with Natte power") Signed-off-by: Peter Rosin <peda@axentia.se> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
| * | ARM: dts: at91: tse850: use the correct compatible for the eepromPeter Rosin2018-02-131-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The used part does contain an eeprom compatible with an Atmel 24c02 chip and it is from NXP, but it is not called 24c02. It's actually a se97b chip. Adjust the compatible accordingly. Fixes: 21dd0ece34c2 ("ARM: dts: at91: add devicetree for the Axentia TSE-850") Signed-off-by: Peter Rosin <peda@axentia.se> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
| * | ARM: dts: at91: nattis: use the correct compatible for the eepromPeter Rosin2018-02-131-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The used part does contain an eeprom compatible with an Atmel 24c02 chip and it is from NXP, but it is not called 24c02. It's actually a se97b chip. Adjust the compatible accordingly. Fixes: 0e4323899973 ("ARM: dts: at91: add devicetree for the Axentia Nattis with Natte power") Signed-off-by: Peter Rosin <peda@axentia.se> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
| * | ARM: dts: at91: sam9rl: Properly assign copyrightAlexandre Belloni2018-02-132-2/+4
| |/ | | | | | | | | | | | | The copyright holder for this work is Microchip (formerly Atmel) Acked-by: Nicolas Ferre <nicolas.ferre@microchip.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>