diff options
author | Adam Ford <aford173@gmail.com> | 2018-12-03 08:17:29 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2018-12-07 08:13:50 -0500 |
commit | 343b606261d5e4c9c21167ce296f1a1d019fc07c (patch) | |
tree | dec78d56473e3af86e3cd30e0041b02c66608426 /arch | |
parent | faef5b376e92281f318822e0b5f7e6ea6363f459 (diff) | |
download | u-boot-343b606261d5e4c9c21167ce296f1a1d019fc07c.tar.gz |
ARM: DTS: Resync LogicPD-Torpedo-37xx-devkit with Linux 4.20
Migrate some small device tree fixes from Linux 4.20.
Signed-off-by: Adam Ford <aford173@gmail.com>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/dts/logicpd-torpedo-37xx-devkit.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/dts/logicpd-torpedo-37xx-devkit.dts b/arch/arm/dts/logicpd-torpedo-37xx-devkit.dts index 9d5d53fbe9..c39cf2ca54 100644 --- a/arch/arm/dts/logicpd-torpedo-37xx-devkit.dts +++ b/arch/arm/dts/logicpd-torpedo-37xx-devkit.dts @@ -35,7 +35,7 @@ * jumpering combinations for the long run. */ &mmc3 { - interrupts-extended = <&intc 94 &omap3_pmx_core2 0x46>; + interrupts-extended = <&intc 94 &omap3_pmx_core 0x136>; pinctrl-0 = <&mmc3_pins &mmc3_core2_pins>; pinctrl-names = "default"; vmmc-supply = <&wl12xx_vmmc>; |