diff options
author | Sricharan R <sricharan@codeaurora.org> | 2018-05-25 09:11:20 +0300 |
---|---|---|
committer | Andy Gross <andy.gross@linaro.org> | 2018-05-25 23:40:21 +0300 |
commit | 22592a2277dfc946ad00f1ae83901c477cce288b (patch) | |
tree | c4d88b80b78d1e2e7f537356e307842bc2b12c87 /arch/arm64/boot/dts/qcom/ipq8074-hk01.dts | |
parent | d4aea7d5ac558ec863d00dd2335cb9cb96fc832c (diff) | |
download | linux-22592a2277dfc946ad00f1ae83901c477cce288b.tar.xz |
ARM: dts: ipq8074: Add peripheral nodes
Add serial, i2c, bam, spi, qpic peripheral nodes.
While here, fix the PMU node's irq trigger to avoid
the boot warnings from GIC.
Reviewed-by: Abhishek Sahu <absahu@codeaurora.org>
Signed-off-by: Sricharan R <sricharan@codeaurora.org>
Signed-off-by: Andy Gross <andy.gross@linaro.org>
Diffstat (limited to 'arch/arm64/boot/dts/qcom/ipq8074-hk01.dts')
-rw-r--r-- | arch/arm64/boot/dts/qcom/ipq8074-hk01.dts | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/arch/arm64/boot/dts/qcom/ipq8074-hk01.dts b/arch/arm64/boot/dts/qcom/ipq8074-hk01.dts index 6a838b5d321e..72c5b4a3ef0e 100644 --- a/arch/arm64/boot/dts/qcom/ipq8074-hk01.dts +++ b/arch/arm64/boot/dts/qcom/ipq8074-hk01.dts @@ -33,19 +33,7 @@ }; soc { - pinctrl@1000000 { - serial_4_pins: serial4_pinmux { - mux { - pins = "gpio23", "gpio24"; - function = "blsp4_uart1"; - bias-disable; - }; - }; - }; - serial@78b3000 { - pinctrl-0 = <&serial_4_pins>; - pinctrl-names = "default"; status = "ok"; }; }; |