summaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/rk3288-evb.dtsi
diff options
context:
space:
mode:
authorDoug Anderson2014-08-11 20:47:29 +0200
committerHeiko Stuebner2014-08-16 22:30:56 +0200
commit91ff8cd8c3aae34a26b517506cc1ff809401a490 (patch)
tree3813082cb60601c89684640f3ec9ff968f734d2d /arch/arm/boot/dts/rk3288-evb.dtsi
parentARM: dts: Enable emmc and sdmmc on the rk3288-evb boards (diff)
downloadkernel-qcow2-linux-91ff8cd8c3aae34a26b517506cc1ff809401a490.tar.gz
kernel-qcow2-linux-91ff8cd8c3aae34a26b517506cc1ff809401a490.tar.xz
kernel-qcow2-linux-91ff8cd8c3aae34a26b517506cc1ff809401a490.zip
ARM: dts: Move the PMIC interrupt pinctrl line to rk3288-evb common
The PMIC interrupt pinctrl line was added to the rk3288-evb-act8846, but it's the same line on both the ACT8846 version and the RK808 version. This makes a lot of sense since they share the same SoC daugherboard. Move the pinctrl definition to the common file so we can use it for the RK808 version. NOTE: The PMIC interrupt doesn't _actually_ go to the PMIC on the ACT8846 version of the board (it does on the RK808), but our convention is to label things as they're labelled on the schematics. In the very least you can argue that this is the interrupt from the PMIC daughtercard even if it doesn't actually go to the PMIC chip. Signed-off-by: Doug Anderson <dianders@chromium.org> Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Diffstat (limited to 'arch/arm/boot/dts/rk3288-evb.dtsi')
-rw-r--r--arch/arm/boot/dts/rk3288-evb.dtsi6
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/rk3288-evb.dtsi b/arch/arm/boot/dts/rk3288-evb.dtsi
index ebce49a66a12..2964370aed90 100644
--- a/arch/arm/boot/dts/rk3288-evb.dtsi
+++ b/arch/arm/boot/dts/rk3288-evb.dtsi
@@ -108,6 +108,12 @@
};
};
+ pmic {
+ pmic_int: pmic-int {
+ rockchip,pins = <RK_GPIO0 4 RK_FUNC_GPIO &pcfg_pull_up>;
+ };
+ };
+
usb {
host_vbus_drv: host-vbus-drv {
rockchip,pins = <0 14 RK_FUNC_GPIO &pcfg_pull_none>;