ARM64: dtsi: exynos5433: add the syscon_fsys for PCIe 89/105189/3
authorJaehoon Chung <jh80.chung@samsung.com>
Fri, 16 Dec 2016 00:32:40 +0000 (09:32 +0900)
committerSeung-Woo Kim <sw0312.kim@samsung.com>
Wed, 8 Mar 2017 10:46:39 +0000 (02:46 -0800)
This patch is for using syscon_fsys in PICe driver.
Current 'block' reg is used as Fsys system register, but it's not
correct.

Change-Id: I6aa3cc4aec07ee6ccc038fb03e17995d0feded87
Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
arch/arm64/boot/dts/exynos/exynos5433.dtsi

index e59f7d9a4400ed863fb94e106b18410a0b04e869..96603e0ab5fdb3bf53bd83741964c09e5251b550 100644 (file)
                        reg = <0x145F0000 0x1038>;
                };
 
+               syscon_fsys: syscon@156F0000 {
+                       compatible = "samsung,exynos5433-sysreg", "syscon";
+                       reg = <0x156F0000 0x1050>;
+               };
+
                adc: adc@14d10000 {
                        compatible = "samsung,exynos7-adc";
                        reg = <0x14d10000 0x100>;
                        assigned-clock-rates = <0>, <100000000>;
                        interrupts = <0 245 0>;
                        num-lanes = <1>;
-                       reg = <0x156b0000 0x1000>, <0x15680000 0x1000>, <0x156f0000 0x2000>;
-                       reg-names = "elbi", "phy", "block";
+                       reg = <0x156b0000 0x1000>, <0x15680000 0x1000>, <0x15700000 0x1000>;
+                       reg-names = "elbi", "phy", "dbi";
+                       samsung,fsys-sysreg = <&syscon_fsys>;
                        reset-gpio = <&gpr3 5 1>;
                        wlanen-gpio = <&gpj2 0 1>;
                        samsung,pmureg-phandle = <&pmu_system_controller>;