diff options
author | Geert Uytterhoeven <geert+renesas@glider.be> | 2017-08-30 11:57:31 +0200 |
---|---|---|
committer | Rob Herring <robh@kernel.org> | 2017-09-18 22:11:03 +0200 |
commit | 0e1bfb72b076b07dc844bf33c19d62a3075f540f (patch) | |
tree | b01047fb563ac53f2f7e835eb7788b8dd426fa7f /Documentation | |
parent | Linux 4.14-rc1 (diff) | |
download | linux-0e1bfb72b076b07dc844bf33c19d62a3075f540f.tar.xz linux-0e1bfb72b076b07dc844bf33c19d62a3075f540f.zip |
v4l: vsp1: Use generic node name
Use the preferred generic node name in the example.
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Rob Herring <robh@kernel.org>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/devicetree/bindings/media/renesas,vsp1.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/media/renesas,vsp1.txt b/Documentation/devicetree/bindings/media/renesas,vsp1.txt index 9b695bcbf219..16427017cb45 100644 --- a/Documentation/devicetree/bindings/media/renesas,vsp1.txt +++ b/Documentation/devicetree/bindings/media/renesas,vsp1.txt @@ -22,7 +22,7 @@ Optional properties: Example: R8A7790 (R-Car H2) VSP1-S node - vsp1@fe928000 { + vsp@fe928000 { compatible = "renesas,vsp1"; reg = <0 0xfe928000 0 0x8000>; interrupts = <0 267 IRQ_TYPE_LEVEL_HIGH>; |