Commit 84ff7cea authored by Yunus Bas's avatar Yunus Bas Committed by Shawn Guo
Browse files

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: default avatarYunus Bas <y.bas@phytec.de>
Signed-off-by: default avatarAndrej Picej <andrej.picej@norik.com>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent daad593a
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -213,6 +213,11 @@ da9063_rtc: rtc {
		da9063_wdog: watchdog {
			compatible = "dlg,da9063-watchdog";
		};

		onkey {
			compatible = "dlg,da9063-onkey";
			status = "disabled";
		};
	};
};

+10 −0
Original line number Diff line number Diff line
@@ -116,6 +116,16 @@ watchdog {
			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";