diff options
author | Yunus Bas <y.bas@phytec.de> | 2022-01-28 08:27:38 +0100 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2022-02-11 05:42:57 +0100 |
commit | 84ff7ceaff098dc72d3784d5b3301f980dd6d6b8 (patch) | |
tree | 0fd57f9929f4cf79abf6664253abfa4ff3a799e0 /arch/arm/boot/dts/imx6qdl-phytec-phycore-som.dtsi | |
parent | ARM: dts: imx6qdl-phytec: add missing pmic MFD subdevices (diff) | |
download | linux-84ff7ceaff098dc72d3784d5b3301f980dd6d6b8.tar.xz linux-84ff7ceaff098dc72d3784d5b3301f980dd6d6b8.zip |
ARM: dts: imx6qdl-phytec: handle unneeded MFD-subdevices correctly
The proper way to handle partly used MFD devices are to describe all MFD
subdevices in the devicetree and disable the not used ones. This
suppresses any warnings that may arise as a result.
Signed-off-by: Yunus Bas <y.bas@phytec.de>
Signed-off-by: Andrej Picej <andrej.picej@norik.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm/boot/dts/imx6qdl-phytec-phycore-som.dtsi')
-rw-r--r-- | arch/arm/boot/dts/imx6qdl-phytec-phycore-som.dtsi | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx6qdl-phytec-phycore-som.dtsi b/arch/arm/boot/dts/imx6qdl-phytec-phycore-som.dtsi index 94b254bfd054..28a805384668 100644 --- a/arch/arm/boot/dts/imx6qdl-phytec-phycore-som.dtsi +++ b/arch/arm/boot/dts/imx6qdl-phytec-phycore-som.dtsi @@ -116,6 +116,16 @@ dlg,use-sw-pm; }; + thermal { + compatible = "dlg,da9062-thermal"; + status = "disabled"; + }; + + gpio { + compatible = "dlg,da9062-gpio"; + status = "disabled"; + }; + regulators { vdd_arm: buck1 { regulator-name = "vdd_arm"; |