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/bcm6358-brcm-bcm96358vw2.dts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'target/linux/bcm63xx/dts/bcm6358-brcm-bcm96358vw2.dts') diff --git a/target/linux/bcm63xx/dts/bcm6358-brcm-bcm96358vw2.dts b/target/linux/bcm63xx/dts/bcm6358-brcm-bcm96358vw2.dts index a4a977e73d..0248f41597 100644 --- a/target/linux/bcm63xx/dts/bcm6358-brcm-bcm96358vw2.dts +++ b/target/linux/bcm63xx/dts/bcm6358-brcm-bcm96358vw2.dts @@ -37,7 +37,7 @@ }; &pflash { - status = "ok"; + status = "okay"; partitions { compatible = "brcm,bcm963xx-cfe-nor-partitions"; @@ -45,5 +45,5 @@ }; &uart0 { - status = "ok"; + status = "okay"; }; -- cgit v1.2.3