diff options
| author | Aleksander Jan Bajkowski <olek2@wp.pl> | 2025-08-15 14:12:24 +0200 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2025-11-24 10:29:31 +0100 |
| commit | 49d9ac3af3a1eab9385b3a46b353e035c0b76b73 (patch) | |
| tree | 7e3a243c4a5436b95d1aca2ac608249e6f48e2e6 /arch/mips | |
| parent | e20d0efe03ea8cad669d2d972ed05024e6bf970a (diff) | |
| download | linux-49d9ac3af3a1eab9385b3a46b353e035c0b76b73.tar.gz linux-49d9ac3af3a1eab9385b3a46b353e035c0b76b73.tar.bz2 linux-49d9ac3af3a1eab9385b3a46b353e035c0b76b73.zip | |
mips: lantiq: danube: rename stp node on EASY50712 reference board
[ Upstream commit 2b9706ce84be9cb26be03e1ad2e43ec8bc3986be ]
This fixes the following warning:
arch/mips/boot/dts/lantiq/danube_easy50712.dtb: stp@e100bb0 (lantiq,gpio-stp-xway): $nodename:0: 'stp@e100bb0' does not match '^gpio@[0-9a-f]+$'
from schema $id: http://devicetree.org/schemas/gpio/gpio-stp-xway.yaml#
Signed-off-by: Aleksander Jan Bajkowski <olek2@wp.pl>
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
Signed-off-by: Sasha Levin <sashal@kernel.org>
Diffstat (limited to 'arch/mips')
| -rw-r--r-- | arch/mips/boot/dts/lantiq/danube_easy50712.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/boot/dts/lantiq/danube_easy50712.dts b/arch/mips/boot/dts/lantiq/danube_easy50712.dts index ab70028dbefc..c9f7886f57b8 100644 --- a/arch/mips/boot/dts/lantiq/danube_easy50712.dts +++ b/arch/mips/boot/dts/lantiq/danube_easy50712.dts @@ -96,7 +96,7 @@ lantiq,tx-burst-length = <4>; }; - stp0: stp@e100bb0 { + stp0: gpio@e100bb0 { #gpio-cells = <2>; compatible = "lantiq,gpio-stp-xway"; gpio-controller; |
