Change-Id: I10046d4369fad752b76e3dc518aab2c714e37eb6
Signed-off-by: Wenping Zhang <wenping.zhang@rock-chips.com>
status = "disabled";
};
+&power_key {
+ gpios = <&gpio1 18 GPIO_ACTIVE_HIGH>;
+};
+
&i2c0 {
status = "okay";
};
&pinctrl {
+ keys {
+ pwr_key: pwr-key {
+ rockchip,pins = <1 18 RK_FUNC_GPIO &pcfg_pull_down>;
+ };
+ };
+
pmic {
pmic_int_l: pmic-int-l {
rockchip,pins = <1 12 RK_FUNC_GPIO &pcfg_pull_up>; /* gpio1_b4 */
rockchip,pins = <3 20 RK_FUNC_GPIO &pcfg_pull_none>;
};
};
-
};
&sdio {
assigned-clock-parents = <&xin24m>;
};
+&sdmmc {
+ status = "disabled";
+};
+
&u2phy0_host {
phy-supply = <&vcc_host>;
};
pinctrl-names = "default";
pinctrl-0 = <&pwr_key>;
- power {
+ power_key: power-key {
label = "GPIO Key Power";
gpios = <&gpio3 23 GPIO_ACTIVE_LOW>;
linux,code = <116>;