Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1196414
| From | Scott Wood <scottwood@freescale.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH v2 2/2] powerpc/mpc85xx: Add FSL QorIQ DPAA FMan support to the SoC device tree(s) |
| Date | 2015-07-30 22:20 +0200 |
| Message-ID | <pS2t4-pi-1@gated-at.bofh.it> (permalink) |
| References | <pS2t4-pi-3@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On Thu, 2015-07-30 at 07:33 +0300, Igal.Liberman wrote:
> @@ -307,4 +307,117 @@
> reg = <0xe0000 0x1000>;
> fsl,has-rstcr;
> };
> +
> + fman@100000{
> + #address-cells = <1>;
> + #size-cells = <1>;
> + cell-index = <0>;
> + ranges = <0 0x100000 0x100000>;
> + compatible = "fsl,fman";
> + reg = <0x100000 0x100000>;
> + interrupts = <24 2 0 0>, <16 2 1 30>;
> + clock-frequency = <0>;
> + fsl,qman-channel-range = <0x40 0x7>;
fman is supposed to have clocks/clock-names, not clock-frequency.
-Scott
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
Re: [PATCH v2 2/2] powerpc/mpc85xx: Add FSL QorIQ DPAA FMan support to the SoC device tree(s) Scott Wood <scottwood@freescale.com> - 2015-07-30 22:20 +0200 RE: [PATCH v2 2/2] powerpc/mpc85xx: Add FSL QorIQ DPAA FMan support to the SoC device tree(s) Liberman Igal <Igal.Liberman@freescale.com> - 2015-08-03 10:10 +0200
csiph-web