From: Vikas Manocha Date: Sun, 12 Feb 2017 18:25:50 +0000 (-0800) Subject: ARM: DT: stm32f7: add pin control device node X-Git-Tag: v2017.05-rc1~59 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=da4e17f24c5b01e735ff5414256329f719203104;p=oweals%2Fu-boot.git ARM: DT: stm32f7: add pin control device node Signed-off-by: Vikas Manocha --- diff --git a/arch/arm/dts/stm32f746.dtsi b/arch/arm/dts/stm32f746.dtsi index afcd3277c5..f59eca8e03 100644 --- a/arch/arm/dts/stm32f746.dtsi +++ b/arch/arm/dts/stm32f746.dtsi @@ -97,7 +97,14 @@ u-boot,dm-pre-reloc; }; - + pinctrl: pin-controller { + #address-cells = <1>; + #size-cells = <1>; + compatible = "st,stm32f746-pinctrl"; + ranges = <0 0x40020000 0x3000>; + u-boot,dm-pre-reloc; + pins-are-numbered; + }; }; };