From: Fabrice Gasnier Date: Wed, 3 Jul 2019 10:08:16 +0000 (+0200) Subject: ARM: dts: stm32: add syscfg to ADC on stm32mp157c X-Git-Tag: v5.4-rc1~184^2~36^2~3 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=92edf0a2851d44d0f456a4f177736bd45f059c26;p=thirdparty%2Fkernel%2Flinux.git ARM: dts: stm32: add syscfg to ADC on stm32mp157c On stm32mp157c, the ADC inputs are multiplexed with analog switches which have reduced performances when their supply is below 2.7V (vdda by default). Add syscfg registers that can be used on stm32mp157c, to get full ADC analog performances. Signed-off-by: Fabrice Gasnier Signed-off-by: Alexandre Torgue --- diff --git a/arch/arm/boot/dts/stm32mp157c.dtsi b/arch/arm/boot/dts/stm32mp157c.dtsi index c21dd9f31503f..9b11654a0a397 100644 --- a/arch/arm/boot/dts/stm32mp157c.dtsi +++ b/arch/arm/boot/dts/stm32mp157c.dtsi @@ -1001,6 +1001,7 @@ clocks = <&rcc ADC12>, <&rcc ADC12_K>; clock-names = "bus", "adc"; interrupt-controller; + st,syscfg = <&syscfg>; #interrupt-cells = <1>; #address-cells = <1>; #size-cells = <0>;