aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/devicetree
diff options
context:
space:
mode:
authorHeiko Stuebner <heiko@sntech.de>2017-07-01 18:16:51 +0200
committerHeiko Stuebner <heiko@sntech.de>2017-07-16 17:04:50 +0200
commit670d6303e90825f918cdcb77095706cad2df05c2 (patch)
tree8f57e04e6d990e4950d4a855225dd4fe13388bf6 /Documentation/devicetree
parentLinux v4.13-rc1 (diff)
downloadlinux-dev-670d6303e90825f918cdcb77095706cad2df05c2.tar.xz
linux-dev-670d6303e90825f918cdcb77095706cad2df05c2.zip
dt-bindings: gpu: drop wrong compatible from midgard binding example
The binding rightfully only specifies compatibles for actual implementations and not for the whole family. In the example an arm,mali-midgard slipped through from downstream devicetrees though. So drop that to not confuse people reading (or copying) that example. Signed-off-by: Heiko Stuebner <heiko@sntech.de> Acked-by: Rob Herring <robh@kernel.org>
Diffstat (limited to 'Documentation/devicetree')
-rw-r--r--Documentation/devicetree/bindings/gpu/arm,mali-midgard.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/gpu/arm,mali-midgard.txt b/Documentation/devicetree/bindings/gpu/arm,mali-midgard.txt
index d3b6e1a4713a..5aa5926029ee 100644
--- a/Documentation/devicetree/bindings/gpu/arm,mali-midgard.txt
+++ b/Documentation/devicetree/bindings/gpu/arm,mali-midgard.txt
@@ -40,7 +40,7 @@ Optional properties:
Example for a Mali-T760:
gpu@ffa30000 {
- compatible = "rockchip,rk3288-mali", "arm,mali-t760", "arm,mali-midgard";
+ compatible = "rockchip,rk3288-mali", "arm,mali-t760";
reg = <0xffa30000 0x10000>;
interrupts = <GIC_SPI 6 IRQ_TYPE_LEVEL_HIGH>,
<GIC_SPI 7 IRQ_TYPE_LEVEL_HIGH>,