Skip to content

Commit af8dbb8

Browse files
committed
arm64: dts: toshiba: tmpv7708: Align node names with DT bindings
DT bindings expect node names to follow certain pattern, dtbs_check warnings: tmpv7708-rm-mbrc.dtb: pmux@24190000 (toshiba,tmpv7708-pinctrl): 'pwm_mux' does not match any of the regexes: '-pins$', '^pinctrl-[0-9]+$' tmpv7708-rm-mbrc.dtb pmux@24190000 (toshiba,tmpv7708-pinctrl): $nodename:0: 'pmux@24190000' does not match '^(pinctrl|pinmux)(@[0-9a-f]+)?$' tmpv7708-rm-mbrc.dtb: wdt@28330000 (toshiba,visconti-wdt): $nodename:0: 'wdt@28330000' does not match '^(timer|watchdog)(@.*|-([0-9]|[1-9][0-9]+))?$' Reviewed-by: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.x90@mail.toshiba> Link: https://patch.msgid.link/20251022133616.74492-2-krzysztof.kozlowski@linaro.org Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
1 parent 8f0b4cc commit af8dbb8

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

arch/arm64/boot/dts/toshiba/tmpv7708.dtsi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@
161161
<0 0x24006000 0 0x2000>;
162162
};
163163

164-
pmux: pmux@24190000 {
164+
pmux: pinctrl@24190000 {
165165
compatible = "toshiba,tmpv7708-pinctrl";
166166
reg = <0 0x24190000 0 0x10000>;
167167
};
@@ -463,7 +463,7 @@
463463
status = "disabled";
464464
};
465465

466-
wdt: wdt@28330000 {
466+
wdt: watchdog@28330000 {
467467
compatible = "toshiba,visconti-wdt";
468468
reg = <0 0x28330000 0 0x1000>;
469469
clocks = <&pismu TMPV770X_CLK_WDTCLK>;

arch/arm64/boot/dts/toshiba/tmpv7708_pins.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
bias-pull-up;
9292
};
9393

94-
pwm_mux: pwm_mux {
94+
pwm_mux: pwm-pins {
9595
function = "pwm";
9696
};
9797

0 commit comments

Comments
 (0)