[PATCH] ARM: zynq: DT: Fix GEM register area size
Michal Simek
michal.simek at xilinx.com
Tue Sep 16 22:25:38 PDT 2014
On 09/16/2014 05:08 PM, Soren Brinkmann wrote:
> The size of the GEM's register area is only 0x1000 bytes.
>
> Signed-off-by: Soren Brinkmann <soren.brinkmann at xilinx.com>
> ---
> arch/arm/boot/dts/zynq-7000.dtsi | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/arch/arm/boot/dts/zynq-7000.dtsi b/arch/arm/boot/dts/zynq-7000.dtsi
> index 6cc83d4c6c76..3eb12f25e669 100644
> --- a/arch/arm/boot/dts/zynq-7000.dtsi
> +++ b/arch/arm/boot/dts/zynq-7000.dtsi
> @@ -190,7 +190,7 @@
>
> gem0: ethernet at e000b000 {
> compatible = "cdns,gem";
> - reg = <0xe000b000 0x4000>;
> + reg = <0xe000b000 0x1000>;
> status = "disabled";
> interrupts = <0 22 4>;
> clocks = <&clkc 30>, <&clkc 30>, <&clkc 13>;
> @@ -199,7 +199,7 @@
>
> gem1: ethernet at e000c000 {
> compatible = "cdns,gem";
> - reg = <0xe000c000 0x4000>;
> + reg = <0xe000c000 0x1000>;
> status = "disabled";
> interrupts = <0 45 4>;
> clocks = <&clkc 31>, <&clkc 31>, <&clkc 14>;
>
Applied.
Thanks,
Michal
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 198 bytes
Desc: OpenPGP digital signature
URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20140917/822cc3b7/attachment.sig>
More information about the linux-arm-kernel
mailing list