]> www.infradead.org Git - users/jedix/linux-maple.git/commit
arm64: dts: qcom: sm6350: Align reg properties with latest style
authorLuca Weiss <luca.weiss@fairphone.com>
Mon, 24 Mar 2025 08:41:01 +0000 (09:41 +0100)
committerBjorn Andersson <andersson@kernel.org>
Sat, 10 May 2025 16:50:10 +0000 (11:50 -0500)
commita0a287b4776a3e8d559383e057cca384b3255813
tree740f4a7b2760f46134a9d8d8f44c1b2358290656
parent8881698cbd8df8966bcc5fd6b500f2b048d5f0fe
arm64: dts: qcom: sm6350: Align reg properties with latest style

While in the past the 'reg' properties were often written using decimal
'0' for #address-cells = <2> & #size-cells = <2>, nowadays the style is
to use hexadecimal '0x0' instead.

Align this dtsi file to the new style to make it consistent, and don't
use mixed 0x0 and 0 anymore.

Signed-off-by: Luca Weiss <luca.weiss@fairphone.com>
Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
Link: https://lore.kernel.org/r/20250324-sm6350-videocc-v2-1-cc22386433f4@fairphone.com
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
arch/arm64/boot/dts/qcom/sm6350.dtsi