Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

dt-bindings: display: Correct indentation and style in DTS example

DTS example in the bindings should be indented with 2- or 4-spaces and
aligned with opening '- |', so correct any differences like 3-spaces or
mixtures 2- and 4-spaces in one binding.

No functional changes here, but saves some comments during reviews of
new patches built on existing code.

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
Reviewed-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
Reviewed-by: Abhinav Kumar <quic_abhinavk@quicinc.com>
Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org> # msm
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be> # renesas
Link: https://lore.kernel.org/r/20250107125854.227233-1-krzysztof.kozlowski@linaro.org
Signed-off-by: Rob Herring (Arm) <robh@kernel.org>

authored by

Krzysztof Kozlowski and committed by
Rob Herring (Arm)
52659fab 5f42297d

+221 -222
+4 -4
Documentation/devicetree/bindings/display/amlogic,meson-dw-hdmi.yaml
··· 148 148 149 149 /* TMDS Output */ 150 150 hdmi_tx_tmds_port: port@1 { 151 - reg = <1>; 151 + reg = <1>; 152 152 153 - hdmi_tx_tmds_out: endpoint { 154 - remote-endpoint = <&hdmi_connector_in>; 155 - }; 153 + hdmi_tx_tmds_out: endpoint { 154 + remote-endpoint = <&hdmi_connector_in>; 155 + }; 156 156 }; 157 157 };
+14 -14
Documentation/devicetree/bindings/display/bridge/fsl,imx8mp-hdmi-tx.yaml
··· 82 82 power-domains = <&hdmi_blk_ctrl IMX8MP_HDMIBLK_PD_HDMI_TX>; 83 83 reg-io-width = <1>; 84 84 ports { 85 - #address-cells = <1>; 86 - #size-cells = <0>; 87 - port@0 { 88 - reg = <0>; 85 + #address-cells = <1>; 86 + #size-cells = <0>; 87 + port@0 { 88 + reg = <0>; 89 89 90 - hdmi_tx_from_pvi: endpoint { 91 - remote-endpoint = <&pvi_to_hdmi_tx>; 92 - }; 93 - }; 90 + endpoint { 91 + remote-endpoint = <&pvi_to_hdmi_tx>; 92 + }; 93 + }; 94 94 95 - port@1 { 96 - reg = <1>; 97 - hdmi_tx_out: endpoint { 98 - remote-endpoint = <&hdmi0_con>; 99 - }; 100 - }; 95 + port@1 { 96 + reg = <1>; 97 + endpoint { 98 + remote-endpoint = <&hdmi0_con>; 99 + }; 100 + }; 101 101 }; 102 102 };
+33 -33
Documentation/devicetree/bindings/display/bridge/samsung,mipi-dsim.yaml
··· 243 243 #include <dt-bindings/interrupt-controller/arm-gic.h> 244 244 245 245 dsi@13900000 { 246 - compatible = "samsung,exynos5433-mipi-dsi"; 247 - reg = <0x13900000 0xC0>; 248 - interrupts = <GIC_SPI 205 IRQ_TYPE_LEVEL_HIGH>; 249 - phys = <&mipi_phy 1>; 250 - phy-names = "dsim"; 251 - clocks = <&cmu_disp CLK_PCLK_DSIM0>, 252 - <&cmu_disp CLK_PHYCLK_MIPIDPHY0_BITCLKDIV8>, 253 - <&cmu_disp CLK_PHYCLK_MIPIDPHY0_RXCLKESC0>, 254 - <&cmu_disp CLK_SCLK_RGB_VCLK_TO_DSIM0>, 255 - <&cmu_disp CLK_SCLK_DSIM0>; 256 - clock-names = "bus_clk", 257 - "phyclk_mipidphy0_bitclkdiv8", 258 - "phyclk_mipidphy0_rxclkesc0", 259 - "sclk_rgb_vclk_to_dsim0", 260 - "sclk_mipi"; 261 - power-domains = <&pd_disp>; 262 - vddcore-supply = <&ldo6_reg>; 263 - vddio-supply = <&ldo7_reg>; 264 - samsung,burst-clock-frequency = <512000000>; 265 - samsung,esc-clock-frequency = <16000000>; 266 - samsung,pll-clock-frequency = <24000000>; 267 - pinctrl-names = "default"; 268 - pinctrl-0 = <&te_irq>; 246 + compatible = "samsung,exynos5433-mipi-dsi"; 247 + reg = <0x13900000 0xC0>; 248 + interrupts = <GIC_SPI 205 IRQ_TYPE_LEVEL_HIGH>; 249 + phys = <&mipi_phy 1>; 250 + phy-names = "dsim"; 251 + clocks = <&cmu_disp CLK_PCLK_DSIM0>, 252 + <&cmu_disp CLK_PHYCLK_MIPIDPHY0_BITCLKDIV8>, 253 + <&cmu_disp CLK_PHYCLK_MIPIDPHY0_RXCLKESC0>, 254 + <&cmu_disp CLK_SCLK_RGB_VCLK_TO_DSIM0>, 255 + <&cmu_disp CLK_SCLK_DSIM0>; 256 + clock-names = "bus_clk", 257 + "phyclk_mipidphy0_bitclkdiv8", 258 + "phyclk_mipidphy0_rxclkesc0", 259 + "sclk_rgb_vclk_to_dsim0", 260 + "sclk_mipi"; 261 + power-domains = <&pd_disp>; 262 + vddcore-supply = <&ldo6_reg>; 263 + vddio-supply = <&ldo7_reg>; 264 + samsung,burst-clock-frequency = <512000000>; 265 + samsung,esc-clock-frequency = <16000000>; 266 + samsung,pll-clock-frequency = <24000000>; 267 + pinctrl-names = "default"; 268 + pinctrl-0 = <&te_irq>; 269 269 270 - ports { 271 - #address-cells = <1>; 272 - #size-cells = <0>; 270 + ports { 271 + #address-cells = <1>; 272 + #size-cells = <0>; 273 273 274 - port@0 { 275 - reg = <0>; 274 + port@0 { 275 + reg = <0>; 276 276 277 - dsi_to_mic: endpoint { 278 - remote-endpoint = <&mic_to_dsi>; 279 - }; 280 - }; 281 - }; 277 + dsi_to_mic: endpoint { 278 + remote-endpoint = <&mic_to_dsi>; 279 + }; 280 + }; 281 + }; 282 282 };
+23 -23
Documentation/devicetree/bindings/display/mediatek/mediatek,aal.yaml
··· 104 104 #size-cells = <2>; 105 105 106 106 aal@14015000 { 107 - compatible = "mediatek,mt8173-disp-aal"; 108 - reg = <0 0x14015000 0 0x1000>; 109 - interrupts = <GIC_SPI 189 IRQ_TYPE_LEVEL_LOW>; 110 - power-domains = <&scpsys MT8173_POWER_DOMAIN_MM>; 111 - clocks = <&mmsys CLK_MM_DISP_AAL>; 112 - mediatek,gce-client-reg = <&gce SUBSYS_1401XXXX 0x5000 0x1000>; 107 + compatible = "mediatek,mt8173-disp-aal"; 108 + reg = <0 0x14015000 0 0x1000>; 109 + interrupts = <GIC_SPI 189 IRQ_TYPE_LEVEL_LOW>; 110 + power-domains = <&scpsys MT8173_POWER_DOMAIN_MM>; 111 + clocks = <&mmsys CLK_MM_DISP_AAL>; 112 + mediatek,gce-client-reg = <&gce SUBSYS_1401XXXX 0x5000 0x1000>; 113 113 114 - ports { 115 - #address-cells = <1>; 116 - #size-cells = <0>; 114 + ports { 115 + #address-cells = <1>; 116 + #size-cells = <0>; 117 117 118 - port@0 { 119 - reg = <0>; 120 - aal0_in: endpoint { 121 - remote-endpoint = <&ccorr0_out>; 122 - }; 123 - }; 118 + port@0 { 119 + reg = <0>; 120 + endpoint { 121 + remote-endpoint = <&ccorr0_out>; 122 + }; 123 + }; 124 124 125 - port@1 { 126 - reg = <1>; 127 - aal0_out: endpoint { 128 - remote-endpoint = <&gamma0_in>; 129 - }; 130 - }; 131 - }; 132 - }; 125 + port@1 { 126 + reg = <1>; 127 + endpoint { 128 + remote-endpoint = <&gamma0_in>; 129 + }; 130 + }; 131 + }; 132 + }; 133 133 };
+49 -49
Documentation/devicetree/bindings/display/msm/dsi-controller-main.yaml
··· 416 416 417 417 examples: 418 418 - | 419 - #include <dt-bindings/interrupt-controller/arm-gic.h> 420 - #include <dt-bindings/clock/qcom,dispcc-sdm845.h> 421 - #include <dt-bindings/clock/qcom,gcc-sdm845.h> 422 - #include <dt-bindings/power/qcom-rpmpd.h> 419 + #include <dt-bindings/interrupt-controller/arm-gic.h> 420 + #include <dt-bindings/clock/qcom,dispcc-sdm845.h> 421 + #include <dt-bindings/clock/qcom,gcc-sdm845.h> 422 + #include <dt-bindings/power/qcom-rpmpd.h> 423 423 424 - dsi@ae94000 { 425 - compatible = "qcom,sc7180-dsi-ctrl", "qcom,mdss-dsi-ctrl"; 426 - reg = <0x0ae94000 0x400>; 427 - reg-names = "dsi_ctrl"; 424 + dsi@ae94000 { 425 + compatible = "qcom,sc7180-dsi-ctrl", "qcom,mdss-dsi-ctrl"; 426 + reg = <0x0ae94000 0x400>; 427 + reg-names = "dsi_ctrl"; 428 428 429 - #address-cells = <1>; 430 - #size-cells = <0>; 429 + #address-cells = <1>; 430 + #size-cells = <0>; 431 431 432 - interrupt-parent = <&mdss>; 433 - interrupts = <4>; 432 + interrupt-parent = <&mdss>; 433 + interrupts = <4>; 434 434 435 - clocks = <&dispcc DISP_CC_MDSS_BYTE0_CLK>, 436 - <&dispcc DISP_CC_MDSS_BYTE0_INTF_CLK>, 437 - <&dispcc DISP_CC_MDSS_PCLK0_CLK>, 438 - <&dispcc DISP_CC_MDSS_ESC0_CLK>, 439 - <&dispcc DISP_CC_MDSS_AHB_CLK>, 440 - <&dispcc DISP_CC_MDSS_AXI_CLK>; 441 - clock-names = "byte", 442 - "byte_intf", 443 - "pixel", 444 - "core", 445 - "iface", 446 - "bus"; 435 + clocks = <&dispcc DISP_CC_MDSS_BYTE0_CLK>, 436 + <&dispcc DISP_CC_MDSS_BYTE0_INTF_CLK>, 437 + <&dispcc DISP_CC_MDSS_PCLK0_CLK>, 438 + <&dispcc DISP_CC_MDSS_ESC0_CLK>, 439 + <&dispcc DISP_CC_MDSS_AHB_CLK>, 440 + <&dispcc DISP_CC_MDSS_AXI_CLK>; 441 + clock-names = "byte", 442 + "byte_intf", 443 + "pixel", 444 + "core", 445 + "iface", 446 + "bus"; 447 447 448 - phys = <&dsi0_phy>; 449 - phy-names = "dsi"; 448 + phys = <&dsi0_phy>; 449 + phy-names = "dsi"; 450 450 451 - assigned-clocks = <&dispcc DISP_CC_MDSS_BYTE0_CLK_SRC>, <&dispcc DISP_CC_MDSS_PCLK0_CLK_SRC>; 452 - assigned-clock-parents = <&dsi_phy 0>, <&dsi_phy 1>; 451 + assigned-clocks = <&dispcc DISP_CC_MDSS_BYTE0_CLK_SRC>, <&dispcc DISP_CC_MDSS_PCLK0_CLK_SRC>; 452 + assigned-clock-parents = <&dsi_phy 0>, <&dsi_phy 1>; 453 453 454 - power-domains = <&rpmhpd SC7180_CX>; 455 - operating-points-v2 = <&dsi_opp_table>; 454 + power-domains = <&rpmhpd SC7180_CX>; 455 + operating-points-v2 = <&dsi_opp_table>; 456 456 457 - ports { 458 - #address-cells = <1>; 459 - #size-cells = <0>; 457 + ports { 458 + #address-cells = <1>; 459 + #size-cells = <0>; 460 460 461 - port@0 { 462 - reg = <0>; 463 - dsi0_in: endpoint { 464 - remote-endpoint = <&dpu_intf1_out>; 465 - }; 466 - }; 461 + port@0 { 462 + reg = <0>; 463 + endpoint { 464 + remote-endpoint = <&dpu_intf1_out>; 465 + }; 466 + }; 467 467 468 - port@1 { 469 - reg = <1>; 470 - dsi0_out: endpoint { 471 - remote-endpoint = <&sn65dsi86_in>; 472 - data-lanes = <0 1 2 3>; 473 - qcom,te-source = "mdp_vsync_e"; 474 - }; 475 - }; 476 - }; 477 - }; 468 + port@1 { 469 + reg = <1>; 470 + endpoint { 471 + remote-endpoint = <&sn65dsi86_in>; 472 + data-lanes = <0 1 2 3>; 473 + qcom,te-source = "mdp_vsync_e"; 474 + }; 475 + }; 476 + }; 477 + }; 478 478 ...
+20 -20
Documentation/devicetree/bindings/display/msm/dsi-phy-10nm.yaml
··· 74 74 75 75 examples: 76 76 - | 77 - #include <dt-bindings/clock/qcom,dispcc-sdm845.h> 78 - #include <dt-bindings/clock/qcom,rpmh.h> 77 + #include <dt-bindings/clock/qcom,dispcc-sdm845.h> 78 + #include <dt-bindings/clock/qcom,rpmh.h> 79 79 80 - dsi-phy@ae94400 { 81 - compatible = "qcom,dsi-phy-10nm"; 82 - reg = <0x0ae94400 0x200>, 83 - <0x0ae94600 0x280>, 84 - <0x0ae94a00 0x1e0>; 85 - reg-names = "dsi_phy", 86 - "dsi_phy_lane", 87 - "dsi_pll"; 80 + dsi-phy@ae94400 { 81 + compatible = "qcom,dsi-phy-10nm"; 82 + reg = <0x0ae94400 0x200>, 83 + <0x0ae94600 0x280>, 84 + <0x0ae94a00 0x1e0>; 85 + reg-names = "dsi_phy", 86 + "dsi_phy_lane", 87 + "dsi_pll"; 88 88 89 - #clock-cells = <1>; 90 - #phy-cells = <0>; 89 + #clock-cells = <1>; 90 + #phy-cells = <0>; 91 91 92 - vdds-supply = <&vdda_mipi_dsi0_pll>; 93 - clocks = <&dispcc DISP_CC_MDSS_AHB_CLK>, 94 - <&rpmhcc RPMH_CXO_CLK>; 95 - clock-names = "iface", "ref"; 92 + vdds-supply = <&vdda_mipi_dsi0_pll>; 93 + clocks = <&dispcc DISP_CC_MDSS_AHB_CLK>, 94 + <&rpmhcc RPMH_CXO_CLK>; 95 + clock-names = "iface", "ref"; 96 96 97 - qcom,phy-rescode-offset-top = /bits/ 8 <0 0 0 0 0>; 98 - qcom,phy-rescode-offset-bot = /bits/ 8 <0 0 0 0 0>; 99 - qcom,phy-drive-ldo-level = <400>; 100 - }; 97 + qcom,phy-rescode-offset-top = /bits/ 8 <0 0 0 0 0>; 98 + qcom,phy-rescode-offset-bot = /bits/ 8 <0 0 0 0 0>; 99 + qcom,phy-drive-ldo-level = <400>; 100 + }; 101 101 ...
+17 -17
Documentation/devicetree/bindings/display/msm/dsi-phy-14nm.yaml
··· 55 55 56 56 examples: 57 57 - | 58 - #include <dt-bindings/clock/qcom,dispcc-sdm845.h> 59 - #include <dt-bindings/clock/qcom,rpmh.h> 58 + #include <dt-bindings/clock/qcom,dispcc-sdm845.h> 59 + #include <dt-bindings/clock/qcom,rpmh.h> 60 60 61 - dsi-phy@ae94400 { 62 - compatible = "qcom,dsi-phy-14nm"; 63 - reg = <0x0ae94400 0x200>, 64 - <0x0ae94600 0x280>, 65 - <0x0ae94a00 0x1e0>; 66 - reg-names = "dsi_phy", 67 - "dsi_phy_lane", 68 - "dsi_pll"; 61 + dsi-phy@ae94400 { 62 + compatible = "qcom,dsi-phy-14nm"; 63 + reg = <0x0ae94400 0x200>, 64 + <0x0ae94600 0x280>, 65 + <0x0ae94a00 0x1e0>; 66 + reg-names = "dsi_phy", 67 + "dsi_phy_lane", 68 + "dsi_pll"; 69 69 70 - #clock-cells = <1>; 71 - #phy-cells = <0>; 70 + #clock-cells = <1>; 71 + #phy-cells = <0>; 72 72 73 - vcca-supply = <&vcca_reg>; 74 - clocks = <&dispcc DISP_CC_MDSS_AHB_CLK>, 75 - <&rpmhcc RPMH_CXO_CLK>; 76 - clock-names = "iface", "ref"; 77 - }; 73 + vcca-supply = <&vcca_reg>; 74 + clocks = <&dispcc DISP_CC_MDSS_AHB_CLK>, 75 + <&rpmhcc RPMH_CXO_CLK>; 76 + clock-names = "iface", "ref"; 77 + }; 78 78 ...
+18 -18
Documentation/devicetree/bindings/display/msm/dsi-phy-20nm.yaml
··· 45 45 46 46 examples: 47 47 - | 48 - #include <dt-bindings/clock/qcom,dispcc-sdm845.h> 49 - #include <dt-bindings/clock/qcom,rpmh.h> 48 + #include <dt-bindings/clock/qcom,dispcc-sdm845.h> 49 + #include <dt-bindings/clock/qcom,rpmh.h> 50 50 51 - dsi-phy@fd922a00 { 52 - compatible = "qcom,dsi-phy-20nm"; 53 - reg = <0xfd922a00 0xd4>, 54 - <0xfd922b00 0x2b0>, 55 - <0xfd922d80 0x7b>; 56 - reg-names = "dsi_pll", 57 - "dsi_phy", 58 - "dsi_phy_regulator"; 51 + dsi-phy@fd922a00 { 52 + compatible = "qcom,dsi-phy-20nm"; 53 + reg = <0xfd922a00 0xd4>, 54 + <0xfd922b00 0x2b0>, 55 + <0xfd922d80 0x7b>; 56 + reg-names = "dsi_pll", 57 + "dsi_phy", 58 + "dsi_phy_regulator"; 59 59 60 - #clock-cells = <1>; 61 - #phy-cells = <0>; 60 + #clock-cells = <1>; 61 + #phy-cells = <0>; 62 62 63 - vcca-supply = <&vcca_reg>; 64 - vddio-supply = <&vddio_reg>; 63 + vcca-supply = <&vcca_reg>; 64 + vddio-supply = <&vddio_reg>; 65 65 66 - clocks = <&dispcc DISP_CC_MDSS_AHB_CLK>, 67 - <&rpmhcc RPMH_CXO_CLK>; 68 - clock-names = "iface", "ref"; 69 - }; 66 + clocks = <&dispcc DISP_CC_MDSS_AHB_CLK>, 67 + <&rpmhcc RPMH_CXO_CLK>; 68 + clock-names = "iface", "ref"; 69 + }; 70 70 ...
+17 -17
Documentation/devicetree/bindings/display/msm/dsi-phy-28nm.yaml
··· 51 51 52 52 examples: 53 53 - | 54 - #include <dt-bindings/clock/qcom,dispcc-sdm845.h> 55 - #include <dt-bindings/clock/qcom,rpmh.h> 54 + #include <dt-bindings/clock/qcom,dispcc-sdm845.h> 55 + #include <dt-bindings/clock/qcom,rpmh.h> 56 56 57 - dsi-phy@fd922a00 { 58 - compatible = "qcom,dsi-phy-28nm-lp"; 59 - reg = <0xfd922a00 0xd4>, 60 - <0xfd922b00 0x2b0>, 61 - <0xfd922d80 0x7b>; 62 - reg-names = "dsi_pll", 63 - "dsi_phy", 64 - "dsi_phy_regulator"; 57 + dsi-phy@fd922a00 { 58 + compatible = "qcom,dsi-phy-28nm-lp"; 59 + reg = <0xfd922a00 0xd4>, 60 + <0xfd922b00 0x2b0>, 61 + <0xfd922d80 0x7b>; 62 + reg-names = "dsi_pll", 63 + "dsi_phy", 64 + "dsi_phy_regulator"; 65 65 66 - #clock-cells = <1>; 67 - #phy-cells = <0>; 66 + #clock-cells = <1>; 67 + #phy-cells = <0>; 68 68 69 - vddio-supply = <&vddio_reg>; 69 + vddio-supply = <&vddio_reg>; 70 70 71 - clocks = <&dispcc DISP_CC_MDSS_AHB_CLK>, 72 - <&rpmhcc RPMH_CXO_CLK>; 73 - clock-names = "iface", "ref"; 74 - }; 71 + clocks = <&dispcc DISP_CC_MDSS_AHB_CLK>, 72 + <&rpmhcc RPMH_CXO_CLK>; 73 + clock-names = "iface", "ref"; 74 + }; 75 75 ...
+17 -17
Documentation/devicetree/bindings/display/msm/dsi-phy-7nm.yaml
··· 54 54 55 55 examples: 56 56 - | 57 - #include <dt-bindings/clock/qcom,dispcc-sm8250.h> 58 - #include <dt-bindings/clock/qcom,rpmh.h> 57 + #include <dt-bindings/clock/qcom,dispcc-sm8250.h> 58 + #include <dt-bindings/clock/qcom,rpmh.h> 59 59 60 - dsi-phy@ae94400 { 61 - compatible = "qcom,dsi-phy-7nm"; 62 - reg = <0x0ae94400 0x200>, 63 - <0x0ae94600 0x280>, 64 - <0x0ae94900 0x260>; 65 - reg-names = "dsi_phy", 66 - "dsi_phy_lane", 67 - "dsi_pll"; 60 + dsi-phy@ae94400 { 61 + compatible = "qcom,dsi-phy-7nm"; 62 + reg = <0x0ae94400 0x200>, 63 + <0x0ae94600 0x280>, 64 + <0x0ae94900 0x260>; 65 + reg-names = "dsi_phy", 66 + "dsi_phy_lane", 67 + "dsi_pll"; 68 68 69 - #clock-cells = <1>; 70 - #phy-cells = <0>; 69 + #clock-cells = <1>; 70 + #phy-cells = <0>; 71 71 72 - vdds-supply = <&vreg_l5a_0p88>; 73 - clocks = <&dispcc DISP_CC_MDSS_AHB_CLK>, 74 - <&rpmhcc RPMH_CXO_CLK>; 75 - clock-names = "iface", "ref"; 76 - }; 72 + vdds-supply = <&vreg_l5a_0p88>; 73 + clocks = <&dispcc DISP_CC_MDSS_AHB_CLK>, 74 + <&rpmhcc RPMH_CXO_CLK>; 75 + clock-names = "iface", "ref"; 76 + };
+3 -4
Documentation/devicetree/bindings/display/msm/qcom,sa8775p-mdss.yaml
··· 78 78 "mdp1-mem", 79 79 "cpu-cfg"; 80 80 81 - 82 81 resets = <&dispcc_core_bcr>; 83 82 power-domains = <&dispcc_gdsc>; 84 83 ··· 128 129 port@0 { 129 130 reg = <0>; 130 131 dpu_intf0_out: endpoint { 131 - remote-endpoint = <&mdss0_dp0_in>; 132 + remote-endpoint = <&mdss0_dp0_in>; 132 133 }; 133 134 }; 134 135 }; ··· 207 208 }; 208 209 209 210 port@1 { 210 - reg = <1>; 211 - mdss0_dp_out: endpoint { }; 211 + reg = <1>; 212 + mdss0_dp_out: endpoint { }; 212 213 }; 213 214 }; 214 215
+6 -6
Documentation/devicetree/bindings/display/renesas,cmm.yaml
··· 58 58 #include <dt-bindings/power/r8a7796-sysc.h> 59 59 60 60 cmm0: cmm@fea40000 { 61 - compatible = "renesas,r8a7796-cmm", 62 - "renesas,rcar-gen3-cmm"; 63 - reg = <0xfea40000 0x1000>; 64 - power-domains = <&sysc R8A7796_PD_ALWAYS_ON>; 65 - clocks = <&cpg CPG_MOD 711>; 66 - resets = <&cpg 711>; 61 + compatible = "renesas,r8a7796-cmm", 62 + "renesas,rcar-gen3-cmm"; 63 + reg = <0xfea40000 0x1000>; 64 + power-domains = <&sysc R8A7796_PD_ALWAYS_ON>; 65 + clocks = <&cpg CPG_MOD 711>; 66 + resets = <&cpg 711>; 67 67 };