Merge tag 'devicetree-for-3.14' of git://git.kernel.org/pub/scm/linux/kernel/git...
authorLinus Torvalds <torvalds@linux-foundation.org>
Sat, 25 Jan 2014 01:27:34 +0000 (17:27 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 25 Jan 2014 01:27:34 +0000 (17:27 -0800)
Pull devicetree updates from Rob Herring:
 - Add new documents with guidelines for DT binding stability and review
   process.  This is one of the outcomes of Kernel Summit DT discussions
 - Remove a bunch of device_type usage which is only for OF and
   deprecated with FDT
 - Fix a long standing issue with compatible string match ordering
 - Various minor binding documentation updates

* tag 'devicetree-for-3.14' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux:
  dt-bindings: add rockchip vendor prefix
  serial: vt8500: Add missing binding document for arch-vt8500 serial driver.
  dt/bindings: submitting patches and ABI documents
  DT: Add vendor prefix for Emerging Display Technologies
  of: add vendor prefixe for EPFL
  of: add vendor prefix for Gumstix
  of: add vendor prefix for Ka-Ro electronics GmbH
  devicetree: macb: Document clock properties
  dts: bindings: trivial clock bindings doc fixes
  of: Fix __of_device_is_available check
  dt/bindings: Remove device_type "serial" from marvell,mv64360-mpsc
  dt/bindings: remove device_type "network" references
  dt/bindings: remove users of device_type "mdio"
  dt/bindings: Remove references to linux,phandle properties
  dt/bindings: Remove all references to device_type "ethernet-phy"
  of: irq: Ignore disabled intc's when searching map
  of: irq: Ignore disabled interrupt controllers
  OF: base: match each node compatible against all given matches first
  dt-bindings: add GIC-400 binding

23 files changed:
1  2 
Documentation/devicetree/bindings/vendor-prefixes.txt
arch/arm/boot/dts/dove.dtsi
arch/arm/boot/dts/kirkwood-cloudbox.dts
arch/arm/boot/dts/kirkwood-db.dtsi
arch/arm/boot/dts/kirkwood-dnskw.dtsi
arch/arm/boot/dts/kirkwood-dockstar.dts
arch/arm/boot/dts/kirkwood-dreamplug.dts
arch/arm/boot/dts/kirkwood-goflexnet.dts
arch/arm/boot/dts/kirkwood-guruplug-server-plus.dts
arch/arm/boot/dts/kirkwood-ib62x0.dts
arch/arm/boot/dts/kirkwood-iconnect.dts
arch/arm/boot/dts/kirkwood-iomega_ix2_200.dts
arch/arm/boot/dts/kirkwood-km_kirkwood.dts
arch/arm/boot/dts/kirkwood-lsxl.dtsi
arch/arm/boot/dts/kirkwood-mplcec4.dts
arch/arm/boot/dts/kirkwood-netgear_readynas_duo_v2.dts
arch/arm/boot/dts/kirkwood-ns2-common.dtsi
arch/arm/boot/dts/kirkwood-openblocks_a6.dts
arch/arm/boot/dts/kirkwood-openblocks_a7.dts
arch/arm/boot/dts/kirkwood-sheevaplug-common.dtsi
arch/arm/boot/dts/kirkwood-topkick.dts
arch/arm/boot/dts/kirkwood.dtsi
arch/arm/boot/dts/orion5x.dtsi

index 520596da7953b7395bb654c5d5bb97d8de5963f5,391e7299e44c33dd2f9fe11d11e4e8f6016ade7f..5780ffcd79af62ae1629c06199d1778c74eaa884
@@@ -34,14 -35,14 +36,16 @@@ fsl        Freescale Semiconducto
  GEFanuc       GE Fanuc Intelligent Platforms Embedded Systems, Inc.
  gef   GE Fanuc Intelligent Platforms Embedded Systems, Inc.
  gmt   Global Mixed-mode Technology, Inc.
+ gumstix       Gumstix, Inc.
 +haoyu Haoyu Microelectronic Co. Ltd.
  hisilicon     Hisilicon Limited.
  hp    Hewlett Packard
  ibm   International Business Machines (IBM)
  idt   Integrated Device Technologies, Inc.
  img   Imagination Technologies Ltd.
  intercontrol  Inter Control Group
 +isl   Intersil
+ karo  Ka-Ro electronics GmbH
  lg    LG Corporation
  linux Linux-specific binding
  lsi   LSI Corp. (LSI Logic)
index 8de1031233ae578dc45f6e9db8f78b1d951f085a,39ffabe04cc53b345c85f674354d8387f226f4e1..2b76524f4aa74ee475d7e027f24683097ef4770f
                                status = "disabled";
                        };
  
 -                      gpio0: gpio-ctrl@d0400 {
 -                              compatible = "marvell,orion-gpio";
 -                              #gpio-cells = <2>;
 -                              gpio-controller;
 -                              reg = <0xd0400 0x20>;
 -                              ngpios = <32>;
 +                      spi1: spi-ctrl@14600 {
 +                              compatible = "marvell,orion-spi";
 +                              #address-cells = <1>;
 +                              #size-cells = <0>;
 +                              cell-index = <1>;
 +                              interrupts = <5>;
 +                              reg = <0x14600 0x28>;
 +                              clocks = <&core_clk 0>;
 +                              status = "disabled";
 +                      };
 +
 +                      mbusc: mbus-ctrl@20000 {
 +                              compatible = "marvell,mbus-controller";
 +                              reg = <0x20000 0x80>, <0x800100 0x8>;
 +                      };
 +
 +                      bridge_intc: bridge-interrupt-ctrl@20110 {
 +                              compatible = "marvell,orion-bridge-intc";
                                interrupt-controller;
 -                              #interrupt-cells = <2>;
 -                              interrupts = <12>, <13>, <14>, <60>;
 +                              #interrupt-cells = <1>;
 +                              reg = <0x20110 0x8>;
 +                              interrupts = <0>;
 +                              marvell,#interrupts = <5>;
                        };
  
 -                      gpio1: gpio-ctrl@d0420 {
 -                              compatible = "marvell,orion-gpio";
 -                              #gpio-cells = <2>;
 -                              gpio-controller;
 -                              reg = <0xd0420 0x20>;
 -                              ngpios = <32>;
 +                      intc: main-interrupt-ctrl@20200 {
 +                              compatible = "marvell,orion-intc";
                                interrupt-controller;
 -                              #interrupt-cells = <2>;
 -                              interrupts = <61>;
 +                              #interrupt-cells = <1>;
 +                              reg = <0x20200 0x10>, <0x20210 0x10>;
                        };
  
 -                      gpio2: gpio-ctrl@e8400 {
 -                              compatible = "marvell,orion-gpio";
 -                              #gpio-cells = <2>;
 -                              gpio-controller;
 -                              reg = <0xe8400 0x0c>;
 -                              ngpios = <8>;
 +                      timer: timer@20300 {
 +                              compatible = "marvell,orion-timer";
 +                              reg = <0x20300 0x20>;
 +                              interrupt-parent = <&bridge_intc>;
 +                              interrupts = <1>, <2>;
 +                              clocks = <&core_clk 0>;
 +                      };
 +
 +                      crypto: crypto-engine@30000 {
 +                              compatible = "marvell,orion-crypto";
 +                              reg = <0x30000 0x10000>,
 +                                    <0xffffe000 0x800>;
 +                              reg-names = "regs", "sram";
 +                              interrupts = <31>;
 +                              clocks = <&gate_clk 15>;
 +                              status = "okay";
 +                      };
 +
 +                      ehci0: usb-host@50000 {
 +                              compatible = "marvell,orion-ehci";
 +                              reg = <0x50000 0x1000>;
 +                              interrupts = <24>;
 +                              clocks = <&gate_clk 0>;
 +                              status = "okay";
 +                      };
 +
 +                      ehci1: usb-host@51000 {
 +                              compatible = "marvell,orion-ehci";
 +                              reg = <0x51000 0x1000>;
 +                              interrupts = <25>;
 +                              clocks = <&gate_clk 1>;
 +                              status = "okay";
 +                      };
 +
 +                      xor0: dma-engine@60800 {
 +                              compatible = "marvell,orion-xor";
 +                              reg = <0x60800 0x100
 +                                     0x60a00 0x100>;
 +                              clocks = <&gate_clk 23>;
 +                              status = "okay";
 +
 +                              channel0 {
 +                                      interrupts = <39>;
 +                                      dmacap,memcpy;
 +                                      dmacap,xor;
 +                              };
 +
 +                              channel1 {
 +                                      interrupts = <40>;
 +                                      dmacap,memcpy;
 +                                      dmacap,xor;
 +                              };
 +                      };
 +
 +                      xor1: dma-engine@60900 {
 +                              compatible = "marvell,orion-xor";
 +                              reg = <0x60900 0x100
 +                                     0x60b00 0x100>;
 +                              clocks = <&gate_clk 24>;
 +                              status = "okay";
 +
 +                              channel0 {
 +                                      interrupts = <42>;
 +                                      dmacap,memcpy;
 +                                      dmacap,xor;
 +                              };
 +
 +                              channel1 {
 +                                      interrupts = <43>;
 +                                      dmacap,memcpy;
 +                                      dmacap,xor;
 +                              };
 +                      };
 +
 +                      sdio1: sdio-host@90000 {
 +                              compatible = "marvell,dove-sdhci";
 +                              reg = <0x90000 0x100>;
 +                              interrupts = <36>, <38>;
 +                              clocks = <&gate_clk 9>;
 +                              pinctrl-0 = <&pmx_sdio1>;
 +                              pinctrl-names = "default";
 +                              status = "disabled";
 +                      };
 +
 +                      eth: ethernet-ctrl@72000 {
 +                              compatible = "marvell,orion-eth";
 +                              #address-cells = <1>;
 +                              #size-cells = <0>;
 +                              reg = <0x72000 0x4000>;
 +                              clocks = <&gate_clk 2>;
 +                              marvell,tx-checksum-limit = <1600>;
 +                              status = "disabled";
 +
 +                              ethernet-port@0 {
-                                       device_type = "network";
 +                                      compatible = "marvell,orion-eth-port";
 +                                      reg = <0>;
 +                                      interrupts = <29>;
 +                                      /* overwrite MAC address in bootloader */
 +                                      local-mac-address = [00 00 00 00 00 00];
 +                                      phy-handle = <&ethphy>;
 +                              };
 +                      };
 +
 +                      mdio: mdio-bus@72004 {
 +                              compatible = "marvell,orion-mdio";
 +                              #address-cells = <1>;
 +                              #size-cells = <0>;
 +                              reg = <0x72004 0x84>;
 +                              interrupts = <30>;
 +                              clocks = <&gate_clk 2>;
 +                              status = "disabled";
 +
 +                              ethphy: ethernet-phy {
-                                       device_type = "ethernet-phy";
 +                                      /* set phy address in board file */
 +                              };
 +                      };
 +
 +                      sdio0: sdio-host@92000 {
 +                              compatible = "marvell,dove-sdhci";
 +                              reg = <0x92000 0x100>;
 +                              interrupts = <35>, <37>;
 +                              clocks = <&gate_clk 8>;
 +                              pinctrl-0 = <&pmx_sdio0>;
 +                              pinctrl-names = "default";
 +                              status = "disabled";
 +                      };
 +
 +                      sata0: sata-host@a0000 {
 +                              compatible = "marvell,orion-sata";
 +                              reg = <0xa0000 0x2400>;
 +                              interrupts = <62>;
 +                              clocks = <&gate_clk 3>;
 +                              phys = <&sata_phy0>;
 +                              phy-names = "port0";
 +                              nr-ports = <1>;
 +                              status = "disabled";
 +                      };
 +
 +                      sata_phy0: sata-phy@a2000 {
 +                              compatible = "marvell,mvebu-sata-phy";
 +                              reg = <0xa2000 0x0334>;
 +                              clocks = <&gate_clk 3>;
 +                              clock-names = "sata";
 +                              #phy-cells = <0>;
 +                              status = "ok";
 +                      };
 +
 +                      audio0: audio-controller@b0000 {
 +                              compatible = "marvell,dove-audio";
 +                              reg = <0xb0000 0x2210>;
 +                              interrupts = <19>, <20>;
 +                              clocks = <&gate_clk 12>;
 +                              clock-names = "internal";
 +                              status = "disabled";
 +                      };
 +
 +                      audio1: audio-controller@b4000 {
 +                              compatible = "marvell,dove-audio";
 +                              reg = <0xb4000 0x2210>;
 +                              interrupts = <21>, <22>;
 +                              clocks = <&gate_clk 13>;
 +                              clock-names = "internal";
 +                              status = "disabled";
 +                      };
 +
 +                      thermal: thermal-diode@d001c {
 +                              compatible = "marvell,dove-thermal";
 +                              reg = <0xd001c 0x0c>, <0xd005c 0x08>;
 +                      };
 +
 +                      gate_clk: clock-gating-ctrl@d0038 {
 +                              compatible = "marvell,dove-gating-clock";
 +                              reg = <0xd0038 0x4>;
 +                              clocks = <&core_clk 0>;
 +                              #clock-cells = <1>;
 +                      };
 +
 +                      pmu_intc: pmu-interrupt-ctrl@d0050 {
 +                              compatible = "marvell,dove-pmu-intc";
 +                              interrupt-controller;
 +                              #interrupt-cells = <1>;
 +                              reg = <0xd0050 0x8>;
 +                              interrupts = <33>;
 +                              marvell,#interrupts = <7>;
                        };
  
                        pinctrl: pin-ctrl@d0200 {
Simple merge
Simple merge
Simple merge
Simple merge
index 4d2a8db9ab77b40b1145c84e5209960efa7cb7ce,00c0669b1b8c91cc35a8be62a98d6796f86d99fd..4838478019ccb94a88f6f4027f7e60125c42a6d9
  &mdio {
        status = "okay";
  
 -      ethphy0: ethernet-phy@0 {
 +      ethphy0: ethernet-phy@0 { /* Marvell 88E1318 */
-               device_type = "ethernet-phy";
                reg = <0>;
        };
  };
Simple merge
Simple merge