blob: 1e27db8a4afa3a204189dc3defcfdb1f71649aa8 [file]
// Copyright 2021 The Fuchsia Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
library fuchsia.texasinstruments.platform;
extend uint fuchsia.BIND_PLATFORM_DEV_VID {
TI = 0x10,
};
extend uint fuchsia.BIND_PLATFORM_DEV_PID {
LP8556 = 0x01,
};
extend uint fuchsia.BIND_PLATFORM_DEV_DID {
BACKLIGHT = 0x01,
};