[PATCH 5/7] riscv: dts: spacemit: Update PMIC supply properties for OrangePi RV2

Konstantin Ryabitsev konstantin at linuxfoundation.org
Sat Jan 31 21:18:01 PST 2026


On Sun, 01 Feb 2026 05:38:12 +0800, Han Gao <gaohan at iscas.ac.cn> wrote:
> diff --git a/arch/riscv/boot/dts/spacemit/k1-orangepi-rv2.dts 
> b/arch/riscv/boot/dts/spacemit/k1-orangepi-rv2.dts
> index d8d0baaec731..c0a0c96f2ac4 100644
> --- a/arch/riscv/boot/dts/spacemit/k1-orangepi-rv2.dts
> +++ b/arch/riscv/boot/dts/spacemit/k1-orangepi-rv2.dts
> @@ -134,7 +134,15 @@ pmic at 41 {
>  		compatible = "spacemit,p1";
>  		reg = <0x41>;
>  		interrupts = <64>;
> -		vin-supply = <&reg_vcc_4v>;
> +		vin1-supply = <&reg_vcc_4v>;
> +		vin2-supply = <&reg_vcc_4v>;

These per-rail supply properties (vin1-supply through dldoin2-supply)
are not declared in the spacemit,p1.yaml binding, which only has
vin-supply.  With unevaluatedProperties: false on the PMIC node, these
will cause dtbs_check failures.  The binding needs to be updated to
match, or these should remain as the single vin-supply.

-- 
Konstantin Ryabitsev <konstantin at linuxfoundation.org>



More information about the linux-riscv mailing list