commit | 8598c345144edd46c381f82cdb27821b08966aed | [log] [tgz] |
---|---|---|
author | Faiz Abbas <faiz_abbas@ti.com> | Mon Sep 14 12:11:14 2020 +0530 |
committer | Lokesh Vutla <lokeshvutla@ti.com> | Tue Sep 15 18:51:53 2020 +0530 |
tree | ae6ec7520a4c20b4260a84015e2b89903bd58521 | |
parent | 027e658f045bf50980a7f08a7b312d0a2eba99e7 [diff] |
spi: spi-uclass: Block dm_scan_fdt_dev with OF_CONTROL to prevent build failures There are devices which don't use OF_CONTROL or OF_PLATDATA but instead rely on statically defined platdata. Block dm_scan_fdt_dev() with both configs to avoid build failures under this condition. Signed-off-by: Faiz Abbas <faiz_abbas@ti.com> Reviewed-by: Jagan Teki <jagan@amarulasolutions.com>