]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
Merge branch 'omap/dt' into next/late
authorArnd Bergmann <arnd@arndb.de>
Wed, 15 Apr 2015 19:35:22 +0000 (21:35 +0200)
committerArnd Bergmann <arnd@arndb.de>
Wed, 15 Apr 2015 19:41:13 +0000 (21:41 +0200)
As pointed out by Stephen Rothwell, commit e52117638b79 ("ARM: dts:
omap3: Add DT entries for OMAP 3 ISP") conflicts with b8845074cfbb
("ARM: dts: omap3: add minimal l4 bus layout with control module support")
in non-obvious ways, causing a build failure when both patches
are present.

This merges the two branches that introduce the respective changes
into the next/late branch to resolve the way that Stephen suggested,
as confirmed by Tony.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Link: https://lkml.org/lkml/2015/4/6/436
Acked-by: Tony Lindgren <tony@atomide.com>
1  2 
MAINTAINERS
arch/arm/boot/dts/Makefile
arch/arm/boot/dts/am4372.dtsi
arch/arm/boot/dts/am57xx-beagle-x15.dts
arch/arm/boot/dts/dra7.dtsi
arch/arm/boot/dts/omap34xx.dtsi
arch/arm/boot/dts/omap36xx.dtsi

diff --cc MAINTAINERS
Simple merge
Simple merge
Simple merge
Simple merge
index 3819c1e915915b2ad79395ce97323fbaa52ae439,7bc8c0f72ddb29c06ef9e31bd5897dcc865a46ab..4f6b2d5b1902e96114f12b1f8bd7d15ba0b9819e
                        pinctrl-single,register-width = <16>;
                        pinctrl-single,function-mask = <0xff1f>;
                };
 -                      syscon = <&omap3_scm_general 0xdc>;
+               isp: isp@480bc000 {
+                       compatible = "ti,omap3-isp";
+                       reg = <0x480bc000 0x12fc
+                              0x480bd800 0x017c>;
+                       interrupts = <24>;
+                       iommus = <&mmu_isp>;
++                      syscon = <&scm_conf 0xdc>;
+                       ti,phy-type = <OMAP3ISP_PHY_TYPE_COMPLEX_IO>;
+                       #clock-cells = <1>;
+                       ports {
+                               #address-cells = <1>;
+                               #size-cells = <0>;
+                       };
+               };
        };
  };
  
index 541704a59a5adcac655c7a23ea49123c6a4fe9de,3502fe00ec7d2713692c54ca85408952b36b0038..86253de5a97a99ddb12ea5f41c72f3c59279fced
                        pinctrl-single,register-width = <16>;
                        pinctrl-single,function-mask = <0xff1f>;
                };
 -                      syscon = <&omap3_scm_general 0x2f0>;
+               isp: isp@480bc000 {
+                       compatible = "ti,omap3-isp";
+                       reg = <0x480bc000 0x12fc
+                              0x480bd800 0x0600>;
+                       interrupts = <24>;
+                       iommus = <&mmu_isp>;
++                      syscon = <&scm_conf 0x2f0>;
+                       ti,phy-type = <OMAP3ISP_PHY_TYPE_CSIPHY>;
+                       #clock-cells = <1>;
+                       ports {
+                               #address-cells = <1>;
+                               #size-cells = <0>;
+                       };
+               };
        };
  };