Merge tag 'cris-for-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/jesper...
[cascardo/linux.git] / arch / arm / boot / dts / exynos4.dtsi
index c679b3c..5f034eb 100644 (file)
 
 #include <dt-bindings/clock/exynos4.h>
 #include <dt-bindings/clock/exynos-audss-clk.h>
-#include "skeleton.dtsi"
 #include "exynos-syscon-restart.dtsi"
 
 / {
        interrupt-parent = <&gic>;
+       #address-cells = <1>;
+       #size-cells = <1>;
 
        aliases {
                spi0 = &spi_0;
                reg = <0x10000000 0x100>;
        };
 
-       sromc@12570000 {
-               compatible = "samsung,exynos-srom";
+       memory-controller@12570000 {
+               compatible = "samsung,exynos4210-srom";
                reg = <0x12570000 0x14>;
        };
 
-       mipi_phy: video-phy@10020710 {
+       mipi_phy: video-phy {
                compatible = "samsung,s5pv210-mipi-video-phy";
                #phy-cells = <1>;
                syscon = <&pmu_system_controller>;
                clock-names = "mfc", "sclk_mfc";
                iommus = <&sysmmu_mfc_l>, <&sysmmu_mfc_r>;
                iommu-names = "left", "right";
-               status = "disabled";
        };
 
        serial_0: serial@13800000 {
                status = "disabled";
        };
 
+       hdmicec: cec@100B0000 {
+               compatible = "samsung,s5p-cec";
+               reg = <0x100B0000 0x200>;
+               interrupts = <0 114 0>;
+               clocks = <&clock CLK_HDMI_CEC>;
+               clock-names = "hdmicec";
+               samsung,syscon-phandle = <&pmu_system_controller>;
+               pinctrl-names = "default";
+               pinctrl-0 = <&hdmi_cec>;
+               status = "disabled";
+       };
+
        mixer: mixer@12C10000 {
                compatible = "samsung,exynos4210-mixer";
                interrupts = <0 91 0>;
                #iommu-cells = <0>;
        };
 
+       sss: sss@10830000 {
+               compatible = "samsung,exynos4210-secss";
+               reg = <0x10830000 0x300>;
+               interrupts = <0 112 0>;
+               clocks = <&clock CLK_SSS>;
+               clock-names = "secss";
+       };
+
        prng: rng@10830400 {
                compatible = "samsung,exynos4-rng";
                reg = <0x10830400 0x200>;
                clocks = <&clock CLK_SSS>;
                clock-names = "secss";
-               status = "disabled";
        };
 };