ARM: dts: exynos: Cleanup power domain nodes in exynos3250.dtsi
authorMarek Szyprowski <m.szyprowski@samsung.com>
Wed, 21 Feb 2018 10:25:15 +0000 (11:25 +0100)
committerJunghoon Kim <jhoon20.kim@samsung.com>
Thu, 14 Feb 2019 05:56:26 +0000 (14:56 +0900)
Device nodes in device tree should use generic names, so rename
all existing power domains to "power-domain". To keep readable domain
names in debug logs, use label property, which has been introduce by
commit b13b2330aab5 ("soc: samsung: pm_domains: Read domain name from
the new label property");

Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com>
Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
arch/arm/boot/dts/exynos3250.dtsi

index 9a86004..2d23c44 100644 (file)
                        syscon = <&pmu_system_controller>;
                };
 
-               pd_cam: cam-power-domain@10023c00 {
+               pd_cam: power-domain@10023c00 {
                        compatible = "samsung,exynos4210-pd";
                        reg = <0x10023C00 0x20>;
                        #power-domain-cells = <0>;
+                       label = "CAM";
                };
 
-               pd_mfc: mfc-power-domain@10023c40 {
+               pd_mfc: power-domain@10023c40 {
                        compatible = "samsung,exynos4210-pd";
                        reg = <0x10023C40 0x20>;
                        #power-domain-cells = <0>;
+                       label = "MFC";
                };
 
-               pd_g3d: g3d-power-domain@10023c60 {
+               pd_g3d: power-domain@10023c60 {
                        compatible = "samsung,exynos4210-pd";
                        reg = <0x10023C60 0x20>;
                        #power-domain-cells = <0>;
+                       label = "G3D";
                };
 
-               pd_lcd0: lcd0-power-domain@10023c80 {
+               pd_lcd0: power-domain@10023c80 {
                        compatible = "samsung,exynos4210-pd";
                        reg = <0x10023C80 0x20>;
                        #power-domain-cells = <0>;
+                       label = "LCD0";
                };
 
-               pd_isp: isp-power-domain@10023ca0 {
+               pd_isp: power-domain@10023ca0 {
                        compatible = "samsung,exynos4210-pd";
                        reg = <0x10023CA0 0x20>;
                        #power-domain-cells = <0>;
+                       label = "ISP";
                };
 
                cmu: clock-controller@10030000 {