On Fri, Jun 07, 2019 at 08:13:58AM +0100, Biju Das wrote: > Declare pcie bus clock, since it is generated on the HiHope RZ/G2M main > board. > > Signed-off-by: Biju Das <biju.das@xxxxxxxxxxxxxx> Thanks, applied for inclusion in v5.3. > --- > arch/arm64/boot/dts/renesas/hihope-common.dtsi | 4 ++++ > 1 file changed, 4 insertions(+) > > diff --git a/arch/arm64/boot/dts/renesas/hihope-common.dtsi b/arch/arm64/boot/dts/renesas/hihope-common.dtsi > index 4cc924d..95ac6fa 100644 > --- a/arch/arm64/boot/dts/renesas/hihope-common.dtsi > +++ b/arch/arm64/boot/dts/renesas/hihope-common.dtsi > @@ -26,6 +26,10 @@ > clock-frequency = <32768>; > }; > > +&pcie_bus_clk { > + clock-frequency = <100000000>; > +}; > + > &pfc { > pinctrl-0 = <&scif_clk_pins>; > pinctrl-names = "default"; > -- > 2.7.4 >