summaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/rk3288-veyron-chromebook.dtsi
Commit message (Collapse)AuthorAgeFilesLines
* ARM: dts: rockchip: replace gpio-key,wakeup with wakeup-source propertySudeep Holla2016-02-101-1/+1
| | | | | | | | | | | | | | | | | Keyboard driver for GPIO buttons(gpio-keys) checks for the legacy "gpio-key,wakeup" boolean property to enable gpio buttons as wakeup source. Few dts files assign value "1" to gpio-key,wakeup and in one instance a value "0" is assigned probably assuming it won't be enabled as a wakeup source. Since the presence of the boolean property indicates it is enabled, value of "0" have no value. This patch replaces the legacy "gpio-key,wakeup" with the unified "wakeup-source" property which inturn fixes the above mentioned issue. Signed-off-by: Sudeep Holla <sudeep.holla@arm.com> Signed-off-by: Heiko Stuebner <heiko@sntech.de>
* ARM: dts: rockchip: add shared rk3288-veyron filesAlexandru M Stan2015-07-161-0/+232
This adds the shared devicetree files for the Veyron device family. They are split, as not all veyron devices are chromebooks and not all contain a sd-card slot. Signed-off-by: Alexandru M Stan <amstan@chromium.org> Signed-off-by: Heiko Stuebner <heiko@sntech.de> Reviewed-by: Doug Anderson <dianders@chromium.org>