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>
This commit is contained in:
Yunus Bas
2022-01-28 08:27:38 +01:00
committed by Shawn Guo
parent daad593a0c
commit 84ff7ceaff
2 changed files with 15 additions and 0 deletions

View File

@@ -213,6 +213,11 @@
da9063_wdog: watchdog {
compatible = "dlg,da9063-watchdog";
};
onkey {
compatible = "dlg,da9063-onkey";
status = "disabled";
};
};
};

View File

@@ -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";