]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
Merge tag 'samsung-dt-4.10-2' of git://git.kernel.org/pub/scm/linux/kernel/git/krzk...
authorArnd Bergmann <arnd@arndb.de>
Wed, 30 Nov 2016 21:30:32 +0000 (22:30 +0100)
committerArnd Bergmann <arnd@arndb.de>
Wed, 30 Nov 2016 21:30:32 +0000 (22:30 +0100)
Pull "Samsung DeviceTree second update for v4.10" from Krzysztof Kozłowski:

1. Cleanups in MSHC nodes.
2. Enable ADC on Odroid boards.
3. Fix interrupt flags on recently added DMA sound nodes in Exynos5410.

* tag 'samsung-dt-4.10-2' of git://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux:
  ARM: dts: exynos: Remove the cd-gpios property for eMMC of Odroid XU3/4
  ARM: dts: exynos: Specify snps, dwmac in compatible string for gmac
  ARM: dts: exynos: Fix invalid GIC interrupt flags in audio block of Exynos5410
  ARM: dts: exynos: Add ADCs on 4412 and 5422 based odroid boards.
  ARM: dts: exynos: Replace "clock-freq-min-max" with "max-frequency"

1  2 
arch/arm/boot/dts/exynos5410.dtsi
arch/arm/boot/dts/exynos5440.dtsi

Simple merge
index 97c9f0e38526adb7594e26331f6e61fd782570bb,1012659888f0eeeff8b0303ea62e019de5e2c191..2a2e570bbee6f17dbd0c639a806f4516eb485c71
        };
  
        gmac: ethernet@00230000 {
-               compatible = "snps,dwmac-3.70a";
+               compatible = "snps,dwmac-3.70a", "snps,dwmac";
                reg = <0x00230000 0x8000>;
                interrupt-parent = <&gic>;
 -              interrupts = <0 31 4>;
 +              interrupts = <GIC_SPI 31 4>;
                interrupt-names = "macirq";
                phy-mode = "sgmii";
                clocks = <&clock CLK_GMAC0>;