diff options
author | Soren Brinkmann <soren.brinkmann@xilinx.com> | 2014-08-20 19:56:58 +0400 |
---|---|---|
committer | Michal Simek <michal.simek@xilinx.com> | 2014-09-01 15:10:23 +0400 |
commit | edbd35e70dd563f5e8062bed292a9900073fca48 (patch) | |
tree | 688975052fc1ca97af78d7cc453291d7814db2c3 /arch/arm/boot/dts/zynq-7000.dtsi | |
parent | da45581ea825d53a459a90deb48a50b99369502b (diff) | |
download | linux-edbd35e70dd563f5e8062bed292a9900073fca48.tar.xz |
ARM: zynq: DT: Move size/address properties to dtsi
Move the GEM's size and address cells properties to the common
dtsi file.
Cc: Andreas Färber <afaerber@suse.de>
Signed-off-by: Soren Brinkmann <soren.brinkmann@xilinx.com>
Reviewed-by: Andreas Färber <afaerber@suse.de>
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Diffstat (limited to 'arch/arm/boot/dts/zynq-7000.dtsi')
-rw-r--r-- | arch/arm/boot/dts/zynq-7000.dtsi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/zynq-7000.dtsi b/arch/arm/boot/dts/zynq-7000.dtsi index 6cc83d4c6c76..4e6e96ef7bd0 100644 --- a/arch/arm/boot/dts/zynq-7000.dtsi +++ b/arch/arm/boot/dts/zynq-7000.dtsi @@ -195,6 +195,8 @@ interrupts = <0 22 4>; clocks = <&clkc 30>, <&clkc 30>, <&clkc 13>; clock-names = "pclk", "hclk", "tx_clk"; + #address-cells = <1>; + #size-cells = <0>; }; gem1: ethernet@e000c000 { @@ -204,6 +206,8 @@ interrupts = <0 45 4>; clocks = <&clkc 31>, <&clkc 31>, <&clkc 14>; clock-names = "pclk", "hclk", "tx_clk"; + #address-cells = <1>; + #size-cells = <0>; }; sdhci0: sdhci@e0100000 { |