diff options
author | Marek Vasut <[email protected]> | 2020-09-24 01:25:35 +0200 |
---|---|---|
committer | Alexandre Torgue <[email protected]> | 2020-11-09 14:33:50 +0100 |
commit | e5ace7f62695656ef8a66ad5a4c3edd055894876 (patch) | |
tree | cc48a51a2ab119526dc6d304e887456f6fcdcdba | |
parent | 1f3d7fc279b1a299bb8b1b225d80309a2062ab8a (diff) |
ARM: dts: stm32: Enable thermal sensor support on stm32mp15xx-dhcor
Enable STM32 Digital Thermal Sensor driver for stm32mp15xx-dhcor SoMs.
Fixes: 94cafe1b6482 ("ARM: dts: stm32: Add Avenger96 devicetree support based on STM32MP157A")
Signed-off-by: Marek Vasut <[email protected]>
Cc: Alexandre Torgue <[email protected]>
Cc: Manivannan Sadhasivam <[email protected]>
Cc: [email protected]
To: [email protected]
Reviewed-by: Manivannan Sadhasivam <[email protected]>
Signed-off-by: Alexandre Torgue <[email protected]>
-rw-r--r-- | arch/arm/boot/dts/stm32mp15xx-dhcor-som.dtsi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/stm32mp15xx-dhcor-som.dtsi b/arch/arm/boot/dts/stm32mp15xx-dhcor-som.dtsi index 04fbb324a541..803eb8bc9c85 100644 --- a/arch/arm/boot/dts/stm32mp15xx-dhcor-som.dtsi +++ b/arch/arm/boot/dts/stm32mp15xx-dhcor-som.dtsi @@ -21,6 +21,10 @@ }; }; +&dts { + status = "okay"; +}; + &i2c4 { pinctrl-names = "default"; pinctrl-0 = <&i2c4_pins_a>; |