X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=arch%2Farm%2Fboot%2Fdts%2Fam335x-evm.dts;h=d9d00ab863a21735312ff2d53a6830c48ad425ff;hb=06a691e64b11323a735db3c3bd909d3c0712698f;hp=507980672c32245abaf20e3c927bdc5c84c1bc42;hpb=212dac5665cc4b7329537d932362f31a481cef3b;p=firefly-linux-kernel-4.4.55.git diff --git a/arch/arm/boot/dts/am335x-evm.dts b/arch/arm/boot/dts/am335x-evm.dts index 507980672c32..d9d00ab863a2 100644 --- a/arch/arm/boot/dts/am335x-evm.dts +++ b/arch/arm/boot/dts/am335x-evm.dts @@ -737,14 +737,14 @@ bus-width = <4>; pinctrl-names = "default"; pinctrl-0 = <&mmc1_pins>; - cd-gpios = <&gpio0 6 GPIO_ACTIVE_HIGH>; + cd-gpios = <&gpio0 6 GPIO_ACTIVE_LOW>; }; &mmc3 { /* these are on the crossbar and are outlined in the xbar-event-map element */ - dmas = <&edma_xbar 12 0 1 - &edma_xbar 13 0 2>; + dmas = <&edma 12 + &edma 13>; dma-names = "tx", "rx"; status = "okay"; vmmc-supply = <&wlan_en_reg>; @@ -766,6 +766,11 @@ }; }; +&edma { + ti,edma-xbar-event-map = /bits/ 16 <1 12 + 2 13>; +}; + &sham { status = "okay"; };