[BACK]Return to rk3288-evb.dtsi CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / external / gpl2 / dts / dist / arch / arm / boot / dts

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/rk3288-evb.dtsi between version 1.1.1.3 and 1.1.1.4

version 1.1.1.3, 2019/01/22 14:57:02 version 1.1.1.4, 2020/01/03 14:33:16
Line 97 
Line 97 
         };          };
   
         panel: panel {          panel: panel {
                 compatible ="lg,lp079qx1-sp0v", "simple-panel";                  compatible = "lg,lp079qx1-sp0v", "simple-panel";
                 backlight = <&backlight>;                  backlight = <&backlight>;
                 enable-gpios = <&gpio7 RK_PA4 GPIO_ACTIVE_HIGH>;                  enable-gpios = <&gpio7 RK_PA4 GPIO_ACTIVE_HIGH>;
                 pinctrl-0 = <&lcd_cs>;                  pinctrl-0 = <&lcd_cs>;
Line 314 
Line 314 
   
         backlight {          backlight {
                 bl_en: bl-en {                  bl_en: bl-en {
                         rockchip,pins = <7 2 RK_FUNC_GPIO &pcfg_pull_none>;                          rockchip,pins = <7 RK_PA2 RK_FUNC_GPIO &pcfg_pull_none>;
                 };                  };
         };          };
   
         buttons {          buttons {
                 pwrbtn: pwrbtn {                  pwrbtn: pwrbtn {
                         rockchip,pins = <0 5 RK_FUNC_GPIO &pcfg_pull_up>;                          rockchip,pins = <0 RK_PA5 RK_FUNC_GPIO &pcfg_pull_up>;
                 };                  };
         };          };
   
         lcd {          lcd {
                 lcd_cs: lcd-cs {                  lcd_cs: lcd-cs {
                         rockchip,pins = <7 4 RK_FUNC_GPIO &pcfg_pull_none>;                          rockchip,pins = <7 RK_PA4 RK_FUNC_GPIO &pcfg_pull_none>;
                 };                  };
         };          };
   
         pmic {          pmic {
                 pmic_int: pmic-int {                  pmic_int: pmic-int {
                         rockchip,pins = <RK_GPIO0 4 RK_FUNC_GPIO &pcfg_pull_up>;                          rockchip,pins = <0 RK_PA4 RK_FUNC_GPIO &pcfg_pull_up>;
                 };                  };
         };          };
   
Line 342 
Line 342 
                  * high-speed mode on EVB board so bump up to 8ma.                   * high-speed mode on EVB board so bump up to 8ma.
                  */                   */
                 sdmmc_bus4: sdmmc-bus4 {                  sdmmc_bus4: sdmmc-bus4 {
                         rockchip,pins = <6 16 RK_FUNC_1 &pcfg_pull_up_drv_8ma>,                          rockchip,pins = <6 RK_PC0 1 &pcfg_pull_up_drv_8ma>,
                                         <6 17 RK_FUNC_1 &pcfg_pull_up_drv_8ma>,                                          <6 RK_PC1 1 &pcfg_pull_up_drv_8ma>,
                                         <6 18 RK_FUNC_1 &pcfg_pull_up_drv_8ma>,                                          <6 RK_PC2 1 &pcfg_pull_up_drv_8ma>,
                                         <6 19 RK_FUNC_1 &pcfg_pull_up_drv_8ma>;                                          <6 RK_PC3 1 &pcfg_pull_up_drv_8ma>;
                 };                  };
   
                 sdmmc_clk: sdmmc-clk {                  sdmmc_clk: sdmmc-clk {
                         rockchip,pins = <6 20 RK_FUNC_1 &pcfg_pull_none_drv_8ma>;                          rockchip,pins = <6 RK_PC4 1 &pcfg_pull_none_drv_8ma>;
                 };                  };
   
                 sdmmc_cmd: sdmmc-cmd {                  sdmmc_cmd: sdmmc-cmd {
                         rockchip,pins = <6 21 RK_FUNC_1 &pcfg_pull_up_drv_8ma>;                          rockchip,pins = <6 RK_PC5 1 &pcfg_pull_up_drv_8ma>;
                 };                  };
   
                 sdmmc_pwr: sdmmc-pwr {                  sdmmc_pwr: sdmmc-pwr {
                         rockchip,pins = <7 11 RK_FUNC_GPIO &pcfg_pull_none>;                          rockchip,pins = <7 RK_PB3 RK_FUNC_GPIO &pcfg_pull_none>;
                 };                  };
         };          };
   
         usb {          usb {
                 host_vbus_drv: host-vbus-drv {                  host_vbus_drv: host-vbus-drv {
                         rockchip,pins = <0 14 RK_FUNC_GPIO &pcfg_pull_none>;                          rockchip,pins = <0 RK_PB6 RK_FUNC_GPIO &pcfg_pull_none>;
                 };                  };
         };          };
   
         eth_phy {          eth_phy {
                 eth_phy_pwr: eth-phy-pwr {                  eth_phy_pwr: eth-phy-pwr {
                         rockchip,pins = <0 6 RK_FUNC_GPIO &pcfg_pull_none>;                          rockchip,pins = <0 RK_PA6 RK_FUNC_GPIO &pcfg_pull_none>;
                 };                  };
         };          };
 };  };

Legend:
Removed from v.1.1.1.3  
changed lines
  Added in v.1.1.1.4

CVSweb <webmaster@jp.NetBSD.org>