summaryrefslogtreecommitdiff
path: root/arch/arm64/boot/dts/qcom/apq8096-db820c-pmic-pins.dtsi
diff options
context:
space:
mode:
authorArnd Bergmann <arnd@arndb.de>2016-11-30 15:08:55 +0100
committerArnd Bergmann <arnd@arndb.de>2016-11-30 15:15:16 +0100
commitf98121f3ef3d36f4d040b11ab38f15387f6eefa2 (patch)
treeae045bee4d70829997a318adb0c93c444252cc07 /arch/arm64/boot/dts/qcom/apq8096-db820c-pmic-pins.dtsi
parentba13357e689f8bcb389211312a15bccec267a127 (diff)
arm64: dts: fix build errors from missing dependencies
Two branches were incorrectly sent without having the necessary header file changes. Rather than back those out now, I'm replacing the symbolic names for the clks and resets with the numeric values to get 'make allmodconfig dtbs' back to work. After the header file changes are merged, we can revert this patch. Fixes: 6bc37fa ("arm64: dts: add Allwinner A64 SoC .dtsi") Fixes: 50784e6 ("dts: arm64: db820c: add pmic pins specific dts file") Acked-by: Andre Przywara <andre.przywara@arm.com> Acked-by: Maxime Ripard <maxime.ripard@free-electrons.com> Acked-by: Srinivas Kandagatla <srinivas.kandagatla@linaro.org> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/arm64/boot/dts/qcom/apq8096-db820c-pmic-pins.dtsi')
-rw-r--r--arch/arm64/boot/dts/qcom/apq8096-db820c-pmic-pins.dtsi2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/qcom/apq8096-db820c-pmic-pins.dtsi b/arch/arm64/boot/dts/qcom/apq8096-db820c-pmic-pins.dtsi
index 0938191c012f..0de95171d6d0 100644
--- a/arch/arm64/boot/dts/qcom/apq8096-db820c-pmic-pins.dtsi
+++ b/arch/arm64/boot/dts/qcom/apq8096-db820c-pmic-pins.dtsi
@@ -9,7 +9,7 @@
pinconf {
pins = "gpio5";
output-low;
- power-source = <PM8994_GPIO_S4>; // 1.8V
+ power-source = <2>; // PM8994_GPIO_S4, 1.8V
};
};
};