Re: [PATCH resend 2/5] gazerbeam: add clocks property to SPI node

2020-03-31 Thread Tom Rini
On Tue, Feb 11, 2020 at 03:20:23PM +, Rasmus Villemoes wrote:

> Prepare for supporting setting different speeds in mpc8xxx_spi.c.
> 
> Signed-off-by: Rasmus Villemoes 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: PGP signature


[PATCH resend 2/5] gazerbeam: add clocks property to SPI node

2020-02-11 Thread Rasmus Villemoes
Prepare for supporting setting different speeds in mpc8xxx_spi.c.

Signed-off-by: Rasmus Villemoes 
---
 arch/powerpc/dts/gdsys/mpc8308.dtsi | 7 +++
 1 file changed, 7 insertions(+)

diff --git a/arch/powerpc/dts/gdsys/mpc8308.dtsi 
b/arch/powerpc/dts/gdsys/mpc8308.dtsi
index 23e7403d91..1a319e2328 100644
--- a/arch/powerpc/dts/gdsys/mpc8308.dtsi
+++ b/arch/powerpc/dts/gdsys/mpc8308.dtsi
@@ -17,6 +17,7 @@
 /dts-v1/;
 
 #include 
+#include 
 
 / {
compatible = "fsl,mpc8308rdb";
@@ -50,6 +51,11 @@
};
};
 
+   socclocks: clocks {
+   compatible = "fsl,mpc8308-clk";
+   #clock-cells = <1>;
+   };
+
board_lbc: localbus@e0005000 {
#address-cells = <2>;
#size-cells = <1>;
@@ -173,6 +179,7 @@
reg = <0x7000 0x1000>;
interrupts = <16 0x8>;
interrupt-parent = <>;
+   clocks = < MPC83XX_CLK_CSB>;
mode = "cpu";
};
 
-- 
2.23.0