提交 692ff61e 编写于 作者: L Levin Du 提交者: Heiko Stuebner

arm64: dts: rockchip: add GRF GPIO controller to rk3328

Adding a GRF GPIO controller labled "grf_gpio" to rk3328, currently
providing access to the GPIO_MUTE pin, which is manupulated by the
GRF_SOC_CON10 register.

The GPIO_MUTE pin is referred to as <&grf_gpio 0>.
Signed-off-by: NLevin Du <djw@t-chip.com.cn>
[dropped default-status disabled]
Signed-off-by: NHeiko Stuebner <heiko@sntech.de>
上级 49533b82
...@@ -249,6 +249,12 @@ ...@@ -249,6 +249,12 @@
status = "disabled"; status = "disabled";
}; };
grf_gpio: grf-gpio {
compatible = "rockchip,rk3328-grf-gpio";
gpio-controller;
#gpio-cells = <2>;
};
power: power-controller { power: power-controller {
compatible = "rockchip,rk3328-power-controller"; compatible = "rockchip,rk3328-power-controller";
#power-domain-cells = <1>; #power-domain-cells = <1>;
...@@ -274,7 +280,6 @@ ...@@ -274,7 +280,6 @@
mode-bootloader = <BOOT_FASTBOOT>; mode-bootloader = <BOOT_FASTBOOT>;
mode-loader = <BOOT_BL_DOWNLOAD>; mode-loader = <BOOT_BL_DOWNLOAD>;
}; };
}; };
uart0: serial@ff110000 { uart0: serial@ff110000 {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册