We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e145069 commit 5f82afdCopy full SHA for 5f82afd
drivers/pinctrl/pinctrl-rockchip.h
@@ -81,6 +81,7 @@ struct rockchip_drv {
81
82
/**
83
* struct rockchip_pin_bank
84
+ * @dev: the pinctrl device bind to the bank
85
* @reg_base: register base of the gpio bank
86
* @regmap_pull: optional separate register for additional pull settings
87
* @clk: clock of the gpio bank
@@ -105,6 +106,7 @@ struct rockchip_drv {
105
106
* @route_mask: bits describing the routing pins of per bank
107
*/
108
struct rockchip_pin_bank {
109
+ struct device *dev;
110
void __iomem *reg_base;
111
struct regmap *regmap_pull;
112
struct clk *clk;
0 commit comments