diff options
author | 2023-02-26 21:12:12 +0800 | |
---|---|---|
committer | 2023-03-14 11:43:42 +0800 | |
commit | 3d37f7685d525e58674c23d607020e66d501dcd1 (patch) | |
tree | d1b20de86ffc01dd5df583426970e55418ac4bef | |
parent | arm64: dts: imx93: Fix eqos properties (diff) | |
download | linux-rng-3d37f7685d525e58674c23d607020e66d501dcd1.tar.xz linux-rng-3d37f7685d525e58674c23d607020e66d501dcd1.zip |
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>
-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; |