Re: [1/2,v9] powerpc/mpc85xx:Add initial device tree support of T104x
From: Scott Wood <hidden>
Date: 2014-04-07 18:22:25
From: Scott Wood <hidden>
Date: 2014-04-07 18:22:25
On Sun, 2014-04-06 at 18:48 +0530, Prabhakar Kushwaha wrote:
On 3/20/2014 4:03 AM, Scott Wood wrote:quoted
On Sat, Jan 25, 2014 at 05:10:59PM +0530, Prabhakar Kushwaha wrote:quoted
+ display@180000 { + compatible = "fsl,t1040-diu", "fsl,diu"; + reg = <0x180000 1000>; + interrupts = <74 2 0 0>; + }; + +/include/ "qoriq-sata2-0.dtsi" +sata@220000 { + fsl,iommu-parent = <&pamu0>; + fsl,liodn-reg = <&guts 0x550>; /* SATA1LIODNR */ +}; +/include/ "qoriq-sata2-1.dtsi" +sata@221000 { + fsl,iommu-parent = <&pamu0>; + fsl,liodn-reg = <&guts 0x554>; /* SATA2LIODNR */ +}; +/include/ "qoriq-sec5.0-0.dtsi" +};Whitespacei did not find this whitespace :(
Add a tab to the sata nodes' name and braces, and remove a tab from the sata nodes' content. -Scott