From 0755c2d117060a252674191b98bc852ccd8840fe Mon Sep 17 00:00:00 2001 From: Jonas Gorski Date: Fri, 1 Jul 2016 11:23:06 +0200 Subject: brcm63xx: add pinctrl support Add and enable pincontrol drivers, and update dts(i) files with appropriate hogs. Signed-off-by: Jonas Gorski --- target/linux/brcm63xx/dts/homehub2a.dts | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'target/linux/brcm63xx/dts/homehub2a.dts') diff --git a/target/linux/brcm63xx/dts/homehub2a.dts b/target/linux/brcm63xx/dts/homehub2a.dts index b86a48fe40..0d51c870a1 100644 --- a/target/linux/brcm63xx/dts/homehub2a.dts +++ b/target/linux/brcm63xx/dts/homehub2a.dts @@ -17,9 +17,9 @@ #size-cells = <0>; compatible = "spi-gpio"; - gpio-mosi = <&gpio0 7 0>; - gpio-sck = <&gpio0 6 0>; - cs-gpios = <&gpio0 5 0>; + gpio-mosi = <&pinctrl 7 0>; + gpio-sck = <&pinctrl 6 0>; + cs-gpios = <&pinctrl 5 0>; num-chipselects = <1>; hc595: gpio-spi-controller@0 { @@ -42,17 +42,17 @@ phone { label = "phone"; - gpios = <&gpio0 1 1>; + gpios = <&pinctrl 1 1>; linux,code = ; }; reset { label = "reset"; - gpios = <&gpio0 9 1>; + gpios = <&pinctrl 9 1>; linux,code = ; }; wps { label = "wps"; - gpios = <&gpio0 11 1>; + gpios = <&pinctrl 11 1>; linux,code = ; }; }; -- cgit v1.2.3