lkml.org 
[lkml]   [2019]   [Aug]   [25]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH v3 07/14] arm64: dts: renesas: r8a77995: Add CMM units
    Date
    Add CMM units to Renesas R-Car D3 device tree and reference them from
    the Display Unit they are connected to.

    While at it, re-sort the du device node properties to match the ordering
    found in other SoCs.

    Signed-off-by: Jacopo Mondi <jacopo+renesas@jmondi.org>
    ---
    arch/arm64/boot/dts/renesas/r8a77995.dtsi | 20 +++++++++++++++++++-
    1 file changed, 19 insertions(+), 1 deletion(-)

    diff --git a/arch/arm64/boot/dts/renesas/r8a77995.dtsi b/arch/arm64/boot/dts/renesas/r8a77995.dtsi
    index 183fef86cf7c..b91a20fbbbc6 100644
    --- a/arch/arm64/boot/dts/renesas/r8a77995.dtsi
    +++ b/arch/arm64/boot/dts/renesas/r8a77995.dtsi
    @@ -993,6 +993,22 @@
    iommus = <&ipmmu_vi0 9>;
    };

    + cmm0: cmm@fea40000 {
    + compatible = "renesas,cmm-r8a77995";
    + reg = <0 0xfea40000 0 0x1000>;
    + clocks = <&cpg CPG_MOD 711>;
    + power-domains = <&sysc R8A77995_PD_ALWAYS_ON>;
    + resets = <&cpg 711>;
    + };
    +
    + cmm1: cmm@fea50000 {
    + compatible = "renesas,cmm-r8a77995";
    + reg = <0 0xfea50000 0 0x1000>;
    + clocks = <&cpg CPG_MOD 710>;
    + power-domains = <&sysc R8A77995_PD_ALWAYS_ON>;
    + resets = <&cpg 710>;
    + };
    +
    du: display@feb00000 {
    compatible = "renesas,du-r8a77995";
    reg = <0 0xfeb00000 0 0x40000>;
    @@ -1003,9 +1019,11 @@
    clock-names = "du.0", "du.1";
    resets = <&cpg 724>;
    reset-names = "du.0";
    - vsps = <&vspd0 0>, <&vspd1 0>;
    status = "disabled";

    + vsps = <&vspd0 0>, <&vspd1 0>;
    + cmms = <&cmm0 &cmm1>;
    +
    ports {
    #address-cells = <1>;
    #size-cells = <0>;
    --
    2.22.0
    \
     
     \ /
      Last update: 2019-08-25 15:55    [W:7.639 / U:0.008 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site