Commit 592c396d authored by Louis Mayencourt's avatar Louis Mayencourt
Browse files

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: default avatarLouis Mayencourt <louis.mayencourt@arm.com>
Change-Id: I85eb75cf877c5f4d3feea3936d4c348ca843bc6c
parent 4874793d
......@@ -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);
......
......@@ -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 {
......
......@@ -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 {
......
......@@ -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 {
......
......@@ -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 {
......
......@@ -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 {
......
......@@ -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 {
......
......@@ -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 {
......
......@@ -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 {
......
......@@ -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 {
......
......@@ -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 {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment