aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/devicetree/bindings/spi/spi-pl022.yaml
diff options
context:
space:
mode:
authorKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>2022-04-07 16:34:05 +0200
committerRob Herring <robh@kernel.org>2022-04-07 14:03:06 -0500
commit673283a3be1718a58ab9ff7762ef4ec6bcf505c4 (patch)
tree65646e2c0ee8aa80212c188ac2c970a3cab6fded /Documentation/devicetree/bindings/spi/spi-pl022.yaml
parentdt-bindings: reset: Drop the hisilicon,hi6220-reset binding (diff)
downloadlinux-dev-673283a3be1718a58ab9ff7762ef4ec6bcf505c4.tar.xz
linux-dev-673283a3be1718a58ab9ff7762ef4ec6bcf505c4.zip
dt-bindings: align SPI NOR node name with dtschema
The node names should be generic and SPI NOR dtschema expects "flash". Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Acked-by: Mark Brown <broonie@kernel.org> Reviewed-by: Miquel Raynal <miquel.raynal@bootlin.com> Signed-off-by: Rob Herring <robh@kernel.org> Link: https://lore.kernel.org/r/20220407143405.295907-1-krzysztof.kozlowski@linaro.org
Diffstat (limited to 'Documentation/devicetree/bindings/spi/spi-pl022.yaml')
-rw-r--r--Documentation/devicetree/bindings/spi/spi-pl022.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/spi/spi-pl022.yaml b/Documentation/devicetree/bindings/spi/spi-pl022.yaml
index bda45ff3d294..0e382119c64f 100644
--- a/Documentation/devicetree/bindings/spi/spi-pl022.yaml
+++ b/Documentation/devicetree/bindings/spi/spi-pl022.yaml
@@ -143,7 +143,7 @@ examples:
<&dma_controller 24 0>;
dma-names = "rx", "tx";
- m25p80@1 {
+ flash@1 {
compatible = "st,m25p80";
reg = <1>;
spi-max-frequency = <12000000>;