Message ID | 20250324-rock5bp-for-upstream-v1-3-6217edf15b19@kernel.org (mailing list archive) |
---|---|
State | New |
Headers | show |
Series | arm64: dts: rockchip: add ROCK 5B+ support | expand |
On Mon, Mar 24, 2025 at 06:04:24PM +0100, Sebastian Reichel wrote: > The Radxa ROCK 5B+ is an improved version of the ROCK 5B. > > Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com> > --- > Documentation/devicetree/bindings/arm/rockchip.yaml | 5 +++++ > 1 file changed, 5 insertions(+) Same patch has already been acked here: https://lore.kernel.org/all/20241226005845.46473-1-naoki@radxa.com/ > > diff --git a/Documentation/devicetree/bindings/arm/rockchip.yaml b/Documentation/devicetree/bindings/arm/rockchip.yaml > index 650fb833d96ef67ea1bba33c0767777378a38fa7..fe1fe8fe52fa3594a0da8e0263cb46949436a021 100644 > --- a/Documentation/devicetree/bindings/arm/rockchip.yaml > +++ b/Documentation/devicetree/bindings/arm/rockchip.yaml > @@ -946,6 +946,11 @@ properties: > - const: radxa,rock-5b > - const: rockchip,rk3588 > > + - description: Radxa ROCK 5B+ > + items: > + - const: radxa,rock-5b-plus > + - const: rockchip,rk3588 > + > - description: Radxa ROCK 5C > items: > - const: radxa,rock-5c > > -- > 2.47.2 >
diff --git a/Documentation/devicetree/bindings/arm/rockchip.yaml b/Documentation/devicetree/bindings/arm/rockchip.yaml index 650fb833d96ef67ea1bba33c0767777378a38fa7..fe1fe8fe52fa3594a0da8e0263cb46949436a021 100644 --- a/Documentation/devicetree/bindings/arm/rockchip.yaml +++ b/Documentation/devicetree/bindings/arm/rockchip.yaml @@ -946,6 +946,11 @@ properties: - const: radxa,rock-5b - const: rockchip,rk3588 + - description: Radxa ROCK 5B+ + items: + - const: radxa,rock-5b-plus + - const: rockchip,rk3588 + - description: Radxa ROCK 5C items: - const: radxa,rock-5c
The Radxa ROCK 5B+ is an improved version of the ROCK 5B. Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com> --- Documentation/devicetree/bindings/arm/rockchip.yaml | 5 +++++ 1 file changed, 5 insertions(+)