[U-Boot] [PATCH V2 6/8] dts: peach_pit: Add SLP and RST GPIO properties in parade DT node
Simon Glass
sjg at google.com
Tue Mar 3 16:04:46 CET 2015
On 3 March 2015 at 07:03, Ajay Kumar <ajaykumar.rs at samsung.com> wrote:
> Now that parade driver supports reading SLP and RST GPIO
> from DT, specify the same in parade DT node.
>
> Signed-off-by: Ajay Kumar <ajaykumar.rs at samsung.com>
> ---
> arch/arm/dts/exynos5420-peach-pit.dts | 2 ++
> 1 file changed, 2 insertions(+)
Reviewed-by: Simon Glass <sjg at chromium.org>
Tested on Pi.
Tested-by: Simon Glass <sjg at chromium.org>
>
> diff --git a/arch/arm/dts/exynos5420-peach-pit.dts b/arch/arm/dts/exynos5420-peach-pit.dts
> index b801de9..3ad4728 100644
> --- a/arch/arm/dts/exynos5420-peach-pit.dts
> +++ b/arch/arm/dts/exynos5420-peach-pit.dts
> @@ -67,6 +67,8 @@
> edp-lvds-bridge at 48 {
> compatible = "parade,ps8625";
> reg = <0x48>;
> + sleep-gpio = <&gpx3 5 GPIO_ACTIVE_HIGH>;
> + reset-gpio = <&gpy7 7 GPIO_ACTIVE_HIGH>;
> };
> };
>
> --
> 1.7.9.5
>
More information about the U-Boot
mailing list