summaryrefslogtreecommitdiff
path: root/arch/arm/dts/imx23-u-boot.dtsi
diff options
context:
space:
mode:
authorMarcel Ziswiler <marcel.ziswiler@toradex.com>2022-10-22 23:59:43 +0200
committerStefano Babic <sbabic@denx.de>2022-10-24 13:43:21 +0200
commit1550ab9d88c0d729e9c3fcb4b368b518be798a44 (patch)
treec76ab46ed73d6152b0625072ca4335585c991bda /arch/arm/dts/imx23-u-boot.dtsi
parent7d08ddd09b75e7a3c103cc0d0d3ed700287f268e (diff)
downloadu-boot-1550ab9d88c0d729e9c3fcb4b368b518be798a44.tar.gz
imx23: synchronise device tree with linux
Synchronise device tree with linux v6.0-rc1. Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
Diffstat (limited to 'arch/arm/dts/imx23-u-boot.dtsi')
-rw-r--r--arch/arm/dts/imx23-u-boot.dtsi7
1 files changed, 3 insertions, 4 deletions
diff --git a/arch/arm/dts/imx23-u-boot.dtsi b/arch/arm/dts/imx23-u-boot.dtsi
index 5e87aca61b..5de62bbb90 100644
--- a/arch/arm/dts/imx23-u-boot.dtsi
+++ b/arch/arm/dts/imx23-u-boot.dtsi
@@ -1,14 +1,13 @@
// SPDX-License-Identifier: GPL-2.0+
&gpio0 {
- gpio-ranges = <&pinctrl 0 0 32>;
+ gpio-ranges = <&{/apb@80000000/apbh@80000000/pinctrl@80018000} 0 0 32>;
};
&gpio1 {
- gpio-ranges = <&pinctrl 0 32 31>;
+ gpio-ranges = <&{/apb@80000000/apbh@80000000/pinctrl@80018000} 0 32 31>;
};
&gpio2 {
- gpio-ranges = <&pinctrl 0 63 32>;
+ gpio-ranges = <&{/apb@80000000/apbh@80000000/pinctrl@80018000} 0 63 32>;
};
-