diff mbox series

[1/1] dt-bindings: PCI: intel: Fix dt_binding_check compilation failure

Message ID 3319036bb29e0b25fc3b85293301e32aee0540dc.1576833842.git.eswara.kota@linux.intel.com
State New
Headers show
Series [1/1] dt-bindings: PCI: intel: Fix dt_binding_check compilation failure | expand

Commit Message

Dilip Kota Dec. 20, 2019, 9:53 a.m. UTC
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(-)

Comments

Rob Herring Jan. 8, 2020, 2:22 p.m. UTC | #1
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>
Rob Herring Jan. 24, 2020, 1:46 p.m. UTC | #2
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
diff mbox series

Patch

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>;