diff options
author | Krzysztof Kozlowski <k.kozlowski@samsung.com> | 2015-10-24 05:07:02 +0900 |
---|---|---|
committer | Kukjin Kim <kgene@kernel.org> | 2015-10-24 05:07:02 +0900 |
commit | 068812ed108acbfe070b893faba9845fe2ea3fd9 (patch) | |
tree | e1876464524a0efee51cea034b8a7657eda1a9ec /Documentation/devicetree | |
parent | 69636a85df476f09ed34cff829039ad20cf59fce (diff) | |
download | blackbird-op-linux-068812ed108acbfe070b893faba9845fe2ea3fd9.tar.gz blackbird-op-linux-068812ed108acbfe070b893faba9845fe2ea3fd9.zip |
dt-bindings: Consolidate Exynos SoC bindings
Exynos SoC Device Tree bindings are spread over arm/exynos/ and
arm/samsung/ directories. There is no need for that separation and it
actually confuses. Put power domain bindings under power/ and
remaining samsung-boards.txt under arm/samsung/.
Signed-off-by: Krzysztof Kozlowski <k.kozlowski@samsung.com>
Reviewed-by: Javier Martinez Canillas <javier@osg.samsung.com>
Signed-off-by: Kukjin Kim <kgene@kernel.org>
Diffstat (limited to 'Documentation/devicetree')
-rw-r--r-- | Documentation/devicetree/bindings/arm/samsung/samsung-boards.txt (renamed from Documentation/devicetree/bindings/arm/samsung-boards.txt) | 0 | ||||
-rw-r--r-- | Documentation/devicetree/bindings/iommu/samsung,sysmmu.txt | 2 | ||||
-rw-r--r-- | Documentation/devicetree/bindings/power/pd-samsung.txt (renamed from Documentation/devicetree/bindings/arm/exynos/power_domain.txt) | 0 |
3 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/arm/samsung-boards.txt b/Documentation/devicetree/bindings/arm/samsung/samsung-boards.txt index 43589d2466a7..43589d2466a7 100644 --- a/Documentation/devicetree/bindings/arm/samsung-boards.txt +++ b/Documentation/devicetree/bindings/arm/samsung/samsung-boards.txt diff --git a/Documentation/devicetree/bindings/iommu/samsung,sysmmu.txt b/Documentation/devicetree/bindings/iommu/samsung,sysmmu.txt index 729543c47046..bc620fe32a70 100644 --- a/Documentation/devicetree/bindings/iommu/samsung,sysmmu.txt +++ b/Documentation/devicetree/bindings/iommu/samsung,sysmmu.txt @@ -47,7 +47,7 @@ Required properties: - clocks: Required if the System MMU is needed to gate its clock. - power-domains: Required if the System MMU is needed to gate its power. Please refer to the following document: - Documentation/devicetree/bindings/arm/exynos/power_domain.txt + Documentation/devicetree/bindings/power/pd-samsung.txt Examples: gsc_0: gsc@13e00000 { diff --git a/Documentation/devicetree/bindings/arm/exynos/power_domain.txt b/Documentation/devicetree/bindings/power/pd-samsung.txt index 4e947372a693..4e947372a693 100644 --- a/Documentation/devicetree/bindings/arm/exynos/power_domain.txt +++ b/Documentation/devicetree/bindings/power/pd-samsung.txt |