.../devicetree/bindings/arm/qcom.yaml | 1 + arch/arm64/boot/dts/qcom/Makefile | 1 + .../boot/dts/qcom/sm8450-samsung-r0q.dts | 145 ++++++++++++++++++ 3 files changed, 147 insertions(+) create mode 100644 arch/arm64/boot/dts/qcom/sm8450-samsung-r0q.dts
Changes in v6: - Remove debug features (bootargs, etc) that slipped in the v5 DTS - Format and organize nodes correctly based on existing DTS, move "status = "okay";" to the bottom always - Solve "ddr_device_type" and "qcom,rmtfs-mem" warnings, the rest are from existing SoC .dtsi - Disable buttons, ufs and other features for later revision Signed-off-by: Violet <violet@atl.tools> Violet (2): dt-bindings: arm: qcom: document r0q board binding arm64: dts: qcom: add initial support for Samsung Galaxy S22 .../devicetree/bindings/arm/qcom.yaml | 1 + arch/arm64/boot/dts/qcom/Makefile | 1 + .../boot/dts/qcom/sm8450-samsung-r0q.dts | 145 ++++++++++++++++++ 3 files changed, 147 insertions(+) create mode 100644 arch/arm64/boot/dts/qcom/sm8450-samsung-r0q.dts -- 2.50.1
On Wed 2025-07-16 23:17:08, Violet wrote: > Changes in v6: > - Remove debug features (bootargs, etc) that slipped in the v5 DTS > - Format and organize nodes correctly based on existing DTS, > move "status = "okay";" to the bottom always > - Solve "ddr_device_type" and "qcom,rmtfs-mem" warnings, the rest are > from existing SoC .dtsi > - Disable buttons, ufs and other features for later revision > > Signed-off-by: Violet <violet@atl.tools> Is that a real name? Could we use real names in signoffs? Thanks, Pavel > Violet (2): > dt-bindings: arm: qcom: document r0q board binding > arm64: dts: qcom: add initial support for Samsung Galaxy S22 > > .../devicetree/bindings/arm/qcom.yaml | 1 + > arch/arm64/boot/dts/qcom/Makefile | 1 + > .../boot/dts/qcom/sm8450-samsung-r0q.dts | 145 ++++++++++++++++++ > 3 files changed, 147 insertions(+) > create mode 100644 arch/arm64/boot/dts/qcom/sm8450-samsung-r0q.dts -- I don't work for Nazis and criminals, and neither should you. Boycott Putin, Trump, and Musk!
On Wed, 16 Jul 2025 23:17:08 +0000, Violet wrote: > Changes in v6: > - Remove debug features (bootargs, etc) that slipped in the v5 DTS > - Format and organize nodes correctly based on existing DTS, > move "status = "okay";" to the bottom always > - Solve "ddr_device_type" and "qcom,rmtfs-mem" warnings, the rest are > from existing SoC .dtsi > - Disable buttons, ufs and other features for later revision > > Signed-off-by: Violet <violet@atl.tools> > > Violet (2): > dt-bindings: arm: qcom: document r0q board binding > arm64: dts: qcom: add initial support for Samsung Galaxy S22 > > .../devicetree/bindings/arm/qcom.yaml | 1 + > arch/arm64/boot/dts/qcom/Makefile | 1 + > .../boot/dts/qcom/sm8450-samsung-r0q.dts | 145 ++++++++++++++++++ > 3 files changed, 147 insertions(+) > create mode 100644 arch/arm64/boot/dts/qcom/sm8450-samsung-r0q.dts > > -- > 2.50.1 > > > 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 This patch series was applied (using b4) to base: Base: attempting to guess base-commit... Base: failed to guess base If this is not the correct base, please add 'base-commit' tag (or use b4 which does this automatically) New warnings running 'make CHECK_DTBS=y for arch/arm64/boot/dts/qcom/' for 20250716231710.99983-1-violet@atl.tools: arch/arm64/boot/dts/qcom/sm8450-samsung-r0q.dtb: clock-controller@aaf0000 (qcom,sm8450-videocc): power-domains: [[98, 6]] is too short from schema $id: http://devicetree.org/schemas/clock/qcom,sm8450-videocc.yaml# arch/arm64/boot/dts/qcom/sm8450-samsung-r0q.dtb: clock-controller@aaf0000 (qcom,sm8450-videocc): required-opps: [[55]] is too short from schema $id: http://devicetree.org/schemas/clock/qcom,sm8450-videocc.yaml# arch/arm64/boot/dts/qcom/sm8450-samsung-r0q.dtb: clock-controller@aaf0000 (qcom,sm8450-videocc): Unevaluated properties are not allowed ('power-domains', 'required-opps' were unexpected) from schema $id: http://devicetree.org/schemas/clock/qcom,sm8450-videocc.yaml# arch/arm64/boot/dts/qcom/sm8450-samsung-r0q.dtb: clock-controller@ade0000 (qcom,sm8450-camcc): power-domains: [[98, 6]] is too short from schema $id: http://devicetree.org/schemas/clock/qcom,sm8450-camcc.yaml# arch/arm64/boot/dts/qcom/sm8450-samsung-r0q.dtb: clock-controller@ade0000 (qcom,sm8450-camcc): required-opps: [[55]] is too short from schema $id: http://devicetree.org/schemas/clock/qcom,sm8450-camcc.yaml#
On Wed, Jul 16, 2025 at 11:17:08PM +0000, Violet wrote: > Changes in v6: > - Remove debug features (bootargs, etc) that slipped in the v5 DTS > - Format and organize nodes correctly based on existing DTS, > move "status = "okay";" to the bottom always > - Solve "ddr_device_type" and "qcom,rmtfs-mem" warnings, the rest are > from existing SoC .dtsi > - Disable buttons, ufs and other features for later revision How this can be v6? Someone (you?) sent last time v2? Where is the rest of changelog? v1, v2, v3, v4, v5? Or at least lore links to previous discussions and changelogs? Best regards, Krzysztof
© 2016 - 2025 Red Hat, Inc.