summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/imx6qdl-phytec-pfla02.dtsi
diff options
context:
space:
mode:
authorYunus Bas <y.bas@phytec.de>2022-01-28 10:27:38 +0300
committerShawn Guo <shawnguo@kernel.org>2022-02-11 07:42:57 +0300
commit84ff7ceaff098dc72d3784d5b3301f980dd6d6b8 (patch)
tree0fd57f9929f4cf79abf6664253abfa4ff3a799e0 /arch/arm/boot/dts/imx6qdl-phytec-pfla02.dtsi
parentdaad593a0c9a2064ec61e0c28b6ddba0cee92455 (diff)
downloadlinux-84ff7ceaff098dc72d3784d5b3301f980dd6d6b8.tar.xz
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-pfla02.dtsi')
-rw-r--r--arch/arm/boot/dts/imx6qdl-phytec-pfla02.dtsi5
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx6qdl-phytec-pfla02.dtsi b/arch/arm/boot/dts/imx6qdl-phytec-pfla02.dtsi
index c6ec71f6f034..1f2ba6f6254e 100644
--- a/arch/arm/boot/dts/imx6qdl-phytec-pfla02.dtsi
+++ b/arch/arm/boot/dts/imx6qdl-phytec-pfla02.dtsi
@@ -213,6 +213,11 @@
da9063_wdog: watchdog {
compatible = "dlg,da9063-watchdog";
};
+
+ onkey {
+ compatible = "dlg,da9063-onkey";
+ status = "disabled";
+ };
};
};