fconf: Update dyn_config compatible string

Dynamic configuration properties are fconf properties. Modify the
compatible string from "arm,.." to "fconf,.." to reflect this.

Signed-off-by: Louis Mayencourt <louis.mayencourt@arm.com>
Change-Id: I85eb75cf877c5f4d3feea3936d4c348ca843bc6c
This commit is contained in:
Louis Mayencourt 2020-04-20 14:17:21 +01:00
parent 4874793d2b
commit 592c396dcf
11 changed files with 12 additions and 12 deletions

View File

@ -48,8 +48,8 @@ int fconf_populate_dtb_registry(uintptr_t config)
/* As libfdt use void *, we can't avoid this cast */
const void *dtb = (void *)config;
/* Find the node offset point to "arm,dyn_cfg-dtb_registry" compatible property */
const char *compatible_str = "arm,dyn_cfg-dtb_registry";
/* Find the node offset point to "fconf,dyn_cfg-dtb_registry" compatible property */
const char *compatible_str = "fconf,dyn_cfg-dtb_registry";
node = fdt_node_offset_by_compatible(dtb, -1, compatible_str);
if (node < 0) {
ERROR("FCONF: Can't find %s compatible in dtb\n", compatible_str);

View File

@ -10,7 +10,7 @@
/ {
dtb-registry {
compatible = "arm,dyn_cfg-dtb_registry";
compatible = "fconf,dyn_cfg-dtb_registry";
/* tb_fw_config is temporarily contained in this dtb */
tb_fw-config {

View File

@ -10,7 +10,7 @@
/ {
dtb-registry {
compatible = "arm,dyn_cfg-dtb_registry";
compatible = "fconf,dyn_cfg-dtb_registry";
/* tb_fw_config is temporarily contained on this dtb */
tb_fw-config {

View File

@ -10,7 +10,7 @@
/ {
dtb-registry {
compatible = "arm,dyn_cfg-dtb_registry";
compatible = "fconf,dyn_cfg-dtb_registry";
/* tb_fw_config is temporarily contained on this dtb */
tb_fw-config {

View File

@ -10,7 +10,7 @@
/ {
dtb-registry {
compatible = "arm,dyn_cfg-dtb_registry";
compatible = "fconf,dyn_cfg-dtb_registry";
/* tb_fw_config is temporarily contained on this dtb */
tb_fw-config {

View File

@ -10,7 +10,7 @@
/ {
dtb-registry {
compatible = "arm,dyn_cfg-dtb_registry";
compatible = "fconf,dyn_cfg-dtb_registry";
/* tb_fw_config is temporarily contained on this dtb */
tb_fw-config {

View File

@ -10,7 +10,7 @@
/ {
dtb-registry {
compatible = "arm,dyn_cfg-dtb_registry";
compatible = "fconf,dyn_cfg-dtb_registry";
/* tb_fw_config is temporarily contained on this dtb */
tb_fw-config {

View File

@ -10,7 +10,7 @@
/ {
dtb-registry {
compatible = "arm,dyn_cfg-dtb_registry";
compatible = "fconf,dyn_cfg-dtb_registry";
/* tb_fw_config is temporarily contained on this dtb */
tb_fw-config {

View File

@ -9,7 +9,7 @@
/dts-v1/;
/ {
dtb-registry {
compatible = "arm,dyn_cfg-dtb_registry";
compatible = "fconf,dyn_cfg-dtb_registry";
/* tb_fw_config is temporarily contained on this dtb */
tb_fw-config {

View File

@ -10,7 +10,7 @@
/ {
dtb-registry {
compatible = "arm,dyn_cfg-dtb_registry";
compatible = "fconf,dyn_cfg-dtb_registry";
/* tb_fw_config is temporarily contained on this dtb */
tb_fw-config {

View File

@ -10,7 +10,7 @@
/ {
dtb-registry {
compatible = "arm,dyn_cfg-dtb_registry";
compatible = "fconf,dyn_cfg-dtb_registry";
/* tb_fw_config is temporarily contained on this dtb */
tb_fw-config {