RE: [EXT] Re: [PATCH 1/1] PCI: layerscape: Add the workaround for A-010305

From: Frank Li
Date: Fri Mar 17 2023 - 11:58:21 EST


> > pci->ep.ops = &ls_pcie_ep_ops;
> >
> > + pcie->big_endian = of_property_read_bool(dev->of_node, "big-
> endian");
>
> Somewhat surprising that 6c389328c985 ("dt-bindings: pci:
> layerscape-pci: Add a optional property big-endian") added this
> property a year ago, but it has been unused until now?
>

No, it also for pci host part. Zhiqiang send patch
https://lore.kernel.org/lkml/20210407030948.3845-1-Zhiqiang.Hou@xxxxxxx/

Not sure why bind-doc accepted, but driver code patch have not accepted.

The same case happen at https://lore.kernel.org/imx/20230209151050.233973-1-Frank.Li@xxxxxxx/T/#t

I tried repost the missed part. But no any response over months. The above one is just one line change.

> > --
> > 2.34.1
> >