X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include%2Freset.h;h=4fac4e6a202a1d19d128d5987082cc31dd01ff4b;hb=504bf790da08db9b4a443566cf6ef577f9c7996a;hp=57bbc0b49de09f48bf2070c6ce35c9da7cc8738d;hpb=c23b33f5311abe32db96884318996d2b41db4c94;p=platform%2Fkernel%2Fu-boot.git diff --git a/include/reset.h b/include/reset.h index 57bbc0b..4fac4e6 100644 --- a/include/reset.h +++ b/include/reset.h @@ -44,6 +44,8 @@ struct udevice; * @data: An optional data field for scenarios where a single integer ID is not * sufficient. If used, it can be populated through an .of_xlate op and * processed during the various reset ops. + * @polarity: An optional polarity field for drivers that support + * different reset polarities. * * Should additional information to identify and configure any reset signal * for any provider be required in the future, the struct could be expanded to @@ -60,6 +62,7 @@ struct reset_ctl { */ unsigned long id; unsigned long data; + unsigned long polarity; }; /**