merge(3p/git): Merge git upstream at v2.26.2
This commit is contained in:
commit
5229c9b232
1006 changed files with 149006 additions and 60819 deletions
32
third_party/git/t/t4034/dts/pre
vendored
Normal file
32
third_party/git/t/t4034/dts/pre
vendored
Normal file
|
|
@ -0,0 +1,32 @@
|
|||
/ {
|
||||
this_handle: node@f00 {
|
||||
compatible = "mydev";
|
||||
string-prop = start: "hello world!" end: ;
|
||||
#size-cells = <0+0>;
|
||||
reg = <0xf00>;
|
||||
prop = <1>;
|
||||
prop = <-1e10>;
|
||||
prop = <(!3)>;
|
||||
prop = <(~3)>;
|
||||
prop = <(3*4)>;
|
||||
prop = <(3&4)>;
|
||||
prop = <(3*4)>;
|
||||
prop = <(3/4)>;
|
||||
prop = <(3%4)>;
|
||||
prop = <(3+4)>;
|
||||
prop = <(3-4)>;
|
||||
prop = /bits/ 64 <(3<<4)>;
|
||||
prop = <(3>>4)>;
|
||||
prop = <(3&4)>;
|
||||
prop = <(3^4)>;
|
||||
prop = <(3|4)>;
|
||||
prop = <(3&&4)>;
|
||||
prop = <(3||4)>;
|
||||
prop = <(4?5:3)>;
|
||||
list = <&this_handle>, <0 0 0 0>;
|
||||
};
|
||||
|
||||
&phandle {
|
||||
pre-phandle = <&this_handle>;
|
||||
};
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue