From: Stephen Rothwell Date: Wed, 19 Sep 2012 05:06:08 +0000 (+1000) Subject: Merge remote-tracking branch 'dma-mapping/dma-mapping-next' X-Git-Tag: next-20120919~5 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=f7a3407b1d6aec0367c8c3e8ab8ea097c63663ff;p=karo-tx-linux.git Merge remote-tracking branch 'dma-mapping/dma-mapping-next' Conflicts: Documentation/devicetree/bindings/ata/ahci-platform.txt arch/arm/boot/dts/highbank.dts --- f7a3407b1d6aec0367c8c3e8ab8ea097c63663ff diff --cc Documentation/devicetree/bindings/ata/ahci-platform.txt index 147c1f6653fe,6c1ad01d27e8..b519f9b699c3 --- a/Documentation/devicetree/bindings/ata/ahci-platform.txt +++ b/Documentation/devicetree/bindings/ata/ahci-platform.txt @@@ -9,9 -9,7 +9,10 @@@ Required properties - reg : Optional properties: +- calxeda,port-phys: phandle-combophy and lane assignment, which maps each + SATA port to a combophy and a lane within that + combophy + - dma-coherent : Present if dma operations are coherent Example: sata@ffe08000 { diff --cc arch/arm/boot/dts/highbank.dts index 5204cf73c2d8,7414577c177f..0c6fc34821f9 --- a/arch/arm/boot/dts/highbank.dts +++ b/arch/arm/boot/dts/highbank.dts @@@ -121,9 -121,7 +121,10 @@@ compatible = "calxeda,hb-ahci"; reg = <0xffe08000 0x10000>; interrupts = <0 83 4>; + calxeda,port-phys = <&combophy5 0 &combophy0 0 + &combophy0 1 &combophy0 2 + &combophy0 3>; + dma-coherent; }; sdhci@ffe0e000 {