From: Michal Simek Date: Wed, 21 Oct 2015 13:17:59 +0000 (+0200) Subject: ARM64: zynqmp: Move dp_sub node X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8c1e5619463abdb33e9e97b61c323c6569829931;p=thirdparty%2Fu-boot.git ARM64: zynqmp: Move dp_sub node Sort nodes. Signed-off-by: Michal Simek --- diff --git a/arch/arm/dts/zynqmp.dtsi b/arch/arm/dts/zynqmp.dtsi index 2d36eb59b33..dd5ee1bdac8 100644 --- a/arch/arm/dts/zynqmp.dtsi +++ b/arch/arm/dts/zynqmp.dtsi @@ -648,14 +648,6 @@ clock-accuracy = <100>; }; - xlnx_dp_sub: dp_sub@43c0a000 { - compatible = "xlnx,dp-sub"; - status = "disabled"; - reg = <0x0 0xfd4aa000 0x1000>, <0x0 0xfd4ab000 0x1000>, <0x0 0xfd4ac000 0x1000>; - reg-names = "blend", "av_buf", "aud"; - xlnx,output-fmt = "rgb"; - }; - xlnx_dp: dp@43c00000 { compatible = "xlnx,v-dp"; status = "disabled"; @@ -703,5 +695,13 @@ dmas = <&xlnx_dpdma 5>; dma-names = "tx"; }; + + xlnx_dp_sub: dp_sub@43c0a000 { + compatible = "xlnx,dp-sub"; + status = "disabled"; + reg = <0x0 0xfd4aa000 0x1000>, <0x0 0xfd4ab000 0x1000>, <0x0 0xfd4ac000 0x1000>; + reg-names = "blend", "av_buf", "aud"; + xlnx,output-fmt = "rgb"; + }; }; };