diff options
Diffstat (limited to 'drivers/mfd/vexpress-sysreg.c')
-rw-r--r-- | drivers/mfd/vexpress-sysreg.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mfd/vexpress-sysreg.c b/drivers/mfd/vexpress-sysreg.c index 9e21e4fc9599..8f43ab8fd2d6 100644 --- a/drivers/mfd/vexpress-sysreg.c +++ b/drivers/mfd/vexpress-sysreg.c | |||
@@ -223,7 +223,7 @@ static int vexpress_sysreg_probe(struct platform_device *pdev) | |||
223 | vexpress_config_set_master(vexpress_sysreg_get_master()); | 223 | vexpress_config_set_master(vexpress_sysreg_get_master()); |
224 | 224 | ||
225 | /* Confirm board type against DT property, if available */ | 225 | /* Confirm board type against DT property, if available */ |
226 | if (of_property_read_u32(of_allnodes, "arm,hbi", &dt_hbi) == 0) { | 226 | if (of_property_read_u32(of_root, "arm,hbi", &dt_hbi) == 0) { |
227 | u32 id = vexpress_get_procid(VEXPRESS_SITE_MASTER); | 227 | u32 id = vexpress_get_procid(VEXPRESS_SITE_MASTER); |
228 | u32 hbi = (id >> SYS_PROCIDx_HBI_SHIFT) & SYS_HBI_MASK; | 228 | u32 hbi = (id >> SYS_PROCIDx_HBI_SHIFT) & SYS_HBI_MASK; |
229 | 229 | ||