On Fri, 06 May 2022 16:42:11 +0530, Sumit Gupta wrote: > Add device-tree binding documentation to represent the axi2apb bridges > used by Control Backbone (CBB) 1.0 in Tegra194 SOC. All errors for APB > slaves are reported as slave error because APB bas single bit to report > error. So, CBB driver needs to further check error status registers of > all the axi2apb bridges to find error type. > > Signed-off-by: Sumit Gupta <sumitg@xxxxxxxxxx> > Signed-off-by: Thierry Reding <treding@xxxxxxxxxx> > --- > .../arm/tegra/nvidia,tegra194-axi2apb.yaml | 40 +++++++++++++++++++ > 1 file changed, 40 insertions(+) > create mode 100644 Documentation/devicetree/bindings/arm/tegra/nvidia,tegra194-axi2apb.yaml > Reviewed-by: Rob Herring <robh@xxxxxxxxxx>