ARM: dts: imx6ul-14x14-evk: Pass the "broken-cd" property
authorFabio Estevam <festevam@gmail.com>
Tue, 7 Jan 2020 00:11:17 +0000 (21:11 -0300)
committerShawn Guo <shawnguo@kernel.org>
Thu, 9 Jan 2020 10:45:22 +0000 (18:45 +0800)
commit3b49b6cde5136972dfa417112a11583a6924204a
treefa751ba68dc7ea61c968e02fb339c2ecb6696a80
parentbb3bd0740db8b9dda69b048298eeee1bd74507d3
ARM: dts: imx6ul-14x14-evk: Pass the "broken-cd" property

imx6ul-14x14-evk does not have a GPIO dedicated for reading the card
detect pin on the eSDHC2 micro-SD port.

Pass the "broken-cd" property to describe the absence of the card detect
GPIO so that polling must be used.

According to Documentation/devicetree/bindings/mmc/mmc-controller.yaml:

  broken-cd:
    $ref: /schemas/types.yaml#/definitions/flag
    description:
      There is no card detection available; polling must be used.

Even though no error is oberved in the kernel, the lack of the
'broken-cd' property caused the micro-SD to not be detected in U-Boot,
so let's improve the device tree description to make it more accurate.

Signed-off-by: Fabio Estevam <festevam@gmail.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm/boot/dts/imx6ul-14x14-evk.dtsi