[PATCH v4 2/2] ARM: dts: imx: Add basic dts support for imx6sll EVK board
Rob Herring
robh at kernel.org
Fri Mar 9 15:44:29 PST 2018
On Thu, Mar 08, 2018 at 06:03:44PM +0800, Bai Ping wrote:
> Add dts file support for imx6sll EVK board.
>
> Signed-off-by: Bai Ping <ping.bai at nxp.com>
> ---
> change v3->v4
> - update the license indentifier
> - remove leading zero of node
> - remove unused pin from hog group
> ---
> Documentation/devicetree/bindings/arm/fsl.txt | 4 +
> arch/arm/boot/dts/Makefile | 2 +
> arch/arm/boot/dts/imx6sll-evk.dts | 372 ++++++++++++++++++++++++++
> 3 files changed, 378 insertions(+)
> create mode 100644 arch/arm/boot/dts/imx6sll-evk.dts
One nit, otherwise:
Reviewed-by: Rob Herring <robh at kernel.org>
> +&i2c1 {
> + clock-frequency = <100000>;
> + pinctrl-names = "default";
> + pinctrl-0 = <&pinctrl_i2c1>;
> + status = "okay";
> +
> + pmic: pfuze100 at 8 {
pmic at ...
> + compatible = "fsl,pfuze100";
> + reg = <0x08>;
More information about the linux-arm-kernel
mailing list