[PATCH 4/5] arm64: dts: meson: gxl: add i2c C pins

Neil Armstrong narmstrong at baylibre.com
Fri Dec 20 11:16:57 CET 2019


On 19/12/2019 19:36, Jerome Brunet wrote:
> Add dv18 i2c C pins on the gxl SoC
> 
> Signed-off-by: Jerome Brunet <jbrunet at baylibre.com>
> ---
>  arch/arm/dts/meson-gxl.dtsi | 9 +++++++++
>  1 file changed, 9 insertions(+)
> 
> diff --git a/arch/arm/dts/meson-gxl.dtsi b/arch/arm/dts/meson-gxl.dtsi
> index d5c3d78aafeb..4ef11e5381d8 100644
> --- a/arch/arm/dts/meson-gxl.dtsi
> +++ b/arch/arm/dts/meson-gxl.dtsi
> @@ -511,6 +511,15 @@
>  			};
>  		};
>  
> +		i2c_c_dv18_pins: i2c_c_dv18 {
> +			mux {
> +				groups = "i2c_sck_c_dv19",
> +				      "i2c_sda_c_dv18";
> +				function = "i2c_c";
> +				bias-disable;
> +			};
> +		};
> +
>  		eth_pins: eth_c {
>  			mux {
>  				groups = "eth_mdio",
> 


For this one and the next one, I'll prefer a sync of Linux DT from a stable tag,
either from Linux tree, or Kevin's arm-soc PR.

Neil


More information about the U-Boot mailing list