Hi Vladimir, On Thu, Sep 7, 2017 at 12:36 AM, Vladimir Barinov <[email protected]> wrote: > This supports PCIE0/1 on ULCB Kingfisher board > > Signed-off-by: Vladimir Barinov <[email protected]> > --- > arch/arm64/boot/dts/renesas/ulcb-kf.dtsi | 13 +++++++++++++ > 1 file changed, 13 insertions(+) > > diff --git a/arch/arm64/boot/dts/renesas/ulcb-kf.dtsi > b/arch/arm64/boot/dts/renesas/ulcb-kf.dtsi > index 46e3a34..952d2b7 100644 > --- a/arch/arm64/boot/dts/renesas/ulcb-kf.dtsi > +++ b/arch/arm64/boot/dts/renesas/ulcb-kf.dtsi > @@ -52,6 +52,19 @@ > status = "okay"; > }; > > +&pcie_bus_clk { > + clock-frequency = <100000000>; > + status = "okay";
The status update is superfluous, as the PCIe bus clock is already enabled in r8a779[56].dtsi. With that fixed: Reviewed-by: Geert Uytterhoeven <[email protected]> Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- [email protected] In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds
