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

dt-bindings: media: amphion,vpu: correct node name

The node name should use hyphen(-), not underscore(_).

Signed-off-by: Peng Fan <peng.fan@nxp.com>
Acked-by: Conor Dooley <conor.dooley@microchip.com>
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>

authored by

Peng Fan and committed by
Mauro Carvalho Chehab
9578de86 63be9998

+4 -4
+4 -4
Documentation/devicetree/bindings/media/amphion,vpu.yaml
··· 47 47 $ref: ../mailbox/fsl,mu.yaml# 48 48 49 49 50 - "^vpu_core@[0-9a-f]+$": 50 + "^vpu-core@[0-9a-f]+$": 51 51 description: 52 52 Each core correspond a decoder or encoder, need to configure them 53 53 separately. NXP i.MX8QM SoC has one decoder and two encoder, i.MX8QXP SoC ··· 143 143 power-domains = <&pd IMX_SC_R_VPU_MU_2>; 144 144 }; 145 145 146 - vpu_core0: vpu_core@2d080000 { 146 + vpu_core0: vpu-core@2d080000 { 147 147 compatible = "nxp,imx8q-vpu-decoder"; 148 148 reg = <0x2d080000 0x10000>; 149 149 power-domains = <&pd IMX_SC_R_VPU_DEC_0>; ··· 154 154 memory-region = <&decoder_boot>, <&decoder_rpc>; 155 155 }; 156 156 157 - vpu_core1: vpu_core@2d090000 { 157 + vpu_core1: vpu-core@2d090000 { 158 158 compatible = "nxp,imx8q-vpu-encoder"; 159 159 reg = <0x2d090000 0x10000>; 160 160 power-domains = <&pd IMX_SC_R_VPU_ENC_0>; ··· 165 165 memory-region = <&encoder1_boot>, <&encoder1_rpc>; 166 166 }; 167 167 168 - vpu_core2: vpu_core@2d0a0000 { 168 + vpu_core2: vpu-core@2d0a0000 { 169 169 reg = <0x2d0a0000 0x10000>; 170 170 compatible = "nxp,imx8q-vpu-encoder"; 171 171 power-domains = <&pd IMX_SC_R_VPU_ENC_1>;