Re: [PATCH 07/11] ARM: DT: STiH407: Add systrace pin configuration

2015-09-11 Thread Lee Jones
On Fri, 11 Sep 2015, Peter Griffin wrote:

> This patch adds the pin config for systrace for
> STiH407 family silicon.
> 
> Signed-off-by: Patrice Chotard 
> Signed-off-by: Fabrice Gasnier 
> Signed-off-by: Peter Griffin 
> ---
>  arch/arm/boot/dts/stih407-pinctrl.dtsi | 12 
>  1 file changed, 12 insertions(+)

Besides the SoBs, which are a little confusing:

Acked-by: Lee Jones 

> diff --git a/arch/arm/boot/dts/stih407-pinctrl.dtsi 
> b/arch/arm/boot/dts/stih407-pinctrl.dtsi
> index cde776b..798d901 100644
> --- a/arch/arm/boot/dts/stih407-pinctrl.dtsi
> +++ b/arch/arm/boot/dts/stih407-pinctrl.dtsi
> @@ -658,6 +658,18 @@
>   };
>   };
>   };
> +
> + systrace {
> + pinctrl_systrace_default: systrace-default {
> + st,pins {
> + trc_data0 = < 3 ALT5 OUT>;
> + trc_data1 = < 4 ALT5 OUT>;
> + trc_data2 = < 5 ALT5 OUT>;
> + trc_data3 = < 6 ALT5 OUT>;
> + trc_clk   = < 7 ALT5 OUT>;
> + };
> + };
> + };
>   };
>  
>   pin-controller-front1 {

-- 
Lee Jones
Linaro STMicroelectronics Landing Team Lead
Linaro.org │ Open source software for ARM SoCs
Follow Linaro: Facebook | Twitter | Blog
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


[PATCH 07/11] ARM: DT: STiH407: Add systrace pin configuration

2015-09-11 Thread Peter Griffin
This patch adds the pin config for systrace for
STiH407 family silicon.

Signed-off-by: Patrice Chotard 
Signed-off-by: Fabrice Gasnier 
Signed-off-by: Peter Griffin 
---
 arch/arm/boot/dts/stih407-pinctrl.dtsi | 12 
 1 file changed, 12 insertions(+)

diff --git a/arch/arm/boot/dts/stih407-pinctrl.dtsi 
b/arch/arm/boot/dts/stih407-pinctrl.dtsi
index cde776b..798d901 100644
--- a/arch/arm/boot/dts/stih407-pinctrl.dtsi
+++ b/arch/arm/boot/dts/stih407-pinctrl.dtsi
@@ -658,6 +658,18 @@
};
};
};
+
+   systrace {
+   pinctrl_systrace_default: systrace-default {
+   st,pins {
+   trc_data0 = < 3 ALT5 OUT>;
+   trc_data1 = < 4 ALT5 OUT>;
+   trc_data2 = < 5 ALT5 OUT>;
+   trc_data3 = < 6 ALT5 OUT>;
+   trc_clk   = < 7 ALT5 OUT>;
+   };
+   };
+   };
};
 
pin-controller-front1 {
-- 
1.9.1

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


[PATCH 07/11] ARM: DT: STiH407: Add systrace pin configuration

2015-09-11 Thread Peter Griffin
This patch adds the pin config for systrace for
STiH407 family silicon.

Signed-off-by: Patrice Chotard 
Signed-off-by: Fabrice Gasnier 
Signed-off-by: Peter Griffin 
---
 arch/arm/boot/dts/stih407-pinctrl.dtsi | 12 
 1 file changed, 12 insertions(+)

diff --git a/arch/arm/boot/dts/stih407-pinctrl.dtsi 
b/arch/arm/boot/dts/stih407-pinctrl.dtsi
index cde776b..798d901 100644
--- a/arch/arm/boot/dts/stih407-pinctrl.dtsi
+++ b/arch/arm/boot/dts/stih407-pinctrl.dtsi
@@ -658,6 +658,18 @@
};
};
};
+
+   systrace {
+   pinctrl_systrace_default: systrace-default {
+   st,pins {
+   trc_data0 = < 3 ALT5 OUT>;
+   trc_data1 = < 4 ALT5 OUT>;
+   trc_data2 = < 5 ALT5 OUT>;
+   trc_data3 = < 6 ALT5 OUT>;
+   trc_clk   = < 7 ALT5 OUT>;
+   };
+   };
+   };
};
 
pin-controller-front1 {
-- 
1.9.1

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [PATCH 07/11] ARM: DT: STiH407: Add systrace pin configuration

2015-09-11 Thread Lee Jones
On Fri, 11 Sep 2015, Peter Griffin wrote:

> This patch adds the pin config for systrace for
> STiH407 family silicon.
> 
> Signed-off-by: Patrice Chotard 
> Signed-off-by: Fabrice Gasnier 
> Signed-off-by: Peter Griffin 
> ---
>  arch/arm/boot/dts/stih407-pinctrl.dtsi | 12 
>  1 file changed, 12 insertions(+)

Besides the SoBs, which are a little confusing:

Acked-by: Lee Jones 

> diff --git a/arch/arm/boot/dts/stih407-pinctrl.dtsi 
> b/arch/arm/boot/dts/stih407-pinctrl.dtsi
> index cde776b..798d901 100644
> --- a/arch/arm/boot/dts/stih407-pinctrl.dtsi
> +++ b/arch/arm/boot/dts/stih407-pinctrl.dtsi
> @@ -658,6 +658,18 @@
>   };
>   };
>   };
> +
> + systrace {
> + pinctrl_systrace_default: systrace-default {
> + st,pins {
> + trc_data0 = < 3 ALT5 OUT>;
> + trc_data1 = < 4 ALT5 OUT>;
> + trc_data2 = < 5 ALT5 OUT>;
> + trc_data3 = < 6 ALT5 OUT>;
> + trc_clk   = < 7 ALT5 OUT>;
> + };
> + };
> + };
>   };
>  
>   pin-controller-front1 {

-- 
Lee Jones
Linaro STMicroelectronics Landing Team Lead
Linaro.org │ Open source software for ARM SoCs
Follow Linaro: Facebook | Twitter | Blog
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/