Home | History | Annotate | Download | only in power-domain
      1 /* SPDX-License-Identifier: GPL-2.0+ */
      2 /*
      3  * Copyright (C) 2018 lvaro Fernndez Rojas <noltari (at) gmail.com>
      4  */
      5 
      6 #ifndef __DT_BINDINGS_POWER_DOMAIN_BCM6318_H
      7 #define __DT_BINDINGS_POWER_DOMAIN_BCM6318_H
      8 
      9 #define BCM6318_PWR_PCIE	0
     10 #define BCM6318_PWR_USB		1
     11 
     12 #endif /* __DT_BINDINGS_POWER_DOMAIN_BCM6318_H */
     13