> +&blsp_i2c3 { > + status = "okay"; > + > + imu@68 { > + compatible = "bosch,bmi160"; > + reg = <0x68>; > + > + vdd-supply = <&pm8916_l17>; > + vddio-supply = <&pm8916_l6>; > + > + mount-matrix = "0", "1", "0", > + "-1", "0", "0", > + "0", "0", "1"; > + }; > + > + magnetometer@d { > + compatible = "asahi-kasei,ak09911"; > + reg = <0x0d>; > + > + vdd-supply = <&pm8916_l17>; > + vid-supply = <&pm8916_l6>; > + > + reset-gpios = <&msmgpio 111 GPIO_ACTIVE_LOW>; > + > + pinctrl-names = "default"; > + pinctrl-0 = <&mag_reset_default>; > + }; > +}; Please sort I2C devices by their address. > }; > > + mag_reset_default: mag-reset-default { > + pins = "gpio111"; > + function = "gpio"; > + > + drive-strength = <2>; > + bias-disable; > + }; > + Please add this after gpio110 to keep it sorted gpio-number-wise. Konrad
- [PATCH 0/3] Add initial support for BQ Aquaris X5 Jonathan Albrieux
- [PATCH 1/3] arm64: dts: qcom: Add device tree for B... Jonathan Albrieux
- Re: [PATCH 1/3] arm64: dts: qcom: Add device tr... Konrad Dybcio
- Re: [PATCH 1/3] arm64: dts: qcom: Add devic... Stephan Gerhold
- [PATCH 2/3] arm64: dts: qcom: msm8916: Add blsp_i2c... Jonathan Albrieux
- Re: [PATCH 2/3] arm64: dts: qcom: msm8916: Add ... Konrad Dybcio
- Re: [PATCH 2/3] arm64: dts: qcom: msm8916: Add ... Stephan Gerhold
- [PATCH 3/3] arm64: dts: qcom: msm8916-longcheer-l89... Jonathan Albrieux
- Re: [PATCH 3/3] arm64: dts: qcom: msm8916-longc... Konrad Dybcio
- Re: [PATCH 3/3] arm64: dts: qcom: msm8916-l... Stephan Gerhold
- Re: [PATCH 3/3] arm64: dts: qcom: msm89... Jonathan Albrieux
- Re: [PATCH 0/3] Add initial support for BQ Aquaris ... Pavel Machek
- Re: [PATCH 0/3] Add initial support for BQ Aqua... Stephan Gerhold