]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ARM: dts: at91: add dts file for sama5d36ek CMP board
authorWenyou Yang <wenyou.yang@atmel.com>
Mon, 21 Nov 2016 05:14:42 +0000 (13:14 +0800)
committerAlexandre Belloni <alexandre.belloni@free-electrons.com>
Tue, 10 Jan 2017 14:48:19 +0000 (15:48 +0100)
commit5347d806558bb77d35c26113049cc14b40089b78
tree8b721b06344766b0fbcc6fd7d2abe8f5e2686474
parent6c1652af61f0a2e5f210ffd3a067fcce8a7c5ecc
ARM: dts: at91: add dts file for sama5d36ek CMP board

The sama5d36ek CMP board is the variant of sama5d3xek board.
It is equipped with the low-power DDR2 SDRAM, PMIC ACT8865 and
some power rail. Its main purpose is used to measure the power
consumption.
The difference of the sama5d36ek CMP dts from sama5d36ek dts is
listed as below.
 1. The USB host nodes are removed, that is, the USB host is disabled.
 2. The gpio_keys node is added to wake up from the sleep.
 3. The LCD isn't supported due to the pins for LCD are conflicted
    with gpio_keys.
 4. The adc0 node support the pinctrl sleep state to fix the over
    consumption on VDDANA.

As said in errata, "When the USB host ports are used in high speed
mode (EHCI), it is not possible to suspend the ports if no device is
attached on each port. This leads to increased power consumption even
if the system is in a low power mode." That is why the the USB host
is disabled.

Signed-off-by: Wenyou Yang <wenyou.yang@atmel.com>
Acked-by: Nicolas Ferre <nicolas.ferre@atmel.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
arch/arm/boot/dts/Makefile
arch/arm/boot/dts/sama5d36ek_cmp.dts [new file with mode: 0644]
arch/arm/boot/dts/sama5d3xcm_cmp.dtsi [new file with mode: 0644]
arch/arm/boot/dts/sama5d3xmb_cmp.dtsi [new file with mode: 0644]