Message ID | 20240623201415.3205-1-naoki@radxa.com (mailing list archive) |
---|---|
State | New |
Headers | show |
Series | [v3,1/3] dt-bindings: arm: rockchip: Add Radxa ROCK Pi E v3.0 | expand |
On 23/06/2024 22:14, FUKAUMI Naoki wrote: > Add devicetree binding for the Radxa ROCK Pi E v3.0 board. > > Radxa ROCK Pi E v3.0 is a single-board computer based on the Rockchip > RK3328 SoC with a compact form factor. > > Signed-off-by: FUKAUMI Naoki <naoki@radxa.com> > > Changes in v3: > - none > Changes in v2: > - none > --- > Documentation/devicetree/bindings/arm/rockchip.yaml | 5 +++++ > 1 file changed, 5 insertions(+) > > diff --git a/Documentation/devicetree/bindings/arm/rockchip.yaml b/Documentation/devicetree/bindings/arm/rockchip.yaml > index eca0a42eb384..53ca61c47b76 100644 > --- a/Documentation/devicetree/bindings/arm/rockchip.yaml > +++ b/Documentation/devicetree/bindings/arm/rockchip.yaml > @@ -779,6 +779,11 @@ properties: > - const: radxa,rockpi-e > - const: rockchip,rk3328 > > + - description: Radxa ROCK Pi E v3.0 > + items: > + - const: radxa,rockpi-e-v3 Just make it enum with previous entry. Best regards, Krzysztof
Hello everyone who read/reply my patch series, I'm sorry. I wasted your precious time. Jonas Karlman suggested simple way completed in u-boot https://patchwork.ozlabs.org/project/uboot/patch/20240624204529.34742-1-naoki@radxa.com/ any change in linux kernel side is not required anymore. please Best regards, -- FUKAUMI Naoki Radxa Computer (Shenzhen) Co., Ltd. On 6/24/24 05:14, FUKAUMI Naoki wrote: > Add devicetree binding for the Radxa ROCK Pi E v3.0 board. > > Radxa ROCK Pi E v3.0 is a single-board computer based on the Rockchip > RK3328 SoC with a compact form factor. > > Signed-off-by: FUKAUMI Naoki <naoki@radxa.com> > > Changes in v3: > - none > Changes in v2: > - none > --- > Documentation/devicetree/bindings/arm/rockchip.yaml | 5 +++++ > 1 file changed, 5 insertions(+) > > diff --git a/Documentation/devicetree/bindings/arm/rockchip.yaml b/Documentation/devicetree/bindings/arm/rockchip.yaml > index eca0a42eb384..53ca61c47b76 100644 > --- a/Documentation/devicetree/bindings/arm/rockchip.yaml > +++ b/Documentation/devicetree/bindings/arm/rockchip.yaml > @@ -779,6 +779,11 @@ properties: > - const: radxa,rockpi-e > - const: rockchip,rk3328 > > + - description: Radxa ROCK Pi E v3.0 > + items: > + - const: radxa,rockpi-e-v3 > + - const: rockchip,rk3328 > + > - description: Radxa ROCK Pi N8 > items: > - const: radxa,rockpi-n8
On Mon, 24 Jun 2024 05:14:13 +0900, FUKAUMI Naoki wrote: > Add devicetree binding for the Radxa ROCK Pi E v3.0 board. > > Radxa ROCK Pi E v3.0 is a single-board computer based on the Rockchip > RK3328 SoC with a compact form factor. > > Signed-off-by: FUKAUMI Naoki <naoki@radxa.com> > > Changes in v3: > - none > Changes in v2: > - none > --- > Documentation/devicetree/bindings/arm/rockchip.yaml | 5 +++++ > 1 file changed, 5 insertions(+) > My bot found new DTB warnings on the .dts files added or changed in this series. Some warnings may be from an existing SoC .dtsi. Or perhaps the warnings are fixed by another series. Ultimately, it is up to the platform maintainer whether these warnings are acceptable or not. No need to reply unless the platform maintainer has comments. If you already ran DT checks and didn't see these error(s), then make sure dt-schema is up to date: pip3 install dtschema --upgrade New warnings running 'make CHECK_DTBS=y rockchip/rk3328-rock-pi-e-v3.dtb rockchip/rk3328-rock-pi-e.dtb' for 20240623201415.3205-1-naoki@radxa.com: arch/arm64/boot/dts/rockchip/rk3328-rock-pi-e-v3.dtb: hdmi@ff3c0000: interrupts: [[0, 35, 4], [0, 71, 4]] is too long from schema $id: http://devicetree.org/schemas/display/rockchip/rockchip,dw-hdmi.yaml# arch/arm64/boot/dts/rockchip/rk3328-rock-pi-e-v3.dtb: /phy@ff430000: failed to match any schema with compatible: ['rockchip,rk3328-hdmi-phy'] arch/arm64/boot/dts/rockchip/rk3328-rock-pi-e-v3.dtb: /clock-controller@ff440000: failed to match any schema with compatible: ['rockchip,rk3328-cru', 'rockchip,cru', 'syscon'] arch/arm64/boot/dts/rockchip/rk3328-rock-pi-e-v3.dtb: /clock-controller@ff440000: failed to match any schema with compatible: ['rockchip,rk3328-cru', 'rockchip,cru', 'syscon'] arch/arm64/boot/dts/rockchip/rk3328-rock-pi-e-v3.dtb: ethernet@ff540000: Unevaluated properties are not allowed ('snps,rxpbl', 'snps,txpbl' were unexpected) from schema $id: http://devicetree.org/schemas/net/rockchip-dwmac.yaml# arch/arm64/boot/dts/rockchip/rk3328-rock-pi-e-v3.dtb: ethernet@ff550000: Unevaluated properties are not allowed ('snps,txpbl' was unexpected) from schema $id: http://devicetree.org/schemas/net/rockchip-dwmac.yaml#
diff --git a/Documentation/devicetree/bindings/arm/rockchip.yaml b/Documentation/devicetree/bindings/arm/rockchip.yaml index eca0a42eb384..53ca61c47b76 100644 --- a/Documentation/devicetree/bindings/arm/rockchip.yaml +++ b/Documentation/devicetree/bindings/arm/rockchip.yaml @@ -779,6 +779,11 @@ properties: - const: radxa,rockpi-e - const: rockchip,rk3328 + - description: Radxa ROCK Pi E v3.0 + items: + - const: radxa,rockpi-e-v3 + - const: rockchip,rk3328 + - description: Radxa ROCK Pi N8 items: - const: radxa,rockpi-n8
Add devicetree binding for the Radxa ROCK Pi E v3.0 board. Radxa ROCK Pi E v3.0 is a single-board computer based on the Rockchip RK3328 SoC with a compact form factor. Signed-off-by: FUKAUMI Naoki <naoki@radxa.com> Changes in v3: - none Changes in v2: - none --- Documentation/devicetree/bindings/arm/rockchip.yaml | 5 +++++ 1 file changed, 5 insertions(+)