1*aa8e00faSJoonyoung Shim* Samsung eMMC reset 2*aa8e00faSJoonyoung Shim 3*aa8e00faSJoonyoung ShimSome exynos boards require special handling of nRESET_OUT line for eMMC memory 4*aa8e00faSJoonyoung Shimto perform complete reboot. 5*aa8e00faSJoonyoung Shim 6*aa8e00faSJoonyoung ShimRequired properties: 7*aa8e00faSJoonyoung Shim- compatible: should be "samsung,emmc-reset" 8*aa8e00faSJoonyoung Shim- reset-gpio: gpio chip for eMMC reset. 9*aa8e00faSJoonyoung Shim 10*aa8e00faSJoonyoung ShimExample: 11*aa8e00faSJoonyoung Shim 12*aa8e00faSJoonyoung Shimemmc-reset { 13*aa8e00faSJoonyoung Shim compatible = "samsung,emmc-reset"; 14*aa8e00faSJoonyoung Shim reset-gpio = <&gpk1 2 0>; 15*aa8e00faSJoonyoung Shim}; 16