Skip to content

Commit 706b511

Browse files
Marek VasutShawn Guo
authored andcommitted
dt-bindings: soc: imx8m-blk-ctrl: Rename blk_ctrl to blk-ctrl in examples
Rename blk_ctrl@ to blk-ctrl (with dash instead of underscore) in examples so that they would match the imx8m[mn].dtsi in current Linux kernel. Signed-off-by: Marek Vasut <marex@denx.de> Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
1 parent d757845 commit 706b511

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Documentation/devicetree/bindings/soc/imx/fsl,imx8mm-disp-blk-ctrl.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ examples:
7070
#include <dt-bindings/clock/imx8mm-clock.h>
7171
#include <dt-bindings/power/imx8mm-power.h>
7272
73-
disp_blk_ctl: blk_ctrl@32e28000 {
73+
disp_blk_ctl: blk-ctrl@32e28000 {
7474
compatible = "fsl,imx8mm-disp-blk-ctrl", "syscon";
7575
reg = <0x32e28000 0x100>;
7676
power-domains = <&pgc_dispmix>, <&pgc_dispmix>, <&pgc_dispmix>,

Documentation/devicetree/bindings/soc/imx/fsl,imx8mn-disp-blk-ctrl.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ examples:
7171
#include <dt-bindings/clock/imx8mn-clock.h>
7272
#include <dt-bindings/power/imx8mn-power.h>
7373
74-
disp_blk_ctl: blk_ctrl@32e28000 {
74+
disp_blk_ctl: blk-ctrl@32e28000 {
7575
compatible = "fsl,imx8mn-disp-blk-ctrl", "syscon";
7676
reg = <0x32e28000 0x100>;
7777
power-domains = <&pgc_dispmix>, <&pgc_dispmix>,

0 commit comments

Comments
 (0)