On 2022/2/21 02:18, Jiaxun Yang wrote:
在 2022/2/20 14:55, Sui Jingfeng 写道:
From: suijingfeng <suijingfeng@xxxxxxxxxxx>
The display controller is a pci device, its PCI vendor id is 0x0014
its PCI device id is 0x7a06.
1) In order to let the driver to know which chip the DC is contained
in, the compatible string of the display controller is updated
according to the chip's name.
2) Add display controller device node for ls2k1000 SoC
Reported-by: Krzysztof Kozlowski <krzk@xxxxxxxxxx>
^ The usage of Reported-by flag seems wired here.
In most case we use it to credit people who find a bug that is already
in-tree.
Reviewing effort is already credited by Reviewed-by flag.
If you intend to let maintainers track their suggestions easier, the
common
practice is to append suggester's name after each entry of changelog
between versions.
Thanks.
Ok, Now I know that. I will revise it next time, thank you.
Signed-off-by: suijingfeng <suijingfeng@xxxxxxxxxxx>
Signed-off-by: Sui Jingfeng <15330273260@xxxxxx>
---
arch/mips/boot/dts/loongson/loongson64-2k1000.dtsi | 8 ++++++++
arch/mips/boot/dts/loongson/ls7a-pch.dtsi | 7 ++-----
2 files changed, 10 insertions(+), 5 deletions(-)
[...]
- Jiaxun