提交 84ff7cea 编写于 作者: Y Yunus Bas 提交者: Shawn Guo

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: NYunus Bas <y.bas@phytec.de>
Signed-off-by: NAndrej Picej <andrej.picej@norik.com>
Signed-off-by: NShawn Guo <shawnguo@kernel.org>
上级 daad593a
......@@ -213,6 +213,11 @@
da9063_wdog: watchdog {
compatible = "dlg,da9063-watchdog";
};
onkey {
compatible = "dlg,da9063-onkey";
status = "disabled";
};
};
};
......
......@@ -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";
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册