dtoc: update dtb_platdata to support cd-gpios
authorWalter Lozano <walter.lozano@collabora.com>
Thu, 25 Jun 2020 04:10:16 +0000 (01:10 -0300)
committerSimon Glass <sjg@chromium.org>
Fri, 10 Jul 2020 04:00:29 +0000 (22:00 -0600)
commitad34017c8ceaf0c7c60df075d27e2c943984fe62
tree7c57562436af1d56932d295fef8e0ecbbc0de05b
parent407009a426f2f31d3af81d02e0109437b1155995
dtoc: update dtb_platdata to support cd-gpios

Currently dtoc does not support the property cd-gpios used to declare
the gpios for card detect in mmc.

This patch adds support to cd-gpios property.

Signed-off-by: Walter Lozano <walter.lozano@collabora.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
tools/dtoc/dtb_platdata.py
tools/dtoc/test_dtoc.py