diff options
author | Amit Singh Tomar <amittomer25@gmail.com> | 2021-12-02 23:53:28 +0530 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2022-01-18 12:48:17 -0500 |
commit | a7e7baea0a12decfb3e4cfae8b7c08ac48ad1bae (patch) | |
tree | 02ce73daa82e39d46560d50d03543bf2a96d02a6 /include | |
parent | 05c2ff7dc6fef0a9ed2f8e315c25104ce675b416 (diff) | |
download | u-boot-a7e7baea0a12decfb3e4cfae8b7c08ac48ad1bae.tar.gz u-boot-a7e7baea0a12decfb3e4cfae8b7c08ac48ad1bae.tar.bz2 u-boot-a7e7baea0a12decfb3e4cfae8b7c08ac48ad1bae.zip |
ARM: dts: sync Actions Semi S700 DT from Linux v5.16-rc3
This Synchronizes the Actions Semi S700 SoC DT changes from
commit "g58e1100fdc59" ("Linux v5.16-rc3").
Signed-off-by: Amit Singh Tomar <amittomer25@gmail.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/dt-bindings/power/owl-s700-powergate.h | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/include/dt-bindings/power/owl-s700-powergate.h b/include/dt-bindings/power/owl-s700-powergate.h new file mode 100644 index 0000000000..4cf1aefbf0 --- /dev/null +++ b/include/dt-bindings/power/owl-s700-powergate.h @@ -0,0 +1,19 @@ +// SPDX-License-Identifier: (GPL-2.0+ OR MIT) +/* + * Actions Semi S700 SPS + * + * Copyright (c) 2017 Andreas Färber + */ +#ifndef DT_BINDINGS_POWER_OWL_S700_POWERGATE_H +#define DT_BINDINGS_POWER_OWL_S700_POWERGATE_H + +#define S700_PD_VDE 0 +#define S700_PD_VCE_SI 1 +#define S700_PD_USB2_1 2 +#define S700_PD_HDE 3 +#define S700_PD_DMA 4 +#define S700_PD_DS 5 +#define S700_PD_USB3 6 +#define S700_PD_USB2_0 7 + +#endif |