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/bindings/iommu | |
parent | 69636a85df476f09ed34cff829039ad20cf59fce (diff) | |
download | talos-obmc-linux-068812ed108acbfe070b893faba9845fe2ea3fd9.tar.gz talos-obmc-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/bindings/iommu')
-rw-r--r-- | Documentation/devicetree/bindings/iommu/samsung,sysmmu.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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 { |