From mboxrd@z Thu Jan 1 00:00:00 1970 From: paweljarosz3691@gmail.com (=?UTF-8?Q?Pawe=c5=82_Jarosz?=) Date: Fri, 7 Oct 2016 10:40:21 +0200 Subject: [PATCH v2 2/2] ARM: dts: rockchip: Add rk3066 MK808 board In-Reply-To: References: Message-ID: <18c0552c-10fa-a749-9777-9a99da9f275f@gmail.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Hi Shawn, >> +&mmc0 { >> + bus-width = <4>; >> + cap-mmc-highspeed; >> + cap-sd-highspeed; >> + mmc-pwrseq = <&mmc_pwrseq>; > > Removed this could make SD works? Yes but disabling bus-width causes sd performance decrease(defaults to 1?) so i'll leave this one. Other sugestions will be included in v3. Thanks Pawe?.