commit | e9a3bfe38e393e1d8bd74986cdc9b99b8f9d1efc | [log] [tgz] |
---|---|---|
author | Rob Herring <robh@kernel.org> | Tue Jan 28 10:16:45 2020 -0600 |
committer | Rob Herring <robh@kernel.org> | Tue Jan 28 10:21:47 2020 -0600 |
tree | 001786e5f7a43dbd2a794e3996ce32d4ab1de000 | |
parent | dabf6b36b83a18d57e3d4b9d50544ed040d86255 [diff] |
scripts/dtc: Revert "yamltree: Ensure consistent bracketing of properties with phandles" This reverts upstream commit 18d7b2f4ee45fec422b7d82bab0b3c762ee907e4. A revert in upstream dtc is pending. This commit didn't work for properties such as 'interrupt-map' that have phandle in the middle of an entry. It would also not work for a 0 or -1 phandle value that acts as a NULL. Signed-off-by: Rob Herring <robh@kernel.org>