dtoc: Rename the phandle struct
Rather than naming the phandle struct according to the number of cells it uses (e.g. struct phandle_2_cell) name it according to the number of arguments it has (e.g. struct phandle_1_arg). This is a more intuitive naming. Signed-off-by:Simon Glass <sjg@chromium.org> Tested-by:
Kever Yang <kever.yang@rock-chips.com>
Showing
- doc/driver-model/of-plat.txt 1 addition, 1 deletiondoc/driver-model/of-plat.txt
- drivers/clk/clk-uclass.c 1 addition, 1 deletiondrivers/clk/clk-uclass.c
- include/clk.h 2 additions, 2 deletionsinclude/clk.h
- include/dt-structs.h 6 additions, 1 deletioninclude/dt-structs.h
- tools/dtoc/dtb_platdata.py 2 additions, 1 deletiontools/dtoc/dtb_platdata.py
- tools/dtoc/test_dtoc.py 1 addition, 1 deletiontools/dtoc/test_dtoc.py
Loading
Please register or sign in to comment