Re: [PATCH] arm64: dts: rockchip: Add pinctrl gpio-ranges for rk356x

From: Krzysztof Kozlowski
Date: Thu Apr 13 2023 - 12:11:55 EST


On 13/04/2023 16:43, John Clark wrote:
> Add gpio-range properties to the pinctrl gpio nodes in rk356x.dtsi
>
> Signed-off-by: John Clark <inindev@xxxxxxxxx>
> ---
> arch/arm64/boot/dts/rockchip/rk356x.dtsi | 7 ++++++-
> 1 file changed, 6 insertions(+), 1 deletion(-)
>
> diff --git a/arch/arm64/boot/dts/rockchip/rk356x.dtsi b/arch/arm64/boot/dts/rockchip/rk356x.dtsi
> index 802fcc96384e..793dbcb981dc 100644
> --- a/arch/arm64/boot/dts/rockchip/rk356x.dtsi
> +++ b/arch/arm64/boot/dts/rockchip/rk356x.dtsi
> @@ -1796,11 +1796,11 @@ usb2phy1_otg: otg-port {
>
> pinctrl: pinctrl {
> compatible = "rockchip,rk3568-pinctrl";
> + ranges;
> rockchip,grf = <&grf>;
> rockchip,pmu = <&pmugrf>;
> #address-cells = <2>;
> #size-cells = <2>;
> - ranges;

Not related to your patch.

Best regards,
Krzysztof