Merge branch 'platform-ti-linux-3.14.y' of git://git.ti.com/~rrnayak/ti-linux-kernel...
authorDan Murphy <DMurphy@ti.com>
Fri, 22 Aug 2014 16:09:50 +0000 (11:09 -0500)
committerDan Murphy <DMurphy@ti.com>
Fri, 22 Aug 2014 16:09:50 +0000 (11:09 -0500)
TI-Feature: platform_base
TI-Tree: git://git.ti.com/~rrnayak/ti-linux-kernel/platform-linux-feature-tree.git
TI-Branch: platform-ti-linux-3.14.y

* 'platform-ti-linux-3.14.y' of git://git.ti.com/~rrnayak/ti-linux-kernel/platform-linux-feature-tree:
  ARM: dts: DRA7: Add PMU nodes
  ARM: dts: OMAP5: add pmu node
  ti_config_fragments/baseport.cfg: Fix a comment using unsupported format

Conflicts:
arch/arm/boot/dts/dra72x.dtsi
arch/arm/boot/dts/dra74x.dtsi

Signed-off-by: Dan Murphy <DMurphy@ti.com>
1  2 
arch/arm/boot/dts/dra72x.dtsi
arch/arm/boot/dts/dra74x.dtsi
arch/arm/boot/dts/omap5.dtsi

                };
        };
  
 +      thermal-zones {
 +              #include "omap4-cpu-thermal.dtsi"
 +      };
++
+       pmu {
+               compatible = "arm,cortex-a15-pmu";
+               interrupts = <GIC_SPI DIRECT_IRQ(131) IRQ_TYPE_LEVEL_HIGH>;
+       };
  };
                };
        };
  
 +      ocp {
 +              omap_dwc3_4@48940000 {
 +                      compatible = "ti,dwc3";
 +                      ti,hwmods = "usb_otg_ss4";
 +                      reg = <0x48940000 0x10000>;
 +                      interrupts = <GIC_SPI 346 IRQ_TYPE_LEVEL_HIGH>;
 +                      #address-cells = <1>;
 +                      #size-cells = <1>;
 +                      utmi-mode = <2>;
 +                      ranges;
 +                      status = "disabled";
 +                      usb4: usb@48950000 {
 +                              compatible = "snps,dwc3";
 +                              reg = <0x48950000 0x17000>;
 +                              interrupts = <GIC_SPI 345 IRQ_TYPE_LEVEL_HIGH>;
 +                              tx-fifo-resize;
 +                              maximum-speed = "high-speed";
 +                              dr_mode = "otg";
 +                      };
 +              };
 +      };
 +
 +      thermal-zones {
 +              #include "omap4-cpu-thermal.dtsi"
 +      };
++
+       pmu {
+               compatible = "arm,cortex-a15-pmu";
+               interrupts = <GIC_SPI DIRECT_IRQ(131) IRQ_TYPE_LEVEL_HIGH>,
+                            <GIC_SPI DIRECT_IRQ(132) IRQ_TYPE_LEVEL_HIGH>;
+       };
  };
Simple merge