Hi Dragan,
On 2/14/24 15:14, Dragan Simic wrote:
Hello Tim,
On 2024-02-14 05:07, Tim Lunn wrote:
A couple of rockchip boards incorrectly list their vendor as Rockchip
when they are in fact not manufactured by Rockchip.
Fix the vendor strings to correctly list the manufacturer
Just checking, have you verified that the old, incorrect "compatible"
strings from the board dts files aren't used anywhere in the kernel code,
such as in some drivers?
Yes I checked that, there are no remaining references to the
old/incorrect compatible strings in kernel code
Regards
Tim
Otherwise, for the entire series:
Reviewed-by: Dragan Simic <dsimic@xxxxxxxxxxx>
Tim Lunn (4):
dt-bindings: arm: rockchip: Correct vendor for Orange Pi RK3399 board
dt-bindings: arm: rockchip: Correct vendor for Banana Pi R2 Pro
arm64: dts: rockchip: adjust vendor on Banana Pi R2 Pro board
arm64: dts: rockchip: adjust vendor on orangepi rk3399 board
Documentation/devicetree/bindings/arm/rockchip.yaml | 8 ++++----
arch/arm64/boot/dts/rockchip/rk3399-orangepi.dts | 2 +-
arch/arm64/boot/dts/rockchip/rk3568-bpi-r2-pro.dts | 2 +-
3 files changed, 6 insertions(+), 6 deletions(-)