Commit 692ff61e authored by Levin Du's avatar Levin Du Committed by 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: default avatarLevin Du <djw@t-chip.com.cn>
[dropped default-status disabled]
Signed-off-by: default avatarHeiko Stuebner <heiko@sntech.de>
parent 49533b82
......@@ -249,6 +249,12 @@ io_domains: io-domains {
status = "disabled";
};
grf_gpio: grf-gpio {
compatible = "rockchip,rk3328-grf-gpio";
gpio-controller;
#gpio-cells = <2>;
};
power: power-controller {
compatible = "rockchip,rk3328-power-controller";
#power-domain-cells = <1>;
......@@ -274,7 +280,6 @@ reboot-mode {
mode-bootloader = <BOOT_FASTBOOT>;
mode-loader = <BOOT_BL_DOWNLOAD>;
};
};
uart0: serial@ff110000 {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment