Commit 0a078845 authored by Peng Fan's avatar Peng Fan Committed by Shawn Guo

arm64: dts: imx8ulp: address build warning

Fix warnings such as:
 Warning (simple_bus_reg): /soc@0/gpio@2e200000: simple-bus unit address
 format error, expected "2e200080"
Signed-off-by: default avatarPeng Fan <peng.fan@nxp.com>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent e37907bd
...@@ -367,7 +367,7 @@ usdhc2: mmc@298f0000 { ...@@ -367,7 +367,7 @@ usdhc2: mmc@298f0000 {
}; };
}; };
gpioe: gpio@2d000000 { gpioe: gpio@2d000080 {
compatible = "fsl,imx8ulp-gpio", "fsl,imx7ulp-gpio"; compatible = "fsl,imx8ulp-gpio", "fsl,imx7ulp-gpio";
reg = <0x2d000080 0x1000>, <0x2d000040 0x40>; reg = <0x2d000080 0x1000>, <0x2d000040 0x40>;
gpio-controller; gpio-controller;
...@@ -381,7 +381,7 @@ gpioe: gpio@2d000000 { ...@@ -381,7 +381,7 @@ gpioe: gpio@2d000000 {
gpio-ranges = <&iomuxc1 0 32 24>; gpio-ranges = <&iomuxc1 0 32 24>;
}; };
gpiof: gpio@2d010000 { gpiof: gpio@2d010080 {
compatible = "fsl,imx8ulp-gpio", "fsl,imx7ulp-gpio"; compatible = "fsl,imx8ulp-gpio", "fsl,imx7ulp-gpio";
reg = <0x2d010080 0x1000>, <0x2d010040 0x40>; reg = <0x2d010080 0x1000>, <0x2d010040 0x40>;
gpio-controller; gpio-controller;
...@@ -417,7 +417,7 @@ pcc5: clock-controller@2da70000 { ...@@ -417,7 +417,7 @@ pcc5: clock-controller@2da70000 {
}; };
}; };
gpiod: gpio@2e200000 { gpiod: gpio@2e200080 {
compatible = "fsl,imx8ulp-gpio", "fsl,imx7ulp-gpio"; compatible = "fsl,imx8ulp-gpio", "fsl,imx7ulp-gpio";
reg = <0x2e200080 0x1000>, <0x2e200040 0x40>; reg = <0x2e200080 0x1000>, <0x2e200040 0x40>;
gpio-controller; gpio-controller;
......
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