Re: [PATCH 3/3] Documentation: state: add unit name to state variable in DT

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Also for the rest of this series:

Tested-by: Roland Hieber <r.hieber@xxxxxxxxxxxxxx>

:)

 - Roland

On Tue, Jul 10, 2018 at 11:50:03AM +0200, Ulrich Ölmann wrote:
> Starting with DT compiler version 1.4.6 (included since v2018.07.0) one gets
> warnings
> 
>   <node>: node has a reg or ranges property, but no unit name
> 
> if the first address field of a reg-property is not taken as the unit name for
> its parent node.
> 
> Signed-off-by: Ulrich Ölmann <u.oelmann@xxxxxxxxxxxxxx>
> ---
>  Documentation/user/state.rst | 10 +++++-----
>  1 file changed, 5 insertions(+), 5 deletions(-)
> 
> diff --git a/Documentation/user/state.rst b/Documentation/user/state.rst
> index 843705bdb6f3..89129add7733 100644
> --- a/Documentation/user/state.rst
> +++ b/Documentation/user/state.rst
> @@ -475,7 +475,7 @@ content, its backend-type and *state* variable set layout.
>  		backend-storage-type = "circular";
>  		backend-stridesize = <32>;
>  
> -		variable {
> +		variable@0 {
>  			reg = <0x0 0x1>;
>  			type ="uint8";
>  			default = <0x1>;
> @@ -524,7 +524,7 @@ content, its backend-type and *state* variable layout.
>  		backend = <&backend_state_nand>;
>  		backend-storage-type = "circular";
>  
> -		variable {
> +		variable@0 {
>  			reg = <0x0 0x1>;
>  			type ="uint8";
>  			default = <0x1>;
> @@ -566,7 +566,7 @@ content, its backend-type and *state* variable layout.
>  		backend = <&backend_state_sd>;
>  		backend-stridesize = <0x40>;
>  
> -		variable {
> +		variable@0 {
>  			reg = <0x0 0x1>;
>  			type ="uint8";
>  			default = <0x1>;
> @@ -614,7 +614,7 @@ content, its backend-type and *state* variable layout.
>  		backend-storage-type = "direct";
>  		backend-stridesize = <32>;
>  
> -		variable {
> +		variable@0 {
>  			reg = <0x0 0x1>;
>  			type ="uint8";
>  			default = <0x1>;
> @@ -668,7 +668,7 @@ content, its backend-type and *state* variable layout.
>  		backend-storage-type = "direct";
>  		backend-stridesize = <32>;
>  
> -		variable {
> +		variable@0 {
>  			reg = <0x0 0x1>;
>  			type ="uint8";
>  			default = <0x1>;
> -- 
> 2.18.0
> 
> 
> _______________________________________________
> barebox mailing list
> barebox@xxxxxxxxxxxxxxxxxxx
> http://lists.infradead.org/mailman/listinfo/barebox

-- 
Roland Hieber                     | r.hieber@xxxxxxxxxxxxxx     |
Pengutronix e.K.                  | https://www.pengutronix.de/ |
Peiner Str. 6-8, 31137 Hildesheim | Phone: +49-5121-206917-5086 |
Amtsgericht Hildesheim, HRA 2686  | Fax:   +49-5121-206917-5555 |

_______________________________________________
barebox mailing list
barebox@xxxxxxxxxxxxxxxxxxx
http://lists.infradead.org/mailman/listinfo/barebox




[Index of Archives]     [Linux Embedded]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]     [XFree86]

  Powered by Linux