Message ID | 20200320183455.21311-2-ansuelsmth@gmail.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | [01/12] pcie: qcom: add missing ipq806x clocks in pcie driver | expand |
On Fri, Mar 20, 2020 at 07:34:44PM +0100, Ansuel Smith wrote: > Document missing clks used in ipq806x soc > > Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com> > --- > Documentation/devicetree/bindings/pci/qcom,pcie.txt | 8 ++++++-- > 1 file changed, 6 insertions(+), 2 deletions(-) What a mess the clocks are for this binding... Oh well, Acked-by: Rob Herring <robh@kernel.org> > > diff --git a/Documentation/devicetree/bindings/pci/qcom,pcie.txt b/Documentation/devicetree/bindings/pci/qcom,pcie.txt > index 981b4de12807..becdbdc0fffa 100644 > --- a/Documentation/devicetree/bindings/pci/qcom,pcie.txt > +++ b/Documentation/devicetree/bindings/pci/qcom,pcie.txt > @@ -90,6 +90,8 @@ > Definition: Should contain the following entries > - "core" Clocks the pcie hw block > - "phy" Clocks the pcie PHY block > + - "aux" Clocks the pcie AUX block > + - "ref" Clocks the pcie ref block > - clock-names: > Usage: required for apq8084/ipq4019 > Value type: <stringlist> > @@ -277,8 +279,10 @@ > <0 0 0 4 &intc 0 39 IRQ_TYPE_LEVEL_HIGH>; /* int_d */ > clocks = <&gcc PCIE_A_CLK>, > <&gcc PCIE_H_CLK>, > - <&gcc PCIE_PHY_CLK>; > - clock-names = "core", "iface", "phy"; > + <&gcc PCIE_PHY_CLK>, > + <&gcc PCIE_AUX_CLK>, > + <&gcc PCIE_ALT_REF_CLK>; > + clock-names = "core", "iface", "phy", "aux", "ref"; > resets = <&gcc PCIE_ACLK_RESET>, > <&gcc PCIE_HCLK_RESET>, > <&gcc PCIE_POR_RESET>, > -- > 2.25.1 >
diff --git a/Documentation/devicetree/bindings/pci/qcom,pcie.txt b/Documentation/devicetree/bindings/pci/qcom,pcie.txt index 981b4de12807..becdbdc0fffa 100644 --- a/Documentation/devicetree/bindings/pci/qcom,pcie.txt +++ b/Documentation/devicetree/bindings/pci/qcom,pcie.txt @@ -90,6 +90,8 @@ Definition: Should contain the following entries - "core" Clocks the pcie hw block - "phy" Clocks the pcie PHY block + - "aux" Clocks the pcie AUX block + - "ref" Clocks the pcie ref block - clock-names: Usage: required for apq8084/ipq4019 Value type: <stringlist> @@ -277,8 +279,10 @@ <0 0 0 4 &intc 0 39 IRQ_TYPE_LEVEL_HIGH>; /* int_d */ clocks = <&gcc PCIE_A_CLK>, <&gcc PCIE_H_CLK>, - <&gcc PCIE_PHY_CLK>; - clock-names = "core", "iface", "phy"; + <&gcc PCIE_PHY_CLK>, + <&gcc PCIE_AUX_CLK>, + <&gcc PCIE_ALT_REF_CLK>; + clock-names = "core", "iface", "phy", "aux", "ref"; resets = <&gcc PCIE_ACLK_RESET>, <&gcc PCIE_HCLK_RESET>, <&gcc PCIE_POR_RESET>,
Document missing clks used in ipq806x soc Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com> --- Documentation/devicetree/bindings/pci/qcom,pcie.txt | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-)