diff options
author | Robin Murphy <robin.murphy@arm.com> | 2022-03-16 01:08:10 +0300 |
---|---|---|
committer | Heiko Stuebner <heiko@sntech.de> | 2022-04-04 11:01:53 +0300 |
commit | a070d3b857d4961e1202754f7a86a0f796f808cd (patch) | |
tree | 90d6a99d6601af9b027d188afb59d6774ffad844 /arch/arm64/boot/dts/rockchip/rk3399-nanopi4.dtsi | |
parent | 16c0f95d9ed14f033b5f1bd37e96d257b60c198c (diff) | |
download | linux-a070d3b857d4961e1202754f7a86a0f796f808cd.tar.xz |
arm64: dts: rockchip: Add some pins for NanoPi4
The NanoPi4 boards have the RK808's always-on 32KHz clock wired to the
SoC, so have it claim the relevant pinctrl to actually enable the
CLK32K_IN input. The RK808's SLEEP pin is also wired to the SoC's
AP_PWROFF output, so we may as well claim that too.
Signed-off-by: Robin Murphy <robin.murphy@arm.com>
Link: https://lore.kernel.org/r/e870284a872567f163868b77267c01b77ed6f22a.1647381986.git.robin.murphy@arm.com
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Diffstat (limited to 'arch/arm64/boot/dts/rockchip/rk3399-nanopi4.dtsi')
-rw-r--r-- | arch/arm64/boot/dts/rockchip/rk3399-nanopi4.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/rockchip/rk3399-nanopi4.dtsi b/arch/arm64/boot/dts/rockchip/rk3399-nanopi4.dtsi index 8c0ff6c96e03..248ad41a976b 100644 --- a/arch/arm64/boot/dts/rockchip/rk3399-nanopi4.dtsi +++ b/arch/arm64/boot/dts/rockchip/rk3399-nanopi4.dtsi @@ -267,7 +267,7 @@ interrupt-parent = <&gpio1>; interrupts = <21 IRQ_TYPE_LEVEL_LOW>; pinctrl-names = "default"; - pinctrl-0 = <&pmic_int_l>; + pinctrl-0 = <&pmic_int_l>, <&ap_pwroff>, <&clk_32k>; rockchip,system-power-controller; wakeup-source; |