Skip to content

Commit 10a71ea

Browse files
krzkkhilman
authored andcommitted
ARM: dts: ti: omap: Align GPIO hog name with bindings
Bindings expect GPIO hog names to end with 'hog' suffix, so correct it to fix dtbs_check warning: omap3-evm.dtb: en_on_board_gpio_61: $nodename:0: 'en_on_board_gpio_61' does not match '^.+-hog(-[0-9]+)?$' Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Link: https://lore.kernel.org/r/20250115211648.194016-1-krzysztof.kozlowski@linaro.org Signed-off-by: Kevin Hilman <khilman@baylibre.com>
1 parent 2014c95 commit 10a71ea

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

arch/arm/boot/dts/ti/omap/omap3-evm-processor-common.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@
205205

206206
/* T2_GPIO_2 low to route GPIO_61 to on-board devices */
207207
&twl_gpio {
208-
en_on_board_gpio_61 {
208+
en-on-board-gpio-61-hog {
209209
gpio-hog;
210210
gpios = <2 GPIO_ACTIVE_HIGH>;
211211
output-low;

0 commit comments

Comments
 (0)