Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

dt-bindings: reset: Add binding constants for Actions Semi S700 RMU

Add device tree binding constants for Actions Semi S700 SoC Reset
Management Unit (RMU).

Signed-off-by: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
Reviewed-by: Rob Herring <robh@kernel.org>
Signed-off-by: Stephen Boyd <sboyd@kernel.org>

authored by

Manivannan Sadhasivam and committed by
Stephen Boyd
73a5e67e 46b5dfab

+34
+34
include/dt-bindings/reset/actions,s700-reset.h
··· 1 + // SPDX-License-Identifier: (GPL-2.0-or-later OR MIT) 2 + // 3 + // Device Tree binding constants for Actions Semi S700 Reset Management Unit 4 + // 5 + // Copyright (c) 2018 Linaro Ltd. 6 + 7 + #ifndef __DT_BINDINGS_ACTIONS_S700_RESET_H 8 + #define __DT_BINDINGS_ACTIONS_S700_RESET_H 9 + 10 + #define RESET_AUDIO 0 11 + #define RESET_CSI 1 12 + #define RESET_DE 2 13 + #define RESET_DSI 3 14 + #define RESET_GPIO 4 15 + #define RESET_I2C0 5 16 + #define RESET_I2C1 6 17 + #define RESET_I2C2 7 18 + #define RESET_I2C3 8 19 + #define RESET_KEY 9 20 + #define RESET_LCD0 10 21 + #define RESET_SI 11 22 + #define RESET_SPI0 12 23 + #define RESET_SPI1 13 24 + #define RESET_SPI2 14 25 + #define RESET_SPI3 15 26 + #define RESET_UART0 16 27 + #define RESET_UART1 17 28 + #define RESET_UART2 18 29 + #define RESET_UART3 19 30 + #define RESET_UART4 20 31 + #define RESET_UART5 21 32 + #define RESET_UART6 22 33 + 34 + #endif /* __DT_BINDINGS_ACTIONS_S700_RESET_H */