diff options
author | Ioana Ciornei <ioana.ciornei@nxp.com> | 2025-03-27 18:19:49 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2025-04-20 11:23:18 +0300 |
commit | 4909733069991c72ab0193e7746e47fda0fca03c (patch) | |
tree | 9e5027efaecb9d2a5044c1ca3508e5936fcdc916 /tools/perf/scripts/python/call-graph-from-sql.py | |
parent | 74a57366935b63fbc93ab7fcb186e76ad53b3dfc (diff) | |
download | linux-4909733069991c72ab0193e7746e47fda0fca03c.tar.xz |
PCI: layerscape: Fix arg_count to syscon_regmap_lookup_by_phandle_args()
commit 4c8c0ffd41d16cf08ccb0d3626beb54adfe5450a upstream.
The arg_count parameter to syscon_regmap_lookup_by_phandle_args()
represents the number of argument cells following the phandle. In this
case, the number of arguments should be 1 instead of 2 since the dt
property looks like this:
fsl,pcie-scfg = <&scfg 0>;
Without this fix, layerscape-pcie fails with the following message on
LS1043A:
OF: /soc/pcie@3500000: phandle scfg@1570000 needs 2, found 1
layerscape-pcie 3500000.pcie: No syscfg phandle specified
layerscape-pcie 3500000.pcie: probe with driver layerscape-pcie failed with error -22
Link: https://lore.kernel.org/r/20250327151949.2765193-1-ioana.ciornei@nxp.com
Fixes: 149fc35734e5 ("PCI: layerscape: Use syscon_regmap_lookup_by_phandle_args")
Signed-off-by: Ioana Ciornei <ioana.ciornei@nxp.com>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Reviewed-by: Frank Li <Frank.Li@nxp.com>
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Acked-by: Roy Zang <Roy.Zang@nxp.com>
Cc: stable@vger.kernel.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'tools/perf/scripts/python/call-graph-from-sql.py')
0 files changed, 0 insertions, 0 deletions