[PATCH 06/11] ARM: dts: imx: Add imx6sll EVK board dts support
From: ping.bai@nxp.com (Jacky Bai)
Date: 2016-12-06 08:39:06
Also in:
linux-clk, linux-devicetree, linux-gpio
Hi Fabio, Please see below.
Subject: Re: [PATCH 06/11] ARM: dts: imx: Add imx6sll EVK board dts support On Fri, Dec 2, 2016 at 4:39 AM, Bai Ping [off-list ref] wrote:quoted
Add basic dts support for imx6sll EVK baoard.s/baord/board
ok, I will fix this typo.
quoted
+ battery: max8903 at 0 { + compatible = "fsl,max8903-charger"; + pinctrl-names = "default"; + dok_input = <&gpio4 13 1>; + uok_input = <&gpio4 13 1>; + chg_input = <&gpio4 15 1>; + flt_input = <&gpio4 14 1>; + fsl,dcm_always_high; + fsl,dc_valid; + fsl,adc_disable;These properties do not exist in mainline, please remove them.
ok, thanks for you comment.
quoted
+ status = "okay"; + }; + + pxp_v4l2_out { + compatible = "fsl,imx6sl-pxp-v4l2"; + status = "okay"; + };We don't have pxp support in mainline kernel, please remove it.
Ok, I will remove it.
quoted
+ + regulators { + compatible = "simple-bus"; + #address-cells = <1>; + #size-cells = <0>;Please remove it and place the regulator nodes directly as below:
ok, I will fix it.
quoted
+ + reg_usb_otg1_vbus: regulator at 0 { + compatible = "regulator-fixed"; + reg = <0>; + regulator-name = "usb_otg1_vbus"; + regulator-min-microvolt = <5000000>; + regulator-max-microvolt = <5000000>; + gpio = <&gpio4 0 GPIO_ACTIVE_HIGH>; + enable-active-high; + };reg_usb_otg1_vbus: regulator-usb-otg1-vbus { compatible = "regulator-fixed"; regulator-name = "usb_otg1_vbus"; regulator-min-microvolt = <5000000>; regulator-max-microvolt = <5000000>; gpio = <&gpio4 0 GPIO_ACTIVE_HIGH>; enable-active-high; };quoted
+&cpu0 { + arm-supply = <&sw1a_reg>; + soc-supply = <&sw1c_reg>; +};This is only for LDO bypass mode, right? We don't support LDO-bypass in mainline.
On i.MX6SLL, no internal LDO for ARM and SOC. We can only use external regulator for DVFS.
quoted
+&gpc { + fsl,ldo-bypass = <1>;We don't support ldo-bypass in mainline, please remove it.quoted
+&pxp { + status = "okay"; +};We don't support PXP in mainline, please remove it.
ok I will remove it. BR Jacky Bai