Message ID | 20230721111020.1234278-1-alexander.stein@ew.tq-group.com |
---|---|
State | New |
Headers | show |
Series | [1/3] dt-bindings: media: amphion: Fix subnode pattern | expand |
On Fri, Jul 21, 2023 at 01:10:19PM +0200, Alexander Stein wrote: > i.MX8(X) based SoC use a power domain. Allow supplying this domain in > bindings. Please submit patches using subject lines reflecting the style for the subsystem, this makes it easier for people to identify relevant patches. Look at what existing commits in the area you're changing are doing and make sure your subject lines visually resemble what they're doing. There's no need to resubmit to fix this alone.
On Fri, Jul 21, 2023 at 01:10:18PM +0200, Alexander Stein wrote: > DT nodes use dashes instead of underscore. Adjust pattern to also fix > warnings regarding nodes in arch/arm64/boot/dts/freescale/imx8-ss-vpu.dtsi > > Fixes: 38ad8b32f3af ("dt-bindings: media: amphion: add amphion video codec bindings") > Signed-off-by: Alexander Stein <alexander.stein@ew.tq-group.com> > --- > Documentation/devicetree/bindings/media/amphion,vpu.yaml | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/Documentation/devicetree/bindings/media/amphion,vpu.yaml b/Documentation/devicetree/bindings/media/amphion,vpu.yaml > index a9d80eaeeeb6..90d273b9fdd7 100644 > --- a/Documentation/devicetree/bindings/media/amphion,vpu.yaml > +++ b/Documentation/devicetree/bindings/media/amphion,vpu.yaml > @@ -47,7 +47,7 @@ patternProperties: > $ref: ../mailbox/fsl,mu.yaml# > > > - "^vpu_core@[0-9a-f]+$": > + "^vpu-core@[0-9a-f]+$": > description: > Each core correspond a decoder or encoder, need to configure them > separately. NXP i.MX8QM SoC has one decoder and two encoder, i.MX8QXP SoC Per the bot, you have some examples you need to update as a result. Thanks, Conor.
On Fri, 21 Jul 2023 13:10:19 +0200, Alexander Stein wrote: > i.MX8(X) based SoC use a power domain. Allow supplying this domain in > bindings. > > Signed-off-by: Alexander Stein <alexander.stein@ew.tq-group.com> > --- > Documentation/devicetree/bindings/spi/spi-fsl-lpspi.yaml | 3 +++ > 1 file changed, 3 insertions(+) > Acked-by: Rob Herring <robh@kernel.org>
On Fri, 21 Jul 2023 13:10:18 +0200, Alexander Stein wrote: > DT nodes use dashes instead of underscore. Adjust pattern to also fix > warnings regarding nodes in arch/arm64/boot/dts/freescale/imx8-ss-vpu.dtsi > > Applied to https://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git for-next Thanks! [2/3] dt-bindings: lpspi: Add power-domains commit: 49aa77165c00e5047b17b0072bbb41cc83a9f197 All being well this means that it will be integrated into the linux-next tree (usually sometime in the next 24 hours) and sent to Linus during the next merge window (or sooner if it is a bug fix), however if problems are discovered then the patch may be dropped or reverted. You may get further e-mails resulting from automated or manual testing and review of the tree, please engage with people reporting problems and send followup patches addressing any issues that are reported if needed. If any updates are required or you are submitting further changes they should be sent as incremental updates against current git, existing patches will not be replaced. Please add any relevant lists and maintainers to the CCs when replying to this mail. Thanks, Mark
diff --git a/Documentation/devicetree/bindings/media/amphion,vpu.yaml b/Documentation/devicetree/bindings/media/amphion,vpu.yaml index a9d80eaeeeb6..90d273b9fdd7 100644 --- a/Documentation/devicetree/bindings/media/amphion,vpu.yaml +++ b/Documentation/devicetree/bindings/media/amphion,vpu.yaml @@ -47,7 +47,7 @@ patternProperties: $ref: ../mailbox/fsl,mu.yaml# - "^vpu_core@[0-9a-f]+$": + "^vpu-core@[0-9a-f]+$": description: Each core correspond a decoder or encoder, need to configure them separately. NXP i.MX8QM SoC has one decoder and two encoder, i.MX8QXP SoC
DT nodes use dashes instead of underscore. Adjust pattern to also fix warnings regarding nodes in arch/arm64/boot/dts/freescale/imx8-ss-vpu.dtsi Fixes: 38ad8b32f3af ("dt-bindings: media: amphion: add amphion video codec bindings") Signed-off-by: Alexander Stein <alexander.stein@ew.tq-group.com> --- Documentation/devicetree/bindings/media/amphion,vpu.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)