commit | 9f6d9573fddb35eecefda06d85a3b9eb64de0b1f | [log] [tgz] |
---|---|---|
author | Kumar Gala <kumar.gala@linaro.org> | Fri Mar 27 08:05:15 2020 -0500 |
committer | Kumar Gala <kumar.gala@gmail.com> | Fri Mar 27 11:41:16 2020 -0500 |
tree | 616889e828ab741cd2444d821aeead435009bf40 | |
parent | 090088d0159dc017e1a8fc8fe9b723868c876cb7 [diff] |
drivers: ipm: fix build issue from DT macro conversion Since idc_read/idc_write are used outside of the driver we can't use the DT_INST_... form (that utilize DT_DRV_COMPAT) of the macro's in ipm_cavs_idc_priv.h. Use DT_INST(0, intel_cavs_idc) explicitly in the header to fix the build issue. Signed-off-by: Kumar Gala <kumar.gala@linaro.org>