[v3,1/2] powerpc/mpc85xx: Create dts components for the FSL QorIQ DPAA FMan

Scott Wood scottwood at freescale.com
Tue Aug 4 11:28:31 AEST 2015


On Mon, Aug 03, 2015 at 09:44:01AM +0300, Igal.Liberman wrote:
> +	xmdio0: mdio at f1000 {
> +		#address-cells = <1>;
> +		#size-cells = <0>;
> +		compatible = "fsl,fman-xmdio";
> +		reg = <0xf1000 0x1000>;
> +		interrupts = <101 1 0 0>;
> +	};

Why is this <101 1 0 0> and not <101 2 0 0>?  Internal interrupts are
active-high.

> +	mdio0: mdio at e1120 {
> +		#address-cells = <1>;
> +		#size-cells = <0>;
> +		compatible = "fsl,fman-mdio";
> +		reg = <0xe1120 0xee0>;
> +		interrupts = <100 1 0 0>;

Likewise.

-Scott


More information about the Linuxppc-dev mailing list