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