[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <175856183851.499898.2147562889507523573.robh@kernel.org>
Date: Mon, 22 Sep 2025 12:27:42 -0500
From: "Rob Herring (Arm)" <robh@...nel.org>
To: Rudraksha Gupta <guptarud@...il.com>
Cc: Conor Dooley <conor+dt@...nel.org>, devicetree@...r.kernel.org,
linux-arm-kernel@...ts.infradead.org, linux-rockchip@...ts.infradead.org,
Heiko Stuebner <heiko@...ech.de>,
"Leonardo G. Trombetta" <lgtrombetta@....com>,
Krzysztof Kozlowski <krzk+dt@...nel.org>, linux-kernel@...r.kernel.org,
Ondrej Jirman <megi@....cz>
Subject: Re: [PATCH v3 0/5] Upstreaming Pinephone Pro Patches
On Sun, 21 Sep 2025 14:05:53 -0700, Rudraksha Gupta wrote:
> Throughout the years, many have contributed to the Pinephone Pro (ppp)
> development. Unfortunately, these patches are scattered around various
> repositories in different states.
>
> I will be attempting to upstream these patches. I will start off with the
> following small series:
> - Add light/proximity sensor support
> - https://codeberg.org/megi/linux/commit/f171bc7013bc7ad3de9af817bfbcbfa548ebe01c
> - Add accelerometer sensor support
> - https://codeberg.org/megi/linux/commit/b0bb7633e073a6760fa213b8c4a78ea2e73c7bf1
> - Add magnetometer sensor support
> - https://codeberg.org/megi/linux/commit/2f7e67f451f16eaf15b81aa1dbdf126d54927d35
> - Add mount-matrix for magnetometer
> - https://codeberg.org/megi/linux/commit/d7cd2eab931e32fa94408a96d73b4e6c0616107a
> - Fix voltage threshold for volume down key
> - https://codeberg.org/megi/linux/commit/7c496a5cc27ed4e38b740f36c2d8b2c62f80ae54
>
> Signed-off-by: Rudraksha Gupta <guptarud@...il.com>
> ---
> Changes in v3:
> - change magnetometer mount matrix
> - update volume button threshold
> - Link to v2: https://lore.kernel.org/r/20250921-ppp_light_accel_mag_vol-down-v2-0-e6bcc6ca74ae@gmail.com
>
> Changes in v2:
> - remove usb-typec node in dts from light/proximity sensor patch
> - Link to v1: https://lore.kernel.org/r/20250920-ppp_light_accel_mag_vol-down-v1-0-c8bbcd3e2e94@gmail.com
>
> ---
> Leonardo G. Trombetta (1):
> arm64: dts: rk3399-pinephone-pro: Add mount-matrix for magnetometer
>
> Ondrej Jirman (4):
> arm64: dts: rk3399-pinephone-pro: Add light/proximity sensor support
> arm64: dts: rk3399-pinephone-pro: Add accelerometer sensor support
> arm64: dts: rk3399-pinephone-pro: Add magnetometer sensor support
> arm64: dts: rk3399-pinephone-pro: Fix voltage threshold for volume keys
>
> .../boot/dts/rockchip/rk3399-pinephone-pro.dts | 42 ++++++++++++++++++++--
> 1 file changed, 40 insertions(+), 2 deletions(-)
> ---
> base-commit: f83ec76bf285bea5727f478a68b894f5543ca76e
> change-id: 20250920-ppp_light_accel_mag_vol-down-817c84fdae8d
>
> Best regards,
> --
> Rudraksha Gupta <guptarud@...il.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 f83ec76bf285bea5727f478a68b894f5543ca76e
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/rockchip/' for 20250921-ppp_light_accel_mag_vol-down-v3-0-7af6651f77e4@...il.com:
arch/arm64/boot/dts/rockchip/rk3399-pinephone-pro.dtb: light-sensor@48 (sensortek,stk3311): 'leda-supply', 'vdd-supply' do not match any of the regexes: '^pinctrl-[0-9]+$'
from schema $id: http://devicetree.org/schemas/iio/light/stk33xx.yaml#
Powered by blists - more mailing lists