mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-16 17:44:19 +00:00
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:
parent
4874793d2b
commit
592c396dcf
11 changed files with 12 additions and 12 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Reference in a new issue