Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: dts: BCM5301X: Fix pinmux subnodes names

This matches pinmux-node.yaml requirements.

Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>

authored by

Rafał Miłecki and committed by
Florian Fainelli
bb95d7d4 a4528d90

+4 -4
+1 -1
arch/arm/boot/dts/bcm47094.dtsi
··· 11 11 &pinctrl { 12 12 compatible = "brcm,bcm4709-pinmux"; 13 13 14 - pinmux_mdio: mdio { 14 + pinmux_mdio: mdio-pins { 15 15 groups = "mdio_grp"; 16 16 function = "mdio"; 17 17 };
+3 -3
arch/arm/boot/dts/bcm5301x.dtsi
··· 458 458 function = "spi"; 459 459 }; 460 460 461 - pinmux_i2c: i2c { 461 + pinmux_i2c: i2c-pins { 462 462 groups = "i2c_grp"; 463 463 function = "i2c"; 464 464 }; 465 465 466 - pinmux_pwm: pwm { 466 + pinmux_pwm: pwm-pins { 467 467 groups = "pwm0_grp", "pwm1_grp", 468 468 "pwm2_grp", "pwm3_grp"; 469 469 function = "pwm"; 470 470 }; 471 471 472 - pinmux_uart1: uart1 { 472 + pinmux_uart1: uart1-pins { 473 473 groups = "uart1_grp"; 474 474 function = "uart1"; 475 475 };