Message ID | 20240808090405.738-1-naoki@radxa.com (mailing list archive) |
---|---|
State | New |
Headers | show |
Series | [RFC,v2,1/2] dt-bindings: arm: rockchip: add Radxa E52C | expand |
On 08/08/2024 11:04, FUKAUMI Naoki wrote: > Add devicetree binding for the Radxa E52C. > > Radxa E52C is a compact network computer using the Rockchip RK3582 > chip. > > Signed-off-by: FUKAUMI Naoki <naoki@radxa.com> > --- > Changes in v2: > - none Why this is not ready for review? Why this is RFC? Best regards, Krzysztof
Hello Krzysztof, (I'm adding Jonas to the Cc list.) On 2024-08-08 12:57, Krzysztof Kozlowski wrote: > On 08/08/2024 11:04, FUKAUMI Naoki wrote: >> Add devicetree binding for the Radxa E52C. >> >> Radxa E52C is a compact network computer using the Rockchip RK3582 >> chip. >> >> Signed-off-by: FUKAUMI Naoki <naoki@radxa.com> >> --- >> Changes in v2: >> - none > > Why this is not ready for review? Why this is RFC? AFAIK, there's still no official downstream kernel code from Rockchip that we can use to add support for the new Rockchip RK3582 (and RK3583) SoC variants. These new variants seem to be like the RK3588(s), but with some IP cores (i.e. CPU and GPU cores) disabled in software, due to them being marked as defunct in efuses, as part of the manufacturing and testing processes. Using the efuses, defunct IP cores get disabled in U-Boot by patching the DT. Thus, we still need to figure out precisely how to do that in U-Boot first, before we can move on to adding the new bindings for the new SoC variants. Jonas is already working on the U-Boot patches.
diff --git a/Documentation/devicetree/bindings/arm/rockchip.yaml b/Documentation/devicetree/bindings/arm/rockchip.yaml index 2ad835f4068e..ba6d03b37bef 100644 --- a/Documentation/devicetree/bindings/arm/rockchip.yaml +++ b/Documentation/devicetree/bindings/arm/rockchip.yaml @@ -759,6 +759,12 @@ properties: - const: radxa,cm3i - const: rockchip,rk3568 + - description: Radxa E52C + items: + - enum: + - radxa,e52c + - const: rockchip,rk3588s + - description: Radxa Rock items: - const: radxa,rock
Add devicetree binding for the Radxa E52C. Radxa E52C is a compact network computer using the Rockchip RK3582 chip. Signed-off-by: FUKAUMI Naoki <naoki@radxa.com> --- Changes in v2: - none --- Documentation/devicetree/bindings/arm/rockchip.yaml | 6 ++++++ 1 file changed, 6 insertions(+)