diff options
| author | Marek Vasut <[email protected]> | 2023-02-27 16:54:19 +0100 |
|---|---|---|
| committer | Shawn Guo <[email protected]> | 2023-03-14 11:07:26 +0800 |
| commit | 0d2c843ce5adbe98998844613eb8a8e1127616fd (patch) | |
| tree | dcd94ac43bbdef81b740c38779203d6b66f62584 | |
| parent | 486136566778e995ffcd2fcc7ce39f5928217bca (diff) | |
dt-bindings: soc: imx8mp-media-blk-ctrl: Align block controller example name
Align the block controller example node name with Linux imx8mp.dtsi .
No functional change.
Acked-by: Krzysztof Kozlowski <[email protected]>
Reviewed-by: Alexander Stein <[email protected]>
Reviewed-by: Liu Ying <[email protected]>
Tested-by: Alexander Stein <[email protected]>
Signed-off-by: Marek Vasut <[email protected]>
Signed-off-by: Shawn Guo <[email protected]>
| -rw-r--r-- | Documentation/devicetree/bindings/soc/imx/fsl,imx8mp-media-blk-ctrl.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/soc/imx/fsl,imx8mp-media-blk-ctrl.yaml b/Documentation/devicetree/bindings/soc/imx/fsl,imx8mp-media-blk-ctrl.yaml index dadb6108e321..a0f7c73510d0 100644 --- a/Documentation/devicetree/bindings/soc/imx/fsl,imx8mp-media-blk-ctrl.yaml +++ b/Documentation/devicetree/bindings/soc/imx/fsl,imx8mp-media-blk-ctrl.yaml @@ -94,7 +94,7 @@ examples: #include <dt-bindings/clock/imx8mp-clock.h> #include <dt-bindings/power/imx8mp-power.h> - media_blk_ctl: blk-ctl@32ec0000 { + blk-ctrl@32ec0000 { compatible = "fsl,imx8mp-media-blk-ctrl", "syscon"; reg = <0x32ec0000 0x138>; power-domains = <&mediamix_pd>, <&mipi_phy1_pd>, <&mipi_phy1_pd>, |