aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/bmips/dts/bcm6368-comtrend-vr-3025u.dts
diff options
context:
space:
mode:
authorÁlvaro Fernández Rojas <noltari@gmail.com>2021-03-02 20:19:30 +0100
committerÁlvaro Fernández Rojas <noltari@gmail.com>2021-03-29 18:23:27 +0200
commit08d8a3646b938a22c5dc312bb73bc1d81c00f992 (patch)
tree9b91cf7718bf0d21004e3df7dc91a744dbd8c3be /target/linux/bmips/dts/bcm6368-comtrend-vr-3025u.dts
parent1b1a9d1944783705f96abde85d3981a618fec630 (diff)
downloadupstream-08d8a3646b938a22c5dc312bb73bc1d81c00f992.tar.gz
upstream-08d8a3646b938a22c5dc312bb73bc1d81c00f992.tar.bz2
upstream-08d8a3646b938a22c5dc312bb73bc1d81c00f992.zip
bmips: backport accepted pinctrl patches
These patches have been accepted for linux v5.13. External interrupts not supported for now. Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
Diffstat (limited to 'target/linux/bmips/dts/bcm6368-comtrend-vr-3025u.dts')
-rw-r--r--target/linux/bmips/dts/bcm6368-comtrend-vr-3025u.dts12
1 files changed, 6 insertions, 6 deletions
diff --git a/target/linux/bmips/dts/bcm6368-comtrend-vr-3025u.dts b/target/linux/bmips/dts/bcm6368-comtrend-vr-3025u.dts
index 6466cb3aca..4c00df32b9 100644
--- a/target/linux/bmips/dts/bcm6368-comtrend-vr-3025u.dts
+++ b/target/linux/bmips/dts/bcm6368-comtrend-vr-3025u.dts
@@ -19,7 +19,7 @@
reset {
label = "reset";
- gpios = <&pinctrl 34 GPIO_ACTIVE_LOW>;
+ gpios = <&gpio 34 GPIO_ACTIVE_LOW>;
linux,code = <KEY_RESTART>;
debounce-interval = <60>;
};
@@ -30,27 +30,27 @@
led@2 {
label = "green:dsl";
- gpios = <&pinctrl 2 GPIO_ACTIVE_LOW>;
+ gpios = <&gpio 2 GPIO_ACTIVE_LOW>;
};
led@5 {
label = "green:internet";
- gpios = <&pinctrl 5 GPIO_ACTIVE_HIGH>;
+ gpios = <&gpio 5 GPIO_ACTIVE_HIGH>;
};
led_power_green: led@22 {
label = "green:power";
- gpios = <&pinctrl 22 GPIO_ACTIVE_HIGH>;
+ gpios = <&gpio 22 GPIO_ACTIVE_HIGH>;
};
led_power_red: led@24 {
label = "red:power";
- gpios = <&pinctrl 24 GPIO_ACTIVE_HIGH>;
+ gpios = <&gpio 24 GPIO_ACTIVE_HIGH>;
};
led@31 {
label = "red:internet";
- gpios = <&pinctrl 31 GPIO_ACTIVE_HIGH>;
+ gpios = <&gpio 31 GPIO_ACTIVE_HIGH>;
};
};