diff options
author | Tim Lunn <tim@feathertop.org> | 2024-02-14 15:07:31 +1100 |
---|---|---|
committer | Heiko Stuebner <heiko@sntech.de> | 2024-02-27 23:58:13 +0100 |
commit | 7ec958ed6a32daad36918d200b594f33cb4e0dd7 (patch) | |
tree | a8bac25ac0fcc6d59d229203de01d394afb1d559 /arch/arm64/boot/dts | |
parent | 437644753208092f642b7669c69da606aa07dfb4 (diff) | |
download | linux-7ec958ed6a32daad36918d200b594f33cb4e0dd7.tar.gz linux-7ec958ed6a32daad36918d200b594f33cb4e0dd7.tar.bz2 linux-7ec958ed6a32daad36918d200b594f33cb4e0dd7.zip |
arm64: dts: rockchip: adjust vendor on orangepi rk3399 board
Adjust compatible string to match the board vendor of Xunlong
Signed-off-by: Tim Lunn <tim@feathertop.org>
Reviewed-by: Dragan Simic <dsimic@manjaro.org>
Acked-by: Conor Dooley <conor.dooley@microchip.com>
Link: https://lore.kernel.org/r/20240214040731.3069111-5-tim@feathertop.org
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Diffstat (limited to 'arch/arm64/boot/dts')
-rw-r--r-- | arch/arm64/boot/dts/rockchip/rk3399-orangepi.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/rockchip/rk3399-orangepi.dts b/arch/arm64/boot/dts/rockchip/rk3399-orangepi.dts index e7551449e718..e26e2d86279c 100644 --- a/arch/arm64/boot/dts/rockchip/rk3399-orangepi.dts +++ b/arch/arm64/boot/dts/rockchip/rk3399-orangepi.dts @@ -14,7 +14,7 @@ / { model = "Orange Pi RK3399 Board"; - compatible = "rockchip,rk3399-orangepi", "rockchip,rk3399"; + compatible = "xunlong,rk3399-orangepi", "rockchip,rk3399"; aliases { ethernet0 = &gmac; |