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/ct-6373.dts | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'target/linux/brcm63xx/dts/ct-6373.dts') diff --git a/target/linux/brcm63xx/dts/ct-6373.dts b/target/linux/brcm63xx/dts/ct-6373.dts index f2a5842c69..8e6eb453a7 100644 --- a/target/linux/brcm63xx/dts/ct-6373.dts +++ b/target/linux/brcm63xx/dts/ct-6373.dts @@ -17,8 +17,8 @@ #size-cells = <0>; compatible = "spi-gpio"; - gpio-mosi = <&gpio0 7 0>; - gpio-sck = <&gpio0 6 0>; + gpio-mosi = <&pinctrl 7 0>; + gpio-sck = <&pinctrl 6 0>; num-chipselects = <0>; hc595: gpio-spi-controller@0 { @@ -41,7 +41,7 @@ reset { label = "reset"; - gpios = <&gpio1 3 1>; + gpios = <&pinctrl 35 1>; linux,code = ; }; }; @@ -51,16 +51,16 @@ power_green { label = "CT6373-1:green:power"; - gpios = <&gpio0 0 0>; + gpios = <&pinctrl 0 0>; default-state = "on"; }; usb_green { label = "CT6373-1:green:usb"; - gpios = <&gpio0 3 1>; + gpios = <&pinctrl 3 1>; }; wlan_green { label = "CT6373-1:green:wlan"; - gpios = <&gpio0 9 1>; + gpios = <&pinctrl 9 1>; }; dsl_green { label = "CT6373-1:green:adsl"; -- cgit v1.2.3