[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <287b5f0b-26b2-7811-9305-5194ebf0138a@osg.samsung.com>
Date: Fri, 10 Feb 2017 11:04:50 -0300
From: Javier Martinez Canillas <javier@....samsung.com>
To: Andi Shyti <andi.shyti@...sung.com>,
Krzysztof Kozlowski <krzk@...nel.org>
Cc: linux-samsung-soc@...r.kernel.org, linux-kernel@...r.kernel.org,
Andi Shyti <andi@...zian.org>
Subject: Re: [PATCH v2] arm64: dts: Enable ir-spi in the tm2 and tm2e boards
Hello Andi,
On 02/09/2017 11:22 PM, Andi Shyti wrote:
> Add the device tree node for the ir-spi driver which enable the
> ir led for remote controlling.
>
> This patch sets first the GPR3[3] gpio line as a regulator-fixed
> for enabling an external regulator which powers the IR LED.
>
> Removes also the default assignment of GPG3[7] related to the
> MOSI line of the SPI3 bus.
>
> Signed-off-by: Andi Shyti <andi.shyti@...sung.com>
> ---
> Changelog v1 -> v2
> ==================
> v1: https://marc.info/?l=linux-kernel&m=148645523229894&w=2
>
> - used 'GPIO_ACTIVE_HIGH' instead of '0'
> - added back the gpg3-5 gpio initialization related to the SPI3
> CS line that was erroneously removed
>
> .../boot/dts/exynos/exynos5433-tm2-common.dtsi | 26 +++++++++++++++++++++-
> 1 file changed, 25 insertions(+), 1 deletion(-)
>
> diff --git a/arch/arm64/boot/dts/exynos/exynos5433-tm2-common.dtsi b/arch/arm64/boot/dts/exynos/exynos5433-tm2-common.dtsi
> index 098ad557fee3..4df6b57a0a68 100644
> --- a/arch/arm64/boot/dts/exynos/exynos5433-tm2-common.dtsi
> +++ b/arch/arm64/boot/dts/exynos/exynos5433-tm2-common.dtsi
> @@ -106,6 +106,13 @@
> };
> };
>
> + irda_regulator: irda-regulator {
> + compatible = "regulator-fixed";
> + enable-active-high;
> + gpio = <&gpr3 3 GPIO_ACTIVE_HIGH>;
> + regulator-name = "irda_regulator";
How is this regulator named in the board schematics? My
understanding is that regulator-name should match this.
I don't have access to this so it may be "irda_regulator"
although I was expecting something more like "VDD_IRDA".
Patch looks good to me though:
Reviewed-by: Javier Martinez Canillas <javier@....samsung.com>
Best regards,
--
Javier Martinez Canillas
Open Source Group
Samsung Research America
Powered by blists - more mailing lists