aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/bmips/dts/bcm6318-comtrend-ar-5315u.dts
diff options
context:
space:
mode:
authorÁlvaro Fernández Rojas <noltari@gmail.com>2023-03-09 18:54:59 +0100
committerÁlvaro Fernández Rojas <noltari@gmail.com>2023-03-09 19:05:30 +0100
commit89390a9e5050054ff42dffb50abf2db427687e52 (patch)
treeb694f36236533d1d47d3e5cd70093fe9fc0aef99 /target/linux/bmips/dts/bcm6318-comtrend-ar-5315u.dts
parentf30757b94e6f0b0a547b4932eb97e550f0bffe3d (diff)
downloadupstream-89390a9e5050054ff42dffb50abf2db427687e52.tar.gz
upstream-89390a9e5050054ff42dffb50abf2db427687e52.tar.bz2
upstream-89390a9e5050054ff42dffb50abf2db427687e52.zip
bmips: dts: fix warnings
- Add missing interrupt-parent to ext_intc. - Add missing #address-cells and #size-cells to gpio_cntl. - Use proper gpio handle for gpios (ar-5315u). Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
Diffstat (limited to 'target/linux/bmips/dts/bcm6318-comtrend-ar-5315u.dts')
-rw-r--r--target/linux/bmips/dts/bcm6318-comtrend-ar-5315u.dts4
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/bmips/dts/bcm6318-comtrend-ar-5315u.dts b/target/linux/bmips/dts/bcm6318-comtrend-ar-5315u.dts
index a54d632770..ec50c3e07d 100644
--- a/target/linux/bmips/dts/bcm6318-comtrend-ar-5315u.dts
+++ b/target/linux/bmips/dts/bcm6318-comtrend-ar-5315u.dts
@@ -23,14 +23,14 @@
wps {
label = "wps";
- gpios = <&pinctrl 3 GPIO_ACTIVE_LOW>;
+ gpios = <&gpio 3 GPIO_ACTIVE_LOW>;
linux,code = <KEY_WPS_BUTTON>;
debounce-interval = <60>;
};
reset {
label = "reset";
- gpios = <&pinctrl 33 GPIO_ACTIVE_LOW>;
+ gpios = <&gpio 33 GPIO_ACTIVE_LOW>;
linux,code = <KEY_RESTART>;
debounce-interval = <60>;
};