Documentation/devicetree/bindings/arm/qcom.yaml | 1 + .../devicetree/bindings/vendor-prefixes.yaml | 2 + arch/arm64/boot/dts/qcom/Makefile | 1 + .../arm64/boot/dts/qcom/msm8953-flipkart-rimob.dts | 255 +++++++++++++++++++++ 4 files changed, 259 insertions(+)
Billion Capture+ is a handset using the MSM8953 SoC released in 2017 and sold by Flipkart. Add a device tree with initial support for: - GPIO keys - SDHCI (internal and external storage) - USB Device Mode - Regulators - Simple framebuffer Signed-off-by: Cristian Cozzolino <cristian_ci@protonmail.com> --- Changes in v4: - pick up tags (Rob); - Link to v3: https://lore.kernel.org/r/20250626-rimob-initial-devicetree-v3-0-4017ac9fd93d@protonmail.com Changes in v3: - (patch 3/3): pick up tag (Konrad); - Link to v2: https://lore.kernel.org/r/20250624-rimob-initial-devicetree-v2-0-34f6045ebc30@protonmail.com Changes in v2: - (patch 3/3): - add unit address and label to qseecom (Luca); - reorder properties alphabetically in gpio-keys node (Konrad); - fix hex values in reg address and size cells: from 0x00 to 0x0 (Konrad); - add regulator-allow-set-load property to regulators supplying sdhc1/sdhc2. - Link to v1: https://lore.kernel.org/r/20250620-rimob-initial-devicetree-v1-0-8e667ea21f82@protonmail.com --- Cristian Cozzolino (3): dt-bindings: vendor-prefixes: Add Flipkart dt-bindings: arm: qcom: Add Billion Capture+ arm64: dts: qcom: msm8953: Add device tree for Billion Capture+ Documentation/devicetree/bindings/arm/qcom.yaml | 1 + .../devicetree/bindings/vendor-prefixes.yaml | 2 + arch/arm64/boot/dts/qcom/Makefile | 1 + .../arm64/boot/dts/qcom/msm8953-flipkart-rimob.dts | 255 +++++++++++++++++++++ 4 files changed, 259 insertions(+) --- base-commit: 0ff41df1cb268fc69e703a08a57ee14ae967d0ca change-id: 20250620-rimob-initial-devicetree-da86a5bffc8b Best regards, -- Cristian Cozzolino <cristian_ci@protonmail.com>
On Sun, 29 Jun 2025 08:44:36 +0200, Cristian Cozzolino wrote: > Billion Capture+ is a handset using the MSM8953 SoC released in 2017 > and sold by Flipkart. > > Add a device tree with initial support for: > > - GPIO keys > - SDHCI (internal and external storage) > - USB Device Mode > - Regulators > - Simple framebuffer > > Signed-off-by: Cristian Cozzolino <cristian_ci@protonmail.com> > --- > Changes in v4: > - pick up tags (Rob); > - Link to v3: https://lore.kernel.org/r/20250626-rimob-initial-devicetree-v3-0-4017ac9fd93d@protonmail.com > > Changes in v3: > - (patch 3/3): pick up tag (Konrad); > - Link to v2: https://lore.kernel.org/r/20250624-rimob-initial-devicetree-v2-0-34f6045ebc30@protonmail.com > > Changes in v2: > - (patch 3/3): > - add unit address and label to qseecom (Luca); > - reorder properties alphabetically in gpio-keys node (Konrad); > - fix hex values in reg address and size cells: from 0x00 to 0x0 (Konrad); > - add regulator-allow-set-load property to regulators supplying sdhc1/sdhc2. > - Link to v1: https://lore.kernel.org/r/20250620-rimob-initial-devicetree-v1-0-8e667ea21f82@protonmail.com > > --- > Cristian Cozzolino (3): > dt-bindings: vendor-prefixes: Add Flipkart > dt-bindings: arm: qcom: Add Billion Capture+ > arm64: dts: qcom: msm8953: Add device tree for Billion Capture+ > > Documentation/devicetree/bindings/arm/qcom.yaml | 1 + > .../devicetree/bindings/vendor-prefixes.yaml | 2 + > arch/arm64/boot/dts/qcom/Makefile | 1 + > .../arm64/boot/dts/qcom/msm8953-flipkart-rimob.dts | 255 +++++++++++++++++++++ > 4 files changed, 259 insertions(+) > --- > base-commit: 0ff41df1cb268fc69e703a08a57ee14ae967d0ca > change-id: 20250620-rimob-initial-devicetree-da86a5bffc8b > > Best regards, > -- > Cristian Cozzolino <cristian_ci@protonmail.com> > > > 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: using specified base-commit 0ff41df1cb268fc69e703a08a57ee14ae967d0ca 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 20250629-rimob-initial-devicetree-v4-0-7cf84fa142af@protonmail.com: arch/arm64/boot/dts/qcom/msm8953-flipkart-rimob.dtb: gpu@1c00000 (qcom,adreno-506.0): clock-names:5: 'alwayson' is not one of ['core', 'iface', 'mem', 'mem_iface', 'alt_mem_iface', 'gfx3d', 'rbbmtimer', 'rbcpr'] from schema $id: http://devicetree.org/schemas/display/msm/gpu.yaml#
On 29-Jun-25 08:44, Cristian Cozzolino via B4 Relay wrote: > Billion Capture+ is a handset using the MSM8953 SoC released in 2017 > and sold by Flipkart. > > Add a device tree with initial support for: > > - GPIO keys > - SDHCI (internal and external storage) > - USB Device Mode > - Regulators > - Simple framebuffer > > Signed-off-by: Cristian Cozzolino <cristian_ci@protonmail.com> > --- > Changes in v4: > - pick up tags (Rob); > - Link to v3: https://lore.kernel.org/r/20250626-rimob-initial-devicetree-v3-0-4017ac9fd93d@protonmail.com > > Changes in v3: > - (patch 3/3): pick up tag (Konrad); > - Link to v2: https://lore.kernel.org/r/20250624-rimob-initial-devicetree-v2-0-34f6045ebc30@protonmail.com Resending just to pick up tags is not necessary, maintainer scripts take care of grabbing them Konrad
On Monday, June 30th, 2025 at 12:37, Konrad Dybcio <konrad.dybcio@oss.qualcomm.com> wrote: > > On 29-Jun-25 08:44, Cristian Cozzolino via B4 Relay wrote: > > > Billion Capture+ is a handset using the MSM8953 SoC released in 2017 > > and sold by Flipkart. > > > > Add a device tree with initial support for: > > > > - GPIO keys > > - SDHCI (internal and external storage) > > - USB Device Mode > > - Regulators > > - Simple framebuffer > > > > Signed-off-by: Cristian Cozzolino cristian_ci@protonmail.com > > --- > > Changes in v4: > > - pick up tags (Rob); > > - Link to v3: https://lore.kernel.org/r/20250626-rimob-initial-devicetree-v3-0-4017ac9fd93d@protonmail.com > > > > Changes in v3: > > - (patch 3/3): pick up tag (Konrad); > > - Link to v2: https://lore.kernel.org/r/20250624-rimob-initial-devicetree-v2-0-34f6045ebc30@protonmail.com > > > Resending just to pick up tags is not necessary, maintainer scripts > take care of grabbing them > > Konrad BTW, I'm not sure about that.
© 2016 - 2025 Red Hat, Inc.