zephyr: bulk update to DT_NODE_HAS_STATUS_OKAY
Change instances of: DT_NODE_HAS_STATUS(<node_id>, okay) to DT_NODE_HAS_STATUS_OKAY(<node_id>) Signed-off-by: Yong Cong Sin <ycsin@meta.com> Signed-off-by: Yong Cong Sin <yongcong.sin@gmail.com>
This commit is contained in:
parent
5aebd1276d
commit
52a202309b
180 changed files with 743 additions and 738 deletions
|
@ -445,7 +445,7 @@ int mchp_ecia_info_unset_callback(int ecia_info)
|
|||
* Leaving a node disabled also allows another driver/application to take over
|
||||
* aggregation by managing the GIRQ itself.
|
||||
*/
|
||||
#define XEC_CHK_REQ_AGGR(n) DT_NODE_HAS_STATUS(n, okay) |
|
||||
#define XEC_CHK_REQ_AGGR(n) DT_NODE_HAS_STATUS_OKAY(n) |
|
||||
|
||||
#define XEC_ECIA_REQUIRE_AGGR_ISR \
|
||||
( \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue