---
drivers/of/base.c | 88 ++++++++++++--------------------------------------
- drivers/of/selftest.c | 64 +++++++++++++++++++++++++++++++++---
+ drivers/of/selftest.c | 66 ++++++++++++++++++++++++++++++++++---
include/linux/of.h | 84 +++++++++++++++++++++++++++++++++++++++--------
- 3 files changed, 151 insertions(+), 85 deletions(-)
+ 3 files changed, 152 insertions(+), 86 deletions(-)
--- a/drivers/of/base.c
+++ b/drivers/of/base.c
}
static int __init of_selftest(void)
+@@ -167,7 +221,7 @@ static int __init of_selftest(void)
+
+ pr_info("start of selftest - you will see error messages\n");
+ of_selftest_parse_phandle_with_args();
+- of_selftest_property_match_string();
++ of_selftest_property_string();
+ pr_info("end of selftest - %s\n", selftest_passed ? "PASS" : "FAIL");
+ return 0;
+ }
--- a/include/linux/of.h
+++ b/include/linux/of.h
@@ -252,14 +252,12 @@ extern int of_property_read_u64(const st
---
drivers/of/base.c | 88 +++++++---------------------
- drivers/of/selftest.c | 64 ++++++++++++++++++--
+ drivers/of/selftest.c | 66 +++++++++++++++++++--
drivers/of/testcase-data/tests-phandle.dtsi | 2
include/linux/of.h | 84 ++++++++++++++++++++++----
- 4 files changed, 153 insertions(+), 85 deletions(-)
+ 4 files changed, 154 insertions(+), 86 deletions(-)
--- a/drivers/of/base.c
+++ b/drivers/of/base.c
}
static void __init of_selftest_parse_interrupts(void)
+@@ -379,7 +433,7 @@ static int __init of_selftest(void)
+
+ pr_info("start of selftest - you will see error messages\n");
+ of_selftest_parse_phandle_with_args();
+- of_selftest_property_match_string();
++ of_selftest_property_string();
+ of_selftest_parse_interrupts();
+ of_selftest_parse_interrupts_extended();
+ of_selftest_match_node();
--- a/drivers/of/testcase-data/tests-phandle.dtsi
+++ b/drivers/of/testcase-data/tests-phandle.dtsi
@@ -32,7 +32,9 @@