Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 73fdaa0f authored by Sylvain Lemieux's avatar Sylvain Lemieux Committed by Vladimir Zapolskiy
Browse files

ARM: dts: lpc32xx: add clock properties to spi nodes



The change adds clock properties to spi peripheral devices,
clock ids are taken from dt-bindings/clock/lpc32xx-clock.h

Signed-off-by: default avatarSylvain Lemieux <slemieux@tycoint.com>
Signed-off-by: default avatarVladimir Zapolskiy <vz@mleia.com>
parent c17e9377
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -173,6 +173,7 @@
			spi1: spi@20088000 {
				compatible = "nxp,lpc3220-spi";
				reg = <0x20088000 0x1000>;
				clocks = <&clk LPC32XX_CLK_SPI1>;
			};

			ssp1: ssp@2008c000 {
@@ -186,6 +187,7 @@
			spi2: spi@20090000 {
				compatible = "nxp,lpc3220-spi";
				reg = <0x20090000 0x1000>;
				clocks = <&clk LPC32XX_CLK_SPI2>;
			};

			i2s0: i2s@20094000 {