Skip to content

Commit 5b1553b

Browse files
robherringjoergroedel
authored andcommitted
dt-bindings: iommu: Drop client node in examples
There's no need to show consumer side in provider examples. The ones used here are undocumented or undocumented in schemas which results in warnings. Signed-off-by: Rob Herring <robh@kernel.org> Link: https://lore.kernel.org/r/20220422192104.2591462-1-robh@kernel.org Signed-off-by: Joerg Roedel <jroedel@suse.de>
1 parent f1ca707 commit 5b1553b

2 files changed

Lines changed: 0 additions & 20 deletions

File tree

Documentation/devicetree/bindings/iommu/mediatek,iommu.yaml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -173,13 +173,3 @@ examples:
173173
<&larb3>, <&larb4>, <&larb5>;
174174
#iommu-cells = <1>;
175175
};
176-
177-
- |
178-
#include <dt-bindings/memory/mt8173-larb-port.h>
179-
180-
/* Example for a client device */
181-
display {
182-
compatible = "mediatek,mt8173-disp";
183-
iommus = <&iommu M4U_PORT_DISP_OVL0>,
184-
<&iommu M4U_PORT_DISP_RDMA0>;
185-
};

Documentation/devicetree/bindings/iommu/samsung,sysmmu.yaml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -86,16 +86,6 @@ examples:
8686
- |
8787
#include <dt-bindings/clock/exynos5250.h>
8888
89-
gsc_0: scaler@13e00000 {
90-
compatible = "samsung,exynos5-gsc";
91-
reg = <0x13e00000 0x1000>;
92-
interrupts = <0 85 0>;
93-
power-domains = <&pd_gsc>;
94-
clocks = <&clock CLK_GSCL0>;
95-
clock-names = "gscl";
96-
iommus = <&sysmmu_gsc0>;
97-
};
98-
9989
sysmmu_gsc0: iommu@13e80000 {
10090
compatible = "samsung,exynos-sysmmu";
10191
reg = <0x13E80000 0x1000>;

0 commit comments

Comments
 (0)