Skip to content

Commit

Permalink
ARC: dts: align SPI NOR node name with dtschema
Browse files Browse the repository at this point in the history
The node names should be generic and SPI NOR dtschema expects "flash".

Signed-off-by: Krzysztof Kozlowski <[email protected]>
Signed-off-by: Vineet Gupta <[email protected]>
  • Loading branch information
krzk authored and vineetgarc committed Apr 18, 2022
1 parent 7f56b6d commit 3f943be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arc/boot/dts/hsdk.dts
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@
cs-gpios = <&creg_gpio 0 GPIO_ACTIVE_LOW>,
<&creg_gpio 1 GPIO_ACTIVE_LOW>;

spi-flash@0 {
flash@0 {
compatible = "sst26wf016b", "jedec,spi-nor";
reg = <0>;
#address-cells = <1>;
Expand Down

0 comments on commit 3f943be

Please sign in to comment.