Loading Documentation/devicetree/bindings/arm/cci.txt +6 −0 Original line number Diff line number Diff line Loading @@ -52,6 +52,12 @@ specific to ARM. hierarchical bus addressing. CCI interfaces addresses refer to the parent node addressing scheme to declare their register bases. - hw-version Usage: optional Value type: <u32> Definition: Hardware version. This value will be used when the device id register cannot be accessed with a non-secure read. CCI interconnect node can define the following child nodes: Loading drivers/bus/arm-cci.c +2 −0 Original line number Diff line number Diff line Loading @@ -1133,6 +1133,8 @@ static int cci_probe(void) if (!np) return -ENODEV; of_property_read_u32(np, "hw-version", &cci_version); ret = of_address_to_resource(np, 0, &res); if (!ret) { cci_ctrl_base = ioremap(res.start, resource_size(&res)); Loading Loading
Documentation/devicetree/bindings/arm/cci.txt +6 −0 Original line number Diff line number Diff line Loading @@ -52,6 +52,12 @@ specific to ARM. hierarchical bus addressing. CCI interfaces addresses refer to the parent node addressing scheme to declare their register bases. - hw-version Usage: optional Value type: <u32> Definition: Hardware version. This value will be used when the device id register cannot be accessed with a non-secure read. CCI interconnect node can define the following child nodes: Loading
drivers/bus/arm-cci.c +2 −0 Original line number Diff line number Diff line Loading @@ -1133,6 +1133,8 @@ static int cci_probe(void) if (!np) return -ENODEV; of_property_read_u32(np, "hw-version", &cci_version); ret = of_address_to_resource(np, 0, &res); if (!ret) { cci_ctrl_base = ioremap(res.start, resource_size(&res)); Loading