Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7c0d404f authored by Phil Edworthy's avatar Phil Edworthy Committed by Linus Walleij
Browse files

gpio: dwapb: Correct the DT node name in the example



The sub-nodes should not be called gpio-controller, but simply gpio.

Signed-off-by: default avatarPhil Edworthy <phil.edworthy@renesas.com>
Signed-off-by: default avatarLinus Walleij <linus.walleij@linaro.org>
parent 27038c3e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -43,7 +43,7 @@ gpio: gpio@20000 {
	#address-cells = <1>;
	#size-cells = <0>;

	porta: gpio-controller@0 {
	porta: gpio@0 {
		compatible = "snps,dw-apb-gpio-port";
		gpio-controller;
		#gpio-cells = <2>;
@@ -55,7 +55,7 @@ gpio: gpio@20000 {
		interrupts = <0>;
	};

	portb: gpio-controller@1 {
	portb: gpio@1 {
		compatible = "snps,dw-apb-gpio-port";
		gpio-controller;
		#gpio-cells = <2>;