]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - drivers/clk/qcom/gdsc.h
Merge tag 'linux-kselftest-4.10-rc1-update' of git://git.kernel.org/pub/scm/linux...
[karo-tx-linux.git] / drivers / clk / qcom / gdsc.h
index 3bf497c36bdf83b205733fb0201e33e7b103f61d..39648348e5ec9afa02501e3e1f1c32d2802a78b8 100644 (file)
@@ -39,6 +39,7 @@ struct gdsc {
        struct regmap                   *regmap;
        unsigned int                    gdscr;
        unsigned int                    gds_hw_ctrl;
+       unsigned int                    clamp_io_ctrl;
        unsigned int                    *cxcs;
        unsigned int                    cxc_count;
        const u8                        pwrsts;
@@ -50,6 +51,8 @@ struct gdsc {
 #define PWRSTS_RET_ON          (PWRSTS_RET | PWRSTS_ON)
        const u8                        flags;
 #define VOTABLE                BIT(0)
+#define CLAMP_IO       BIT(1)
+#define HW_CTRL                BIT(2)
        struct reset_controller_dev     *rcdev;
        unsigned int                    *resets;
        unsigned int                    reset_count;