Hi Josh,

On 18/12/2014 at 16:51:05 +0800, Josh Wu wrote :
> For sama5d3xmb board, the pins: pinctrl_isi_{power,reset} is used to
> power-down or reset camera sensor.
> 
> So we should let camera sensor instead of ISI to configure the pins.
> This patch will change pinctrl name from pinctrl_isi_{power,reset} to
> pinctrl_sensor_{power,reset}.
> 
> Signed-off-by: Josh Wu <josh...@atmel.com>
> ---
>  arch/arm/boot/dts/sama5d3.dtsi    | 2 ++
>  arch/arm/boot/dts/sama5d3xmb.dtsi | 6 ++----
>  2 files changed, 4 insertions(+), 4 deletions(-)
> 
> diff --git a/arch/arm/boot/dts/sama5d3.dtsi b/arch/arm/boot/dts/sama5d3.dtsi
> index ed734e9..ff0fa3a 100644
> --- a/arch/arm/boot/dts/sama5d3.dtsi
> +++ b/arch/arm/boot/dts/sama5d3.dtsi
> @@ -214,6 +214,8 @@
>                               compatible = "atmel,at91sam9g45-isi";
>                               reg = <0xf0034000 0x4000>;
>                               interrupts = <37 IRQ_TYPE_LEVEL_HIGH 5>;
> +                             pinctrl-names = "default";
> +                             pinctrl-0 = <&pinctrl_isi_data_0_7>;

This should probably not be is that patch.

>                               clocks = <&isi_clk>;
>                               clock-names = "isi_clk";
>                               status = "disabled";
> diff --git a/arch/arm/boot/dts/sama5d3xmb.dtsi 
> b/arch/arm/boot/dts/sama5d3xmb.dtsi
> index 6af1cba..0aaebc6 100644
> --- a/arch/arm/boot/dts/sama5d3xmb.dtsi
> +++ b/arch/arm/boot/dts/sama5d3xmb.dtsi
> @@ -60,8 +60,6 @@
>                       };
>  
>                       isi: isi@f0034000 {
> -                             pinctrl-names = "default";
> -                             pinctrl-0 = <&pinctrl_isi_data_0_7 
> &pinctrl_isi_pck_as_mck &pinctrl_isi_power &pinctrl_isi_reset>;
>                       };
>  
>                       mmc1: mmc@f8000000 {
> @@ -122,12 +120,12 @@
>                                                       <AT91_PIOD 31 
> AT91_PERIPH_B AT91_PINCTRL_NONE>; /* PD31 periph B ISI_MCK */
>                                       };
>  
> -                                     pinctrl_isi_reset: isi_reset-0 {
> +                                     pinctrl_sensor_reset: sensor_reset-0 {
>                                               atmel,pins =
>                                                       <AT91_PIOE 24 
> AT91_PERIPH_GPIO AT91_PINCTRL_NONE>;   /* PE24 gpio */
>                                       };
>  
> -                                     pinctrl_isi_power: isi_power-0 {
> +                                     pinctrl_sensor_power: sensor_power-0 {
>                                               atmel,pins =
>                                                       <AT91_PIOE 29 
> AT91_PERIPH_GPIO AT91_PINCTRL_NONE>; /* PE29 gpio */
>                                       };
> -- 
> 1.9.1
> 

-- 
Alexandre Belloni, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to