[PATCH V8 1/4] pci: Add PCIe driver for Samsung Exynos
Arnd Bergmann
arnd at arndb.de
Thu Jun 20 23:20:48 EST 2013
On Thursday 20 June 2013, Jingoo Han wrote:
> diff --git a/Documentation/devicetree/bindings/pci/exynos-pcie.txt b/Documentation/devicetree/bindings/pci/exynos-pcie.txt
> new file mode 100644
> index 0000000..f71d835
> --- /dev/null
> +++ b/Documentation/devicetree/bindings/pci/exynos-pcie.txt
> @@ -0,0 +1,73 @@
> +* Samsung Exynos PCIe interface
Please adapt the name of the binding as well, and name it snps-dwc-pcie.txt
for instance, to match the change in the driver and in the binding.
> +Required properties:
> +-compatible: should contain "snps,dwc-pcie" to identify the
> + core, plus an identifier for the specific instance, such
> + as "samsung,exynos5440-pcie".
Thanks for changing it here.
> +
> + pcie at 290000 {
> + compatible = "samsung,exynos5440-pcie";
> + reg = <0x290000 0x1000
> + 0x270000 0x1000
> + 0x271000 0x40>;
but please also change the example and the .dts files to match.
It should say here
compatible = "samsung,exynos5440-pcie", "snps,dwc-pcie";
as now required by the binding.
Arnd
More information about the devicetree-discuss
mailing list