lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20220128072738.157247-1-andrej.picej@norik.com>
Date:   Fri, 28 Jan 2022 08:27:37 +0100
From:   Andrej Picej <andrej.picej@...ik.com>
To:     shawnguo@...nel.org, robh+dt@...nel.org, s.hauer@...gutronix.de,
        devicetree@...r.kernel.org
Cc:     festevam@...il.com, kernel@...gutronix.de,
        linux-kernel@...r.kernel.org, y.bas@...tec.com
Subject: [PATCH v2 1/2] ARM: dts: imx6qdl-phytec: add missing pmic MFD subdevices

phyFLEX PMIC DA9063 has also RTC and watchdog support. Add both
MFD subdevices so they can be used.

Signed-off-by: Andrej Picej <andrej.picej@...ik.com>
---
Changes in v2:
 - fix subject to follow ARM: dts: imx6qdl-phytec: ... style
 - use MFD (capital letters) in subject and commit message
 - change rtc and watchdog lebel/node name to follow more standard
   naming scheme
---
 arch/arm/boot/dts/imx6qdl-phytec-pfla02.dtsi | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/arch/arm/boot/dts/imx6qdl-phytec-pfla02.dtsi b/arch/arm/boot/dts/imx6qdl-phytec-pfla02.dtsi
index f3236204cb5a..c6ec71f6f034 100644
--- a/arch/arm/boot/dts/imx6qdl-phytec-pfla02.dtsi
+++ b/arch/arm/boot/dts/imx6qdl-phytec-pfla02.dtsi
@@ -205,6 +205,14 @@ vdd_mx6_high_reg: ldo11 {
 				regulator-always-on;
 			};
 		};
+
+		da9063_rtc: rtc {
+			compatible = "dlg,da9063-rtc";
+		};
+
+		da9063_wdog: watchdog {
+			compatible = "dlg,da9063-watchdog";
+		};
 	};
 };
 
-- 
2.25.1

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ