Add pcfg_pull_none_18ma and pcfg_output_low to the dtsi file, as they are needed by some boards. Signed-off-by: Ezequiel Garcia <ezequiel at collabora.com> --- arch/arm64/boot/dts/rockchip/rk3399.dtsi | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/arch/arm64/boot/dts/rockchip/rk3399.dtsi b/arch/arm64/boot/dts/rockchip/rk3399.dtsi index 37fddec1dadf..27dd73d2b9f6 100644 --- a/arch/arm64/boot/dts/rockchip/rk3399.dtsi +++ b/arch/arm64/boot/dts/rockchip/rk3399.dtsi @@ -1932,6 +1932,11 @@ drive-strength = <12>; }; + pcfg_pull_none_18ma: pcfg-pull-none-18ma { + bias-disable; + drive-strength = <18>; + }; + pcfg_pull_up_8ma: pcfg-pull-up-8ma { bias-pull-up; drive-strength = <8>; @@ -1957,6 +1962,10 @@ drive-strength = <13>; }; + pcfg_output_low: pcfg-output-low { + output-low; + }; + clock { clk_32k: clk-32k { rockchip,pins = <0 0 RK_FUNC_2 &pcfg_pull_none>; -- 2.18.0.rc2