Message ID | 20220823100937.386880-1-krzysztof.kozlowski@linaro.org |
---|---|
State | Accepted |
Commit | 52069b2a869ebdcaedf829730730c5998d56b910 |
Headers | show |
Series | spi: dt-bindings: snps,dw-apb-ssi: drop ref from reg-io-width | expand |
On Tue, 23 Aug 2022 13:09:37 +0300, Krzysztof Kozlowski wrote: > reg-io-width is a standard property, so no need for defining its type > > Applied to https://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git for-next Thanks! [1/1] spi: dt-bindings: snps,dw-apb-ssi: drop ref from reg-io-width commit: 52069b2a869ebdcaedf829730730c5998d56b910 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
On Tue, Aug 23, 2022 at 01:09:37PM +0300, Krzysztof Kozlowski wrote: > reg-io-width is a standard property, so no need for defining its type > > Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> The patch has already been merged in, anyway thanks for the fix. Acked-by: Serge Semin <fancer.lancer@gmail.com> -Sergey > --- > Documentation/devicetree/bindings/spi/snps,dw-apb-ssi.yaml | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/Documentation/devicetree/bindings/spi/snps,dw-apb-ssi.yaml b/Documentation/devicetree/bindings/spi/snps,dw-apb-ssi.yaml > index 37c3c272407d..d33b72fabc5d 100644 > --- a/Documentation/devicetree/bindings/spi/snps,dw-apb-ssi.yaml > +++ b/Documentation/devicetree/bindings/spi/snps,dw-apb-ssi.yaml > @@ -104,7 +104,6 @@ properties: > const: spi > > reg-io-width: > - $ref: /schemas/types.yaml#/definitions/uint32 > description: I/O register width (in bytes) implemented by this device > default: 4 > enum: [ 2, 4 ] > -- > 2.34.1 >
diff --git a/Documentation/devicetree/bindings/spi/snps,dw-apb-ssi.yaml b/Documentation/devicetree/bindings/spi/snps,dw-apb-ssi.yaml index 37c3c272407d..d33b72fabc5d 100644 --- a/Documentation/devicetree/bindings/spi/snps,dw-apb-ssi.yaml +++ b/Documentation/devicetree/bindings/spi/snps,dw-apb-ssi.yaml @@ -104,7 +104,6 @@ properties: const: spi reg-io-width: - $ref: /schemas/types.yaml#/definitions/uint32 description: I/O register width (in bytes) implemented by this device default: 4 enum: [ 2, 4 ]
reg-io-width is a standard property, so no need for defining its type Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> --- Documentation/devicetree/bindings/spi/snps,dw-apb-ssi.yaml | 1 - 1 file changed, 1 deletion(-)