mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongson
synced 2025-09-06 13:09:58 +00:00
dt-bindings: power: renesas,rcar-sysc: drop useless consumer example
Consumer examples in the bindings of resource providers are trivial, useless and duplication of code. Remove the example code for consumer. Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Signed-off-by: Rob Herring <robh@kernel.org> Link: https://lore.kernel.org/r/20220407193542.17230-1-krzysztof.kozlowski@linaro.org
This commit is contained in:
parent
673283a3be
commit
981a340540
@ -10,9 +10,11 @@ maintainers:
|
|||||||
- Geert Uytterhoeven <geert+renesas@glider.be>
|
- Geert Uytterhoeven <geert+renesas@glider.be>
|
||||||
- Magnus Damm <magnus.damm@gmail.com>
|
- Magnus Damm <magnus.damm@gmail.com>
|
||||||
|
|
||||||
description:
|
description: |
|
||||||
The R-Car (RZ/G) System Controller provides power management for the CPU
|
The R-Car (RZ/G) System Controller provides power management for the CPU
|
||||||
cores and various coprocessors.
|
cores and various coprocessors.
|
||||||
|
The power domain IDs for consumers are defined in header files::
|
||||||
|
include.dt-bindings/power/r8*-sysc.h
|
||||||
|
|
||||||
properties:
|
properties:
|
||||||
compatible:
|
compatible:
|
||||||
@ -64,14 +66,3 @@ examples:
|
|||||||
reg = <0xe6180000 0x0200>;
|
reg = <0xe6180000 0x0200>;
|
||||||
#power-domain-cells = <1>;
|
#power-domain-cells = <1>;
|
||||||
};
|
};
|
||||||
|
|
||||||
- |
|
|
||||||
// Power Domain consumers
|
|
||||||
#include <dt-bindings/power/r8a7791-sysc.h>
|
|
||||||
|
|
||||||
cache-controller-0 {
|
|
||||||
compatible = "cache";
|
|
||||||
power-domains = <&sysc R8A7791_PD_CA15_SCU>;
|
|
||||||
cache-unified;
|
|
||||||
cache-level = <2>;
|
|
||||||
};
|
|
||||||
|
Loading…
Reference in New Issue
Block a user