From fdd968d64e507e902891bf8a2be9ac00f80a57e5 Mon Sep 17 00:00:00 2001 From: Adrian Schmutzler Date: Mon, 11 May 2020 11:49:43 +0200 Subject: bcm63xx: replace "ok" with "okay" for status in DTS files While "ok" is recognized in DT parsing, only "okay" is actually mentioned as valid value. Replace it accordingly. Signed-off-by: Adrian Schmutzler --- target/linux/bcm63xx/dts/bcm6328-sercomm-ad1018-nor.dts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'target/linux/bcm63xx/dts/bcm6328-sercomm-ad1018-nor.dts') diff --git a/target/linux/bcm63xx/dts/bcm6328-sercomm-ad1018-nor.dts b/target/linux/bcm63xx/dts/bcm6328-sercomm-ad1018-nor.dts index 0d2679c08c..28c0916c0a 100644 --- a/target/linux/bcm63xx/dts/bcm6328-sercomm-ad1018-nor.dts +++ b/target/linux/bcm63xx/dts/bcm6328-sercomm-ad1018-nor.dts @@ -57,7 +57,7 @@ }; &leds { - status = "ok"; + status = "okay"; pinctrl-names = "default"; pinctrl-0 = <&pinctrl_leds &pinctrl_serial_led @@ -130,7 +130,7 @@ }; &hsspi { - status = "ok"; + status = "okay"; flash@0 { compatible = "jedec,spi-nor"; @@ -149,5 +149,5 @@ }; &uart0 { - status = "ok"; + status = "okay"; }; -- cgit v1.2.3