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

ARM: dts: enable pinctrl for Broadcom NSP

This enables the pinctrl support for Broadcom NSP SoC

Signed-off-by: Yendapally Reddy Dhananjaya Reddy <yrdreddy@broadcom.com>
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>

authored by

Yendapally Reddy Dhananjaya Reddy and committed by
Florian Fainelli
ea2d8975 44a06fa4

+16
+7
arch/arm/boot/dts/bcm-nsp.dtsi
··· 277 277 "usbclk", "iprocfast", "sata1", 278 278 "sata2"; 279 279 }; 280 + 281 + pinctrl: pinctrl@3f1c0 { 282 + compatible = "brcm,nsp-pinmux"; 283 + reg = <0x3f1c0 0x04>, 284 + <0x30028 0x04>, 285 + <0x3f408 0x04>; 286 + }; 280 287 }; 281 288 };
+9
arch/arm/boot/dts/bcm958625k.dts
··· 105 105 }; 106 106 }; 107 107 }; 108 + 109 + &pinctrl { 110 + pinctrl-names = "default"; 111 + pinctrl-0 = <&nand_sel>; 112 + nand_sel: nand_sel { 113 + function = "nand"; 114 + groups = "nand_grp"; 115 + }; 116 + };