diff options
author | Paul Cercueil <paul@crapouillou.net> | 2021-10-16 14:33:21 +0100 |
---|---|---|
committer | Rob Herring <robh@kernel.org> | 2021-11-11 22:27:14 -0600 |
commit | c4a11bf423ec84a16f7df0773041c29f2f305cc1 (patch) | |
tree | 2345d1b872d7a32d1e1dfca19be8a96b16dfdd5c /Documentation/devicetree/bindings/display/ingenic,ipu.yaml | |
parent | 5833291ab6de9c3e2374336b51c814e515e8f3a5 (diff) | |
download | linux-c4a11bf423ec84a16f7df0773041c29f2f305cc1.tar.bz2 |
dt-bindings: Rename Ingenic CGU headers to ingenic,*.h
Tidy up a bit the tree, by prefixing all include/dt-bindings/clock/ files
related to Ingenic SoCs with 'ingenic,'.
Signed-off-by: Paul Cercueil <paul@crapouillou.net>
Acked-by: Rob Herring <robh@kernel.org>
Acked-by: Stephen Boyd <sboyd@kernel.org>
Signed-off-by: Rob Herring <robh@kernel.org>
Link: https://lore.kernel.org/r/20211016133322.40771-1-paul@crapouillou.net
Diffstat (limited to 'Documentation/devicetree/bindings/display/ingenic,ipu.yaml')
-rw-r--r-- | Documentation/devicetree/bindings/display/ingenic,ipu.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/display/ingenic,ipu.yaml b/Documentation/devicetree/bindings/display/ingenic,ipu.yaml index e679f48a3886..3f93def2c5a2 100644 --- a/Documentation/devicetree/bindings/display/ingenic,ipu.yaml +++ b/Documentation/devicetree/bindings/display/ingenic,ipu.yaml @@ -45,7 +45,7 @@ additionalProperties: false examples: - | - #include <dt-bindings/clock/jz4770-cgu.h> + #include <dt-bindings/clock/ingenic,jz4770-cgu.h> ipu@13080000 { compatible = "ingenic,jz4770-ipu", "ingenic,jz4760-ipu"; reg = <0x13080000 0x800>; |