ipq807x: cax1800: fix blsp1_spi1 status with okay
authorPetr Štetiar <ynezz@true.cz>
Wed, 3 Jan 2024 07:54:46 +0000 (07:54 +0000)
committerPetr Štetiar <ynezz@true.cz>
Wed, 3 Jan 2024 08:04:53 +0000 (08:04 +0000)
`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 <ynezz@true.cz>
target/linux/qualcommax/files/arch/arm64/boot/dts/qcom/ipq8070-cax1800.dts

index 622b8662fa9b66441eaf5c5628bc55ca2d40e38d..0ca2edcb2ca7c361977f88758871a9671c98c6b0 100644 (file)
        pinctrl-0 = <&spi_0_pins>;
        pinctrl-names = "default";
        cs-select = <0>;
-       status = "ok";
+       status = "okay";
 
        m25p80@0 {
                #address-cells = <1>;