xref: /openbmc/linux/include/dt-bindings/spmi/spmi.h (revision 5a86bf34)
15a86bf34SKenneth Heitke /* Copyright (c) 2013, The Linux Foundation. All rights reserved.
25a86bf34SKenneth Heitke  *
35a86bf34SKenneth Heitke  * This program is free software; you can redistribute it and/or modify
45a86bf34SKenneth Heitke  * it under the terms of the GNU General Public License version 2 and
55a86bf34SKenneth Heitke  * only version 2 as published by the Free Software Foundation.
65a86bf34SKenneth Heitke  *
75a86bf34SKenneth Heitke  * This program is distributed in the hope that it will be useful,
85a86bf34SKenneth Heitke  * but WITHOUT ANY WARRANTY; without even the implied warranty of
95a86bf34SKenneth Heitke  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
105a86bf34SKenneth Heitke  * GNU General Public License for more details.
115a86bf34SKenneth Heitke  */
125a86bf34SKenneth Heitke #ifndef __DT_BINDINGS_SPMI_H
135a86bf34SKenneth Heitke #define __DT_BINDINGS_SPMI_H
145a86bf34SKenneth Heitke 
155a86bf34SKenneth Heitke #define SPMI_USID	0
165a86bf34SKenneth Heitke #define SPMI_GSID	1
175a86bf34SKenneth Heitke 
185a86bf34SKenneth Heitke #endif
19