diff options
author | Yunus Bas <y.bas@phytec.de> | 2022-01-28 10:27:38 +0300 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2022-02-11 07:42:57 +0300 |
commit | 84ff7ceaff098dc72d3784d5b3301f980dd6d6b8 (patch) | |
tree | 0fd57f9929f4cf79abf6664253abfa4ff3a799e0 /arch/arm/boot/dts/imx6qdl-phytec-pfla02.dtsi | |
parent | daad593a0c9a2064ec61e0c28b6ddba0cee92455 (diff) | |
download | linux-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.dtsi | 5 |
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"; + }; }; }; |