diff options
author | Fabio Estevam <festevam@gmail.com> | 2020-05-01 22:37:47 +0200 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2020-05-20 02:59:50 +0200 |
commit | 16d6b91a4b2a817ab0b8e224cffa0c838b16a8df (patch) | |
tree | 3835d3185e47c2e94d55303edb5bc41a47877766 /arch/arm/boot/dts/imx50.dtsi | |
parent | ARM: dts: imx6qdl-gw552x: add USB OTG support (diff) | |
download | linux-16d6b91a4b2a817ab0b8e224cffa0c838b16a8df.tar.xz linux-16d6b91a4b2a817ab0b8e224cffa0c838b16a8df.zip |
ARM: dts: imx50: Remove unused iomuxc-gpr node
The iomuxc-gpr node is not used and causes the following dtc
warning with W=1:
arch/arm/boot/dts/imx50.dtsi:286.28-289.6: Warning (unique_unit_address): /soc/bus@50000000/iomuxc@53fa8000: duplicate unit-address (also used in node /soc/bus@50000000/iomuxc-gpr@53fa8000)
Remove the node to fix the warning.
Signed-off-by: Fabio Estevam <festevam@gmail.com>
Reviewed-by: Abel Vesa <abel.vesa@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm/boot/dts/imx50.dtsi')
-rw-r--r-- | arch/arm/boot/dts/imx50.dtsi | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/arm/boot/dts/imx50.dtsi b/arch/arm/boot/dts/imx50.dtsi index d325658901c5..339294df0399 100644 --- a/arch/arm/boot/dts/imx50.dtsi +++ b/arch/arm/boot/dts/imx50.dtsi @@ -288,11 +288,6 @@ reg = <0x53fa8000 0x4000>; }; - gpr: iomuxc-gpr@53fa8000 { - compatible = "fsl,imx50-iomuxc-gpr", "syscon"; - reg = <0x53fa8000 0xc>; - }; - pwm1: pwm@53fb4000 { #pwm-cells = <2>; compatible = "fsl,imx50-pwm", "fsl,imx27-pwm"; |