Skip to content

Commit

Permalink
ipq807x: cax1800: fix blsp1_spi1 status with okay
Browse files Browse the repository at this point in the history
`ok` status is obsolete and thus `okay` should be used instead:

 spi@78b9000: status:0: 'ok' is not one of ['okay', 'disabled', 'reserved']

Signed-off-by: Petr Štetiar <[email protected]>
  • Loading branch information
ynezz committed Jan 3, 2024
1 parent 443e3bd commit 7ddd3ab
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@
pinctrl-0 = <&spi_0_pins>;
pinctrl-names = "default";
cs-select = <0>;
status = "ok";
status = "okay";

m25p80@0 {
#address-cells = <1>;
Expand Down

0 comments on commit 7ddd3ab

Please sign in to comment.