Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

Merge tag 'samsung-dt-srom-4.6' into next/dt

Device Tree changes for v4.6 adding the nodes for Exynos SROM controller
driver. The driver saves and restores SROM registers during suspend to RAM.
DT changes should go in before removal of SROM support from mach-exynos.

+15
+5
arch/arm/boot/dts/exynos4.dtsi
··· 76 76 reg = <0x10000000 0x100>; 77 77 }; 78 78 79 + sromc@12570000 { 80 + compatible = "samsung,exynos-srom"; 81 + reg = <0x12570000 0x14>; 82 + }; 83 + 79 84 mipi_phy: video-phy@10020710 { 80 85 compatible = "samsung,s5pv210-mipi-video-phy"; 81 86 #phy-cells = <1>;
+5
arch/arm/boot/dts/exynos5.dtsi
··· 30 30 reg = <0x10000000 0x100>; 31 31 }; 32 32 33 + sromc@12250000 { 34 + compatible = "samsung,exynos-srom"; 35 + reg = <0x12250000 0x14>; 36 + }; 37 + 33 38 combiner: interrupt-controller@10440000 { 34 39 compatible = "samsung,exynos4210-combiner"; 35 40 #interrupt-cells = <2>;
+5
arch/arm/boot/dts/exynos5410.dtsi
··· 101 101 reg = <0x10000000 0x100>; 102 102 }; 103 103 104 + sromc: sromc@12250000 { 105 + compatible = "samsung,exynos-srom"; 106 + reg = <0x12250000 0x14>; 107 + }; 108 + 104 109 pmu_system_controller: system-controller@10040000 { 105 110 compatible = "samsung,exynos5410-pmu", "syscon"; 106 111 reg = <0x10040000 0x5000>;