linux-pci.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/1] dt-bindings: PCI: intel: Fix dt_binding_check compilation failure
@ 2019-12-20  9:53 Dilip Kota
  2020-01-08 14:22 ` Rob Herring
  0 siblings, 1 reply; 3+ messages in thread
From: Dilip Kota @ 2019-12-20  9:53 UTC (permalink / raw)
  To: lorenzo.pieralisi, linux-pci, devicetree
  Cc: jingoohan1, gustavo.pimentel, andrew.murray, robh, linux-kernel,
	andriy.shevchenko, cheol.yong.kim, chuanhua.lei, qi-ming.wu,
	Dilip Kota

Remove <dt-bindings/clock/intel,lgm-clk.h> dependency as
it is not present in the mainline tree. Use numeric value
instead of LGM_GCLK_PCIE10 macro.

Signed-off-by: Dilip Kota <eswara.kota@linux.intel.com>
---
 Documentation/devicetree/bindings/pci/intel-gw-pcie.yaml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/Documentation/devicetree/bindings/pci/intel-gw-pcie.yaml b/Documentation/devicetree/bindings/pci/intel-gw-pcie.yaml
index db605d8a387d..a7da5141b8e0 100644
--- a/Documentation/devicetree/bindings/pci/intel-gw-pcie.yaml
+++ b/Documentation/devicetree/bindings/pci/intel-gw-pcie.yaml
@@ -107,7 +107,6 @@ additionalProperties: false
 examples:
   - |
     #include <dt-bindings/gpio/gpio.h>
-    #include <dt-bindings/clock/intel,lgm-clk.h>
     pcie10: pcie@d0e00000 {
       compatible = "intel,lgm-pcie", "snps,dw-pcie";
       device_type = "pci";
@@ -129,7 +128,7 @@ examples:
                       <0 0 0 4 &ioapic1 30 1>;
       ranges = <0x02000000 0 0xd4000000 0xd4000000 0 0x04000000>;
       resets = <&rcu0 0x50 0>;
-      clocks = <&cgu0 LGM_GCLK_PCIE10>;
+      clocks = <&cgu0 120>;
       phys = <&cb0phy0>;
       phy-names = "pcie";
       reset-assert-ms = <500>;
-- 
2.11.0


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH 1/1] dt-bindings: PCI: intel: Fix dt_binding_check compilation failure
  2019-12-20  9:53 [PATCH 1/1] dt-bindings: PCI: intel: Fix dt_binding_check compilation failure Dilip Kota
@ 2020-01-08 14:22 ` Rob Herring
  2020-01-24 13:46   ` Rob Herring
  0 siblings, 1 reply; 3+ messages in thread
From: Rob Herring @ 2020-01-08 14:22 UTC (permalink / raw)
  To: Dilip Kota
  Cc: lorenzo.pieralisi, linux-pci, devicetree, jingoohan1,
	gustavo.pimentel, andrew.murray, robh, linux-kernel,
	andriy.shevchenko, cheol.yong.kim, chuanhua.lei, qi-ming.wu,
	Dilip Kota

On Fri, 20 Dec 2019 17:53:24 +0800, Dilip Kota wrote:
> Remove <dt-bindings/clock/intel,lgm-clk.h> dependency as
> it is not present in the mainline tree. Use numeric value
> instead of LGM_GCLK_PCIE10 macro.
> 
> Signed-off-by: Dilip Kota <eswara.kota@linux.intel.com>
> ---
>  Documentation/devicetree/bindings/pci/intel-gw-pcie.yaml | 3 +--
>  1 file changed, 1 insertion(+), 2 deletions(-)
> 

Acked-by: Rob Herring <robh@kernel.org>

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH 1/1] dt-bindings: PCI: intel: Fix dt_binding_check compilation failure
  2020-01-08 14:22 ` Rob Herring
@ 2020-01-24 13:46   ` Rob Herring
  0 siblings, 0 replies; 3+ messages in thread
From: Rob Herring @ 2020-01-24 13:46 UTC (permalink / raw)
  To: Dilip Kota, Lorenzo Pieralisi, Bjorn Helgaas
  Cc: PCI, devicetree, Jingoo Han, Gustavo Pimentel, Andrew Murray,
	linux-kernel, Andy Shevchenko, cheol.yong.kim, chuanhua.lei,
	qi-ming.wu

On Wed, Jan 8, 2020 at 8:22 AM Rob Herring <robh@kernel.org> wrote:
>
> On Fri, 20 Dec 2019 17:53:24 +0800, Dilip Kota wrote:
> > Remove <dt-bindings/clock/intel,lgm-clk.h> dependency as
> > it is not present in the mainline tree. Use numeric value
> > instead of LGM_GCLK_PCIE10 macro.
> >
> > Signed-off-by: Dilip Kota <eswara.kota@linux.intel.com>
> > ---
> >  Documentation/devicetree/bindings/pci/intel-gw-pcie.yaml | 3 +--
> >  1 file changed, 1 insertion(+), 2 deletions(-)
> >
>
> Acked-by: Rob Herring <robh@kernel.org>

Ping.

Bjorn or Lorenzo, can you please apply this. linux-next has be broken
for some time now.

Rob

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-01-24 13:46 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-12-20  9:53 [PATCH 1/1] dt-bindings: PCI: intel: Fix dt_binding_check compilation failure Dilip Kota
2020-01-08 14:22 ` Rob Herring
2020-01-24 13:46   ` Rob Herring

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).