Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: dts: imx6: RDU2: Add RAVE SP device

With MFD and watchdog drivers for RAVE SP device support added by
538ee27290fa ("mfd: Add driver for RAVE Supervisory Processor") and
c3bb33345721 ("watchdog: Add RAVE SP watchdog driver") add
corresponding DT node for RDU2.

Cc: Rob Herring <robh+dt@kernel.org>
Cc: Mark Rutland <mark.rutland@arm.com>
Cc: Guenter Roeck <linux@roeck-us.net>
Cc: Chris Healy <cphealy@gmail.com>
Cc: devicetree@vger.kernel.org
Cc: linux-arm-kernel@lists.infradead.org
Cc: linux-kernel@vger.kernel.org
Signed-off-by: Andrey Smirnov <andrew.smirnov@gmail.com>
Reviewed-by: Fabio Estevam <fabio.estevam@nxp.com>
Reviewed-by: Lucas Stach <l.stach@pengutronix.de>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>

authored by

Andrey Smirnov and committed by
Shawn Guo
9fdd1f83 c08be1ad

+9
+9
arch/arm/boot/dts/imx6qdl-zii-rdu2.dtsi
··· 305 305 pinctrl-names = "default"; 306 306 pinctrl-0 = <&pinctrl_uart4>; 307 307 status = "okay"; 308 + 309 + rave-sp { 310 + compatible = "zii,rave-sp-rdu2"; 311 + current-speed = <1000000>; 312 + 313 + watchdog { 314 + compatible = "zii,rave-sp-watchdog"; 315 + }; 316 + }; 308 317 }; 309 318 310 319 &ecspi1 {