Skip to content

Commit 8ae06f1

Browse files
Haibo ChenShawn Guo
authored andcommitted
arm64: dts: imx8ulp: update gpio node name to align with register address
Change the gpio node name to align with register address. Fixes: ac7bcf4 ("arm64: dts: imx8ulp: update gpio node") Signed-off-by: Haibo Chen <[email protected]> Reviewed-by: Marco Felsch <[email protected]> Signed-off-by: Shawn Guo <[email protected]>
1 parent 4af1b25 commit 8ae06f1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

arch/arm64/boot/dts/freescale/imx8ulp.dtsi

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -483,7 +483,7 @@
483483
};
484484
};
485485

486-
gpioe: gpio@2d000080 {
486+
gpioe: gpio@2d000000 {
487487
compatible = "fsl,imx8ulp-gpio";
488488
reg = <0x2d000000 0x1000>;
489489
gpio-controller;
@@ -498,7 +498,7 @@
498498
gpio-ranges = <&iomuxc1 0 32 24>;
499499
};
500500

501-
gpiof: gpio@2d010080 {
501+
gpiof: gpio@2d010000 {
502502
compatible = "fsl,imx8ulp-gpio";
503503
reg = <0x2d010000 0x1000>;
504504
gpio-controller;
@@ -534,7 +534,7 @@
534534
};
535535
};
536536

537-
gpiod: gpio@2e200080 {
537+
gpiod: gpio@2e200000 {
538538
compatible = "fsl,imx8ulp-gpio";
539539
reg = <0x2e200000 0x1000>;
540540
gpio-controller;

0 commit comments

Comments
 (0)