commit | ab9d935fed72e74934d9650cfafe4c9b70d3545e | [log] [tgz] |
---|---|---|
author | Kumar Gala <kumar.gala@linaro.org> | Mon Jul 12 07:49:46 2021 -0500 |
committer | Anas Nashif <anas.nashif@intel.com> | Wed Jul 14 16:12:57 2021 +0300 |
tree | 747267254c8f8c18e88ce38408edf87dd54d2817 | |
parent | 884ec71293f3cfc8af57192b22b4b95d5a519bfb [diff] |
tests: kernel: device: Exclude beaglev_starlight_jh7100 We excluded the beaglev_starlight_jh7100 from this test but only did the kernel.device.pm test. We should have excluded the platform from both tests. The beaglev_starlight_jh7100 uses a full 64-bit devicetree map which uses #{address/size}-cells = 2. The device test expects that #{address/size}-cells = 1 so exclude beaglev_starlight_jh7100 from the test. Signed-off-by: Kumar Gala <kumar.gala@linaro.org>