diff options
author | Peng Fan <peng.fan@nxp.com> | 2023-02-26 16:12:12 +0300 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2023-03-14 06:43:42 +0300 |
commit | 3d37f7685d525e58674c23d607020e66d501dcd1 (patch) | |
tree | d1b20de86ffc01dd5df583426970e55418ac4bef /arch | |
parent | 194c3e7d7e1230201fb341f40cfd87760a30e42a (diff) | |
download | linux-3d37f7685d525e58674c23d607020e66d501dcd1.tar.xz |
ARM: dts: imx6sll: e70k02: fix usbotg1 pinctrl
usb@2184000: 'pinctrl-0' is a dependency of 'pinctrl-names'
Signed-off-by: Peng Fan <peng.fan@nxp.com>
Fixes: 3bb3fd856505 ("ARM: dts: add Netronix E70K02 board common file")
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/boot/dts/e70k02.dtsi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/e70k02.dtsi b/arch/arm/boot/dts/e70k02.dtsi index ace3eb8a97b8..4e1bf080eaca 100644 --- a/arch/arm/boot/dts/e70k02.dtsi +++ b/arch/arm/boot/dts/e70k02.dtsi @@ -321,6 +321,7 @@ &usbotg1 { pinctrl-names = "default"; + pinctrl-0 = <&pinctrl_usbotg1>; disable-over-current; srp-disable; hnp-disable; |