From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sergei Shtylyov Date: Wed, 28 May 2014 12:44:28 +0000 Subject: Re: [PATCH 4/8] ARM: shmobile: lager: Add dummy PCIe bus clock Message-Id: <5385DA2C.4060704@cogentembedded.com> List-Id: References: <1401261843-6964-5-git-send-email-phil.edworthy@renesas.com> In-Reply-To: <1401261843-6964-5-git-send-email-phil.edworthy@renesas.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-sh@vger.kernel.org Hello. On 05/28/2014 11:23 AM, Phil Edworthy wrote: > Since the CPU's dtsi refers to pcie_bus_clock, we need an entry in > the board's dts, even if we aren't using PCIe. > Signed-off-by: Phil Edworthy > --- > arch/arm/boot/dts/r8a7790-lager.dts | 10 ++++++++++ > 1 file changed, 10 insertions(+) > diff --git a/arch/arm/boot/dts/r8a7790-lager.dts b/arch/arm/boot/dts/r8a7790-lager.dts > index 9becef7..6d4fe97 100644 > --- a/arch/arm/boot/dts/r8a7790-lager.dts > +++ b/arch/arm/boot/dts/r8a7790-lager.dts > @@ -144,6 +144,16 @@ > states = <3300000 1 > 1800000 0>; > }; > + > + clocks { > + /* External PCIe bus clock - not used */ > + pcie_bus_clk: pcie_bus_clk { > + compatible = "fixed-clock"; > + #clock-cells = <0>; > + clock-frequency = <0>; When this value gets filled in? WBR, Sergei