提交 eb14ed1a 编写于 作者: T Takeshi Kihara 提交者: Simon Horman

arm64: dts: renesas: r8a7795: Increase the number of GPIO bank 1 ports to 29

This patch changes the number of GPIO bank 1 ports to 29 because GP-1-28
port pin of R8A7795 ES2.0 SoC support was added.
Signed-off-by: NTakeshi Kihara <takeshi.kihara.df@renesas.com>
Fixes: 291e0c49 ("arm64: dts: r8a7795: Add support for R-Car H3 ES2.0")
[geert: Keep 28 GPIOs on H3 ES1.x after r8a7795.dtsi sharing]
Signed-off-by: NGeert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: NSimon Horman <horms+renesas@verge.net.au>
上级 e2767b0f
...@@ -109,6 +109,10 @@ ...@@ -109,6 +109,10 @@
}; };
}; };
&gpio1 {
gpio-ranges = <&pfc 0 32 28>;
};
&ipmmu_vi0 { &ipmmu_vi0 {
renesas,ipmmu-main = <&ipmmu_mm 11>; renesas,ipmmu-main = <&ipmmu_mm 11>;
}; };
......
...@@ -240,7 +240,7 @@ ...@@ -240,7 +240,7 @@
interrupts = <GIC_SPI 5 IRQ_TYPE_LEVEL_HIGH>; interrupts = <GIC_SPI 5 IRQ_TYPE_LEVEL_HIGH>;
#gpio-cells = <2>; #gpio-cells = <2>;
gpio-controller; gpio-controller;
gpio-ranges = <&pfc 0 32 28>; gpio-ranges = <&pfc 0 32 29>;
#interrupt-cells = <2>; #interrupt-cells = <2>;
interrupt-controller; interrupt-controller;
clocks = <&cpg CPG_MOD 911>; clocks = <&cpg CPG_MOD 911>;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册