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

ARM: dts: imx51-zii-rdu1: Add node for 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 RDU.

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
cbeb1dc7 9fdd1f83

+9
+9
arch/arm/boot/dts/imx51-zii-rdu1.dts
··· 573 573 pinctrl-names = "default"; 574 574 pinctrl-0 = <&pinctrl_uart3>; 575 575 status = "okay"; 576 + 577 + rave-sp { 578 + compatible = "zii,rave-sp-rdu1"; 579 + current-speed = <38400>; 580 + 581 + watchdog { 582 + compatible = "zii,rave-sp-watchdog"; 583 + }; 584 + }; 576 585 }; 577 586 578 587 &usbh1 {