From 71dfd5f3f5267259b1e7b465bc07e49c67acaf45 Mon Sep 17 00:00:00 2001 From: Patrice Chotard Date: Mon, 18 Feb 2019 22:54:35 +0100 Subject: ARM: dts: stm32: Sync DT files with v4.20 kernel for stm32f4 Synchronize stm32f7 device tree with kernel v4.20. Signed-off-by: Patrice Chotard --- arch/arm/dts/stm32f4-pinctrl.dtsi | 27 +++++++++++++-------------- 1 file changed, 13 insertions(+), 14 deletions(-) (limited to 'arch/arm/dts/stm32f4-pinctrl.dtsi') diff --git a/arch/arm/dts/stm32f4-pinctrl.dtsi b/arch/arm/dts/stm32f4-pinctrl.dtsi index 736bca738d..35202896c0 100644 --- a/arch/arm/dts/stm32f4-pinctrl.dtsi +++ b/arch/arm/dts/stm32f4-pinctrl.dtsi @@ -1,6 +1,5 @@ /* - * Copyright (C) 2017, STMicroelectronics - All Rights Reserved - * Author(s): Alexandre Torgue for STMicroelectronics. + * Copyright 2017 - Alexandre Torgue * * This file is dual-licensed: you can use it either under the terms * of the GPL or the X11 license, at your option. Note that this dual @@ -342,12 +341,12 @@ sdio_pins: sdio_pins@0 { pins { - pinmux = , - , - , - , - , - ; + pinmux = , /* SDIO_D0 */ + , /* SDIO_D1 */ + , /* SDIO_D2 */ + , /* SDIO_D3 */ + , /* SDIO_CK */ + ; /* SDIO_CMD */ drive-push-pull; slew-rate = <2>; }; @@ -355,17 +354,17 @@ sdio_pins_od: sdio_pins_od@0 { pins1 { - pinmux = , - , - , - , - ; + pinmux = , /* SDIO_D0 */ + , /* SDIO_D1 */ + , /* SDIO_D2 */ + , /* SDIO_D3 */ + ; /* SDIO_CK */ drive-push-pull; slew-rate = <2>; }; pins2 { - pinmux = ; + pinmux = ; /* SDIO_CMD */ drive-open-drain; slew-rate = <2>; }; -- cgit