From: Christian Kohn Date: Thu, 12 Nov 2015 23:53:35 +0000 (-0800) Subject: ARM: zynq: zc702: Linux adv7511 on i2c bus X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=bc4bbcf295154be0efd0e2ed9c01ce8d5b2ae627;p=thirdparty%2Fu-boot.git ARM: zynq: zc702: Linux adv7511 on i2c bus Fix bindings for adv7511 to match Base TRD. Signed-off-by: Christian Kohn Signed-off-by: Michal Simek --- diff --git a/arch/arm/dts/zynq-zc702.dts b/arch/arm/dts/zynq-zc702.dts index 293874bfebc..e6b2ce4255b 100644 --- a/arch/arm/dts/zynq-zc702.dts +++ b/arch/arm/dts/zynq-zc702.dts @@ -137,17 +137,11 @@ adv7511: hdmi-tx@39 { compatible = "adi,adv7511"; reg = <0x39>; - adi,input-style = <0x03>; - adi,input-id = <0x01>; - adi,input-color-depth = <0x3>; - adi,sync-pulse = <0x03>; - adi,bit-justification = <0x01>; - adi,up-conversion = <0x00>; - adi,timing-generation-sequence = <0x00>; - adi,vsync-polarity = <0x02>; - adi,hsync-polarity = <0x02>; - adi,tdms-clock-inversion; - adi,clock-delay = <0x00>; + adi,input-depth = <8>; + adi,input-colorspace = "yuv422"; + adi,input-clock = "1x"; + adi,input-style = <3>; + adi,input-justification = "right"; }; };