summaryrefslogtreecommitdiff
path: root/arch/arm64/boot/dts
diff options
context:
space:
mode:
authorZhangbin Tong <zebulun.tong@rock-chips.com>2018-10-31 15:30:05 +0800
committerZhangbin Tong <zebulun.tong@rock-chips.com>2019-02-28 10:58:22 +0800
commit5a3119b4d5b82bb621c052e3a28b879a380c371a (patch)
tree767c3c33f60fd695b9cad5baaf457ed9965fe1f4 /arch/arm64/boot/dts
parent7d865d0f31fc55bcc9e4a8cd0ea7b498d8230f43 (diff)
arm64: dts: rockchip: rk3399-box: Fix RC pinctrl error
The commit e38aa951c83b ("pwm: rockchip: Make pwm pinctrl setting after pwm enabled") modified the pinctrl-names to "active". Change-Id: I931707d194d7a5aa0c3e652933e8fae3ada20132 Signed-off-by: Zhangbin Tong <zebulun.tong@rock-chips.com>
Diffstat (limited to 'arch/arm64/boot/dts')
-rw-r--r--arch/arm64/boot/dts/rockchip/rk3399-box-android-6.0.dtsi2
-rw-r--r--arch/arm64/boot/dts/rockchip/rk3399-box.dtsi2
2 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/rockchip/rk3399-box-android-6.0.dtsi b/arch/arm64/boot/dts/rockchip/rk3399-box-android-6.0.dtsi
index 87b303503e35..7caf7a730b39 100644
--- a/arch/arm64/boot/dts/rockchip/rk3399-box-android-6.0.dtsi
+++ b/arch/arm64/boot/dts/rockchip/rk3399-box-android-6.0.dtsi
@@ -641,6 +641,8 @@
&pwm3 {
status = "okay";
+ pinctrl-names = "default";
+ pinctrl-0 = <&pwm3a_pin>;
interrupts = <GIC_SPI 61 IRQ_TYPE_LEVEL_HIGH 0>;
compatible = "rockchip,remotectl-pwm";
remote_pwm_id = <3>;
diff --git a/arch/arm64/boot/dts/rockchip/rk3399-box.dtsi b/arch/arm64/boot/dts/rockchip/rk3399-box.dtsi
index 3ff1c59a0c35..bd4066dd43a6 100644
--- a/arch/arm64/boot/dts/rockchip/rk3399-box.dtsi
+++ b/arch/arm64/boot/dts/rockchip/rk3399-box.dtsi
@@ -653,6 +653,8 @@
&pwm3 {
status = "okay";
+ pinctrl-names = "default";
+ pinctrl-0 = <&pwm3a_pin>;
interrupts = <GIC_SPI 61 IRQ_TYPE_LEVEL_HIGH 0>;
compatible = "rockchip,remotectl-pwm";
remote_pwm_id = <3>;