On Tue 2018-11-06 23:07:13, Jacek Anaszewski wrote: > Refer to new "function" and "color" properties and mark "label" > as deprecated. > > Signed-off-by: Jacek Anaszewski <[email protected]> > Cc: Xiaotong Lu <[email protected]> > Cc: Baolin Wang <[email protected]>
Don't you want to keep both color and label? New dts on old kernel
should still work...?
Ok, I see these are only examples....
Pavel
> @@ -25,17 +27,17 @@ led-controller@200 {
> reg = <0x200>;
>
> led@0 {
> - label = "red";
> + color = "red";
> reg = <0x0>;
> };
>
> led@1 {
> - label = "green";
> + color = "green";
> reg = <0x1>;
> };
>
> led@2 {
> - label = "blue";
> + color = "blue";
> reg = <0x2>;
> };
> };
--
(english) http://www.livejournal.com/~pavelmachek
(cesky, pictures)
http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html
signature.asc
Description: Digital signature

