summaryrefslogtreecommitdiffstats
path: root/Documentation/devicetree/bindings/iommu/mediatek,iommu.yaml
diff options
context:
space:
mode:
authorRob Herring <robh@kernel.org>2022-04-22 14:21:03 -0500
committerJoerg Roedel <jroedel@suse.de>2022-04-28 15:33:04 +0200
commit5b1553bf18de019388c5e9de03d9330f92507695 (patch)
treecc0faa29ee315fb564e2dec64b7cd6851bf93c23 /Documentation/devicetree/bindings/iommu/mediatek,iommu.yaml
parentf1ca70717bcb4525e29da422f3d280acbddb36fe (diff)
downloadlinux-stable-5b1553bf18de019388c5e9de03d9330f92507695.tar.gz
linux-stable-5b1553bf18de019388c5e9de03d9330f92507695.tar.bz2
linux-stable-5b1553bf18de019388c5e9de03d9330f92507695.zip
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>
Diffstat (limited to 'Documentation/devicetree/bindings/iommu/mediatek,iommu.yaml')
-rw-r--r--Documentation/devicetree/bindings/iommu/mediatek,iommu.yaml10
1 files changed, 0 insertions, 10 deletions
diff --git a/Documentation/devicetree/bindings/iommu/mediatek,iommu.yaml b/Documentation/devicetree/bindings/iommu/mediatek,iommu.yaml
index 97e8c471a5e8..e0389539194f 100644
--- a/Documentation/devicetree/bindings/iommu/mediatek,iommu.yaml
+++ b/Documentation/devicetree/bindings/iommu/mediatek,iommu.yaml
@@ -173,13 +173,3 @@ examples:
<&larb3>, <&larb4>, <&larb5>;
#iommu-cells = <1>;
};
-
- - |
- #include <dt-bindings/memory/mt8173-larb-port.h>
-
- /* Example for a client device */
- display {
- compatible = "mediatek,mt8173-disp";
- iommus = <&iommu M4U_PORT_DISP_OVL0>,
- <&iommu M4U_PORT_DISP_RDMA0>;
- };