Hi Adam,
On 26/6/20 09:26, Adam Ford wrote: > On Thu, Jun 25, 2020 at 11:37 PM Adam Ford <aford...@gmail.com> wrote: >> On Wed, Jun 24, 2020 at 11:11 PM Walter Lozano >> <walter.loz...@collabora.com> wrote: >>> Several MMC drivers use GPIO for card detection with cd-gpios property in >>> the MMC node pointing to a GPIO node. However, as U-Boot tries to save >>> space by keeping only required nodes using u-boot* properties, several >>> devices tree result in having only in the MMC node but not the GPIO node >>> associated to cd-gpios. >>> >>> This patch, fixes several ocurrence of this issue. >>> >>> Signed-off-by: Walter Lozano <walter.loz...@collabora.com> >>> --- >>> >>> arch/arm/dts/da850-evm-u-boot.dtsi | 4 ++++ >>> arch/arm/dts/da850-lcdk-u-boot.dtsi | 4 ++++ >>> arch/arm/dts/rk3288-u-boot.dtsi | 4 ++++ >>> arch/arm/dts/rk3288-veyron-speedy-u-boot.dtsi | 2 +- >>> arch/arm/dts/rk3288-veyron-u-boot.dtsi | 11 +++++++++++ >>> 5 files changed, 24 insertions(+), 1 deletion(-) >>> create mode 100644 arch/arm/dts/rk3288-veyron-u-boot.dtsi >>> Applied to u-boot-dm/next, thanks!