[BACK]Return to rk3036-kylin.dts 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/rk3036-kylin.dts between version 1.1.1.6 and 1.1.1.7

version 1.1.1.6, 2020/01/03 14:33:07 version 1.1.1.7, 2021/11/07 16:50:03
Line 16 
Line 16 
         leds: gpio-leds {          leds: gpio-leds {
                 compatible = "gpio-leds";                  compatible = "gpio-leds";
   
                 work {                  work_led: led-0 {
                         gpios = <&gpio2 RK_PD6 GPIO_ACTIVE_HIGH>;                          gpios = <&gpio2 RK_PD6 GPIO_ACTIVE_HIGH>;
                         label = "kylin:red:led";                          label = "kylin:red:led";
                         pinctrl-names = "default";                          pinctrl-names = "default";
Line 319 
Line 319 
         bus-width = <4>;          bus-width = <4>;
         cap-sd-highspeed;          cap-sd-highspeed;
         cap-sdio-irq;          cap-sdio-irq;
         default-sample-phase = <90>;          rockchip,default-sample-phase = <90>;
         keep-power-in-suspend;          keep-power-in-suspend;
         mmc-pwrseq = <&sdio_pwrseq>;          mmc-pwrseq = <&sdio_pwrseq>;
         non-removable;          non-removable;
Line 390 
Line 390 
                 };                  };
         };          };
   
         sleep {          suspend {
                 global_pwroff: global-pwroff {                  global_pwroff: global-pwroff {
                         rockchip,pins = <2 RK_PA7 1 &pcfg_pull_none>;                          rockchip,pins = <2 RK_PA7 1 &pcfg_pull_none>;
                 };                  };

Legend:
Removed from v.1.1.1.6  
changed lines
  Added in v.1.1.1.7

CVSweb <webmaster@jp.NetBSD.org>