diff options
author | Arnd Bergmann <arnd@arndb.de> | 2018-03-12 15:29:57 +0100 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2018-03-12 15:29:57 +0100 |
commit | 314700625873d0aec520a739861ea91d8ebbe986 (patch) | |
tree | a2e37c539b4a7d1d3b155e1bfeec727d95eed3ac /arch | |
parent | dbe8a9dfd7eafe2832f80e6e29e5b1575576c987 (diff) | |
parent | 970656b3246d30955894951ed16bd658e42d8c24 (diff) | |
download | linux-314700625873d0aec520a739861ea91d8ebbe986.tar.gz linux-314700625873d0aec520a739861ea91d8ebbe986.tar.bz2 linux-314700625873d0aec520a739861ea91d8ebbe986.zip |
Merge tag 'imx-fixes-4.16-2' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux into fixes
Pull "i.MX fixes for 4.16, 2nd round" from Shawn Guo:
- Fix a copy-paste error in imx7d-sdb device tree, which results in two
usb-otg regulators are both named "regulator-usb-otg1-vbus" and
override each other.
* tag 'imx-fixes-4.16-2' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux:
ARM: dts: imx7d-sdb: Fix regulator-usb-otg2-vbus node name
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/boot/dts/imx7d-sdb.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/imx7d-sdb.dts b/arch/arm/boot/dts/imx7d-sdb.dts index a7a5dc7b2700..e7d2db839d70 100644 --- a/arch/arm/boot/dts/imx7d-sdb.dts +++ b/arch/arm/boot/dts/imx7d-sdb.dts @@ -82,7 +82,7 @@ enable-active-high; }; - reg_usb_otg2_vbus: regulator-usb-otg1-vbus { + reg_usb_otg2_vbus: regulator-usb-otg2-vbus { compatible = "regulator-fixed"; regulator-name = "usb_otg2_vbus"; regulator-min-microvolt = <5000000>; |